diff options
Diffstat (limited to 'install/index.php')
-rwxr-xr-x | install/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
11 | $errors = array(); | 11 | $errors = array(); |
12 | $successes = array(); | 12 | $successes = array(); |
13 | 13 | ||
14 | $final = false; | ||
15 | |||
14 | require_once('install_functions.php'); | 16 | require_once('install_functions.php'); |
15 | 17 | ||
16 | if (isset($_GET['clean'])) { | 18 | if (isset($_GET['clean'])) { |
@@ -49,7 +51,6 @@ else if (isset($_POST['install'])) { | |||
49 | $errors[] = 'You must install twig before.'; | 51 | $errors[] = 'You must install twig before.'; |
50 | } else { | 52 | } else { |
51 | $continue = true; | 53 | $continue = true; |
52 | $final = false; | ||
53 | $salt = generate_salt(); | 54 | $salt = generate_salt(); |
54 | $content = file_get_contents('inc/poche/config.inc.default.php'); | 55 | $content = file_get_contents('inc/poche/config.inc.default.php'); |
55 | 56 | ||