diff options
author | emkael <emkael@tlen.pl> | 2016-12-27 14:48:04 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-12-27 14:48:04 +0100 |
commit | 4060596983c52a9c6c7d4f875fe9801dbc8b78d2 (patch) | |
tree | da937fc8739cc5f1669d3761ec0f7a6973e7c0a9 /http | |
parent | 7085a0c2f7104a56a7e946c43ba0b5736be5f4e7 (diff) |
* switch to bundled smarty
Diffstat (limited to 'http')
-rw-r--r-- | http/index.php | 2 |
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'); |