From: Thomas Citharel Date: Tue, 10 Feb 2015 21:21:42 +0000 (+0100) Subject: fixed bug X-Git-Tag: 1.9beta~9^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=9fdd88436dec8abcf171518f7fa99d29bc9d5672;p=github%2Fwallabag%2Fwallabag.git fixed bug --- diff --git a/install/index.php b/install/index.php index bd9e502d..0d3977bb 100755 --- a/install/index.php +++ b/install/index.php @@ -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');