small bug fixes

This commit is contained in:
Michael Save
2012-05-06 12:29:54 +10:00
parent e6263bfdd7
commit bdb2f57ce8
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ $pages = array(
if (!$mod) {
$pages = array('//' => 'login');
} elseif (isset($_GET['status'], $_GET['r'])) {
header('Location: ' . $_GET['r'], true, (int)$_GET['stats']);
header('Location: ' . $_GET['r'], true, (int)$_GET['status']);
} elseif (isset($config['mod']['custom_pages'])) {
$pages = array_merge($pages, $config['mod']['custom_pages']);
}