diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-15 09:58:34 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-15 09:58:34 +0200 |
commit | 263d6c6756a2549100ae186042f157ff64944bfa (patch) | |
tree | dc7a9e874438584ab809393d88b41050b75cff34 /inc/config.php | |
parent | 8046748b424f95a92ab599ecc973f57eb05246ce (diff) | |
download | wallabag-263d6c6756a2549100ae186042f157ff64944bfa.tar.gz wallabag-263d6c6756a2549100ae186042f157ff64944bfa.tar.zst wallabag-263d6c6756a2549100ae186042f157ff64944bfa.zip |
factorisation code
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 | ||