gui enhancements

This commit is contained in:
SJ
2013-07-26 21:24:18 +02:00
parent 34c068863f
commit e9ae32e60d
7 changed files with 17 additions and 23 deletions

View File

@ -51,14 +51,7 @@ class ControllerLoginLogin extends Controller {
exit;
}
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;
}