mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
gui enhancements
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user