mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-08 07:55:26 +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();
|
$errors = array();
|
||||||
$successes = array();
|
$successes = array();
|
||||||
|
|
||||||
|
$final = false;
|
||||||
|
|
||||||
require_once('install_functions.php');
|
require_once('install_functions.php');
|
||||||
|
|
||||||
if (isset($_GET['clean'])) {
|
if (isset($_GET['clean'])) {
|
||||||
|
@ -49,7 +51,6 @@ else if (isset($_POST['install'])) {
|
||||||
$errors[] = 'You must install twig before.';
|
$errors[] = 'You must install twig before.';
|
||||||
} else {
|
} else {
|
||||||
$continue = true;
|
$continue = true;
|
||||||
$final = false;
|
|
||||||
$salt = generate_salt();
|
$salt = generate_salt();
|
||||||
$content = file_get_contents('inc/poche/config.inc.default.php');
|
$content = file_get_contents('inc/poche/config.inc.default.php');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue