Browse Source

Fixed install page

pull/40/head
Savetheinternet 13 years ago
parent
commit
8c4793e57b
  1. 2
      install.php

2
install.php

@ -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…
Cancel
Save