remove debug
This commit is contained in:
parent
8e604afb58
commit
6345ecc479
|
@ -245,7 +245,6 @@ if ( ZM_OPT_USE_AUTH and (!isset($user)) and ($view != 'login') and ($view != 'n
|
||||||
if ( ! $request ) {
|
if ( ! $request ) {
|
||||||
zm_session_start();
|
zm_session_start();
|
||||||
$_SESSION['postLoginQuery'] = $_SERVER['QUERY_STRING'];
|
$_SESSION['postLoginQuery'] = $_SERVER['QUERY_STRING'];
|
||||||
ZM\Error("postLoginQuery " . $_SESSION['postLoginQuery']);
|
|
||||||
session_write_close();
|
session_write_close();
|
||||||
}
|
}
|
||||||
$request = null;
|
$request = null;
|
||||||
|
|
Loading…
Reference in New Issue