From 59bd9d51cc705dd44bdce753a56cc6ae914b02ce Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Dec 2016 14:44:39 +0100 Subject: * directory structure --- http/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'http/index.php') diff --git a/http/index.php b/http/index.php index cf2f636..0a08aed 100644 --- a/http/index.php +++ b/http/index.php @@ -1,8 +1,8 @@ setCacheDir('cache/smarty'); - $smarty->setCompileDir('cache/smarty/compile'); - $smarty->setTemplateDir('templates'); + $smarty->setCacheDir('../cache/smarty'); + $smarty->setCompileDir('../cache/smarty/compile'); + $smarty->setTemplateDir('../templates'); $smarty->assign('cacheTime', $cacheTime); $smarty->assign('user', $user); -- cgit v1.2.3