mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 18:07:03 +02:00
added rc script
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user