fixed bug

This commit is contained in:
Thomas Citharel 2015-02-10 22:21:42 +01:00
parent 1394c0bd64
commit 9fdd88436d

View file

@ -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');