summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/index.php b/http/index.php
index 0a08aed..e4c1ca5 100644
--- a/http/index.php
+++ b/http/index.php
@@ -78,7 +78,7 @@ if ($user) {
$content = $filteredContent;
}
- require_once('smarty3/Smarty.class.php');
+ require_once('../lib/smarty3/Smarty.class.php');
$smarty = new Smarty();
$smarty->setCacheDir('../cache/smarty');