forked from wallabag/wallabag
fixed bug
This commit is contained in:
@ -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');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user