From 9fdd88436dec8abcf171518f7fa99d29bc9d5672 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 10 Feb 2015 22:21:42 +0100 Subject: [PATCH] fixed bug --- install/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); -- 2.41.0