aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/config.php
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-15 09:58:34 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-15 09:58:34 +0200
commit263d6c6756a2549100ae186042f157ff64944bfa (patch)
treedc7a9e874438584ab809393d88b41050b75cff34 /inc/config.php
parent8046748b424f95a92ab599ecc973f57eb05246ce (diff)
downloadwallabag-263d6c6756a2549100ae186042f157ff64944bfa.tar.gz
wallabag-263d6c6756a2549100ae186042f157ff64944bfa.tar.zst
wallabag-263d6c6756a2549100ae186042f157ff64944bfa.zip
factorisation code
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php3
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/';
22raintpl::$base_url = get_poche_url(); 22raintpl::$base_url = get_poche_url();
23raintpl::configure('path_replace', false); 23raintpl::configure('path_replace', false);
24raintpl::configure('debug', false); 24raintpl::configure('debug', false);
25$tpl = new raintpl(); 25$tpl = new raintpl(); \ No newline at end of file
26?> \ No newline at end of file