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