From 2a026138dd146fa794c33bbee1ccb48654230e1d Mon Sep 17 00:00:00 2001 From: Harvie Date: Mon, 29 Nov 2010 01:45:15 +0100 Subject: [PATCH] Enabled Smarty from DB... This needs lots of improvements (especialy modifying templates in DB and security...) --- wwwroot/nodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index e2dcd26..a3ddbc6 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -30,7 +30,7 @@ if ($_SESSION['debugging']) { //Smarty from DB $smarty_resource = 'kyberia:'; -$smarty_resource = ''; //same as 'file:' (fallback) +//$smarty_resource = ''; //same as 'file:' (fallback) //Path info (Experimental - this replaced most of mod_rewrites...) @$PATH_INFO=trim($_SERVER[PATH_INFO]); -- 2.30.2