aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/config.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-02 23:04:24 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-02 23:04:24 +0200
commit161395d7098ec2bd86671d15d5b54f39148e2d5b (patch)
tree60d63ffd57a84315d746f2a705b19ea6e60d090c /inc/config.php
parent5ffe5cf541d0d1c7524537b034d0cde3da18f6e7 (diff)
downloadwallabag-161395d7098ec2bd86671d15d5b54f39148e2d5b.tar.gz
wallabag-161395d7098ec2bd86671d15d5b54f39148e2d5b.tar.zst
wallabag-161395d7098ec2bd86671d15d5b54f39148e2d5b.zip
mv pochetool pochetools
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/config.php b/inc/config.php
index 58abb535..c4898cc9 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -58,7 +58,7 @@ $store = new $storage_type();
58# installation 58# installation
59if(!$store->isInstalled()) 59if(!$store->isInstalled())
60{ 60{
61 pocheTool::logm('poche still not installed'); 61 pocheTools::logm('poche still not installed');
62 echo $twig->render('install.twig', array( 62 echo $twig->render('install.twig', array(
63 'token' => Session::getToken(), 63 'token' => Session::getToken(),
64 )); 64 ));
@@ -68,7 +68,7 @@ if(!$store->isInstalled())
68 # let's rock, install poche baby ! 68 # let's rock, install poche baby !
69 $store->install($_POST['login'], encode_string($_POST['password'] . $_POST['login'])); 69 $store->install($_POST['login'], encode_string($_POST['password'] . $_POST['login']));
70 Session::logout(); 70 Session::logout();
71 pocheTool::redirect(); 71 pocheTools::redirect();
72 } 72 }
73 } 73 }
74 exit(); 74 exit();