summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-12-27 14:48:04 +0100
committeremkael <emkael@tlen.pl>2016-12-27 14:48:04 +0100
commit4060596983c52a9c6c7d4f875fe9801dbc8b78d2 (patch)
treeda937fc8739cc5f1669d3761ec0f7a6973e7c0a9 /http
parent7085a0c2f7104a56a7e946c43ba0b5736be5f4e7 (diff)
* switch to bundled smarty
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');