From 4060596983c52a9c6c7d4f875fe9801dbc8b78d2 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Dec 2016 14:48:04 +0100 Subject: * switch to bundled smarty --- http/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http') 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'); -- cgit v1.2.3