Fixed install page

This commit is contained in:
Savetheinternet 2011-03-26 23:43:39 +11:00
parent cbd9fa8f17
commit 8c4793e57b

View File

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