Fixed install page
This commit is contained in:
parent
cbd9fa8f17
commit
8c4793e57b
@ -6,7 +6,7 @@
|
|||||||
require 'inc/user.php';
|
require 'inc/user.php';
|
||||||
$step = isset($_GET['step']) ? round($_GET['step']) : 0;
|
$step = isset($_GET['step']) ? round($_GET['step']) : 0;
|
||||||
$page = Array(
|
$page = Array(
|
||||||
'index' => $config['root'],
|
'config' => $config,
|
||||||
'title' => 'Install',
|
'title' => 'Install',
|
||||||
'body' => ''
|
'body' => ''
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user