summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-21 12:19:41 +0400
committerAndrew Dolgov <[email protected]>2011-12-21 12:19:41 +0400
commitbb82bed23f15844b91de0946fbb2fd221d78f160 (patch)
tree2bb3e7276092ee1fb0eb20e7fd4cb489e8e20d1d /index.php
parent0415037517bb48d0a9d191b55930d2d2eed45df7 (diff)
move jsmin.php to lib/
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3109e5b44..c809c183e 100644
--- a/index.php
+++ b/index.php
@@ -56,7 +56,7 @@
<script type="text/javascript">
<?php
- require 'jsmin.php';
+ require 'lib/jsmin.php';
foreach (explode(",", ARTICLE_BUTTON_PLUGINS) as $p) {
$jsf = "js/".trim($p)."_button.js";