]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fixed bug 1015/head
authorThomas Citharel <tcit@tcit.fr>
Tue, 10 Feb 2015 21:21:42 +0000 (22:21 +0100)
committerThomas Citharel <tcit@tcit.fr>
Tue, 10 Feb 2015 21:21:42 +0000 (22:21 +0100)
install/index.php

index bd9e502d95b8fcb1b412615f496eb90d6b44159c..0d3977bb7255af4eeef941ed41ba38a16090f2ca 100755 (executable)
@@ -11,6 +11,8 @@
 $errors = array();
 $successes = array();
 
+$final = false;
+
 require_once('install_functions.php');
 
 if (isset($_GET['clean'])) {
@@ -49,7 +51,6 @@ else if (isset($_POST['install'])) {
         $errors[] = 'You must install twig before.';
     } else {
         $continue = true;
-        $final = false;
         $salt = generate_salt();
         $content = file_get_contents('inc/poche/config.inc.default.php');