HOR-4609
This commit is contained in:
@@ -32,9 +32,6 @@ if ($browserSupported==false){
|
||||
}
|
||||
/*----------------------------------********---------------------------------*/
|
||||
if (isset ($_POST['form']['USER_ENV'])) {
|
||||
@session_destroy();
|
||||
session_start();
|
||||
$_SESSION['sysLogin'] = $_POST['form'];
|
||||
$data = base64_encode(serialize($_POST));
|
||||
$url = sprintf('/sys%s/%s/%s/login/sysLoginVerify?d=%s', $_POST['form']['USER_ENV'], SYS_LANG, SYS_SKIN, $data);
|
||||
G::header("location: $url");
|
||||
|
||||
Reference in New Issue
Block a user