added rc script

This commit is contained in:
SJ
2012-02-14 20:16:05 +01:00
parent cfb7b80120
commit bc60990c22
17 changed files with 154 additions and 27 deletions

View File

@ -29,13 +29,13 @@ class ControllerLoginLogin extends Controller {
LOGGER('logged in');
/*if(isset($_POST['relocation']) && $_POST['relocation']) {
header("Location: " . SITE_URL . "index.php?" . $_POST['relocation']);
if(isset($_POST['relocation']) && $_POST['relocation']) {
header("Location: " . SITE_URL . $_POST['relocation']);
} else {
header("Location: " . SITE_URL . "search.php");
}*/
}
header("Location: " . SITE_URL . "search.php");
//header("Location: " . SITE_URL . "search.php");
exit;
}