mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-05 22:38:41 +00:00
fixed bug
This commit is contained in:
parent
1394c0bd64
commit
9fdd88436d
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue