diff options
Diffstat (limited to 'inc/config.php')
-rw-r--r-- | inc/config.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/config.php b/inc/config.php index 6d8be9ee..29a22507 100644 --- a/inc/config.php +++ b/inc/config.php | |||
@@ -22,5 +22,4 @@ raintpl::$cache_dir = './cache/'; | |||
22 | raintpl::$base_url = get_poche_url(); | 22 | raintpl::$base_url = get_poche_url(); |
23 | raintpl::configure('path_replace', false); | 23 | raintpl::configure('path_replace', false); |
24 | raintpl::configure('debug', false); | 24 | raintpl::configure('debug', false); |
25 | $tpl = new raintpl(); | 25 | $tpl = new raintpl(); \ No newline at end of file |
26 | ?> \ No newline at end of file | ||