aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index fedad2b9..3301b13c 100644
--- a/index.php
+++ b/index.php
@@ -66,7 +66,6 @@ error_reporting(E_ALL^E_WARNING); // See all error except warnings.
66 66
67include "inc/rain.tpl.class.php"; //include Rain TPL 67include "inc/rain.tpl.class.php"; //include Rain TPL
68raintpl::$tpl_dir = $GLOBALS['config']['RAINTPL_TPL']; // template directory 68raintpl::$tpl_dir = $GLOBALS['config']['RAINTPL_TPL']; // template directory
69if (!is_dir($GLOBALS['config']['RAINTPL_TMP'])) { mkdir($GLOBALS['config']['RAINTPL_TMP'],0705); chmod($GLOBALS['config']['RAINTPL_TMP'],0705); }
70raintpl::$cache_dir = $GLOBALS['config']['RAINTPL_TMP']; // cache directory 69raintpl::$cache_dir = $GLOBALS['config']['RAINTPL_TMP']; // cache directory
71 70
72ob_start(); // Output buffering for the page cache. 71ob_start(); // Output buffering for the page cache.