From: Harvie Date: Mon, 29 Nov 2010 00:45:15 +0000 (+0100) Subject: Enabled Smarty from DB... This needs lots of improvements (especialy modifying templa... X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=2a026138dd146fa794c33bbee1ccb48654230e1d;p=mirrors%2FKyberia-bloodline.git Enabled Smarty from DB... This needs lots of improvements (especialy modifying templates in DB and security...) --- 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]);