This might not be defined when login fails
This commit is contained in:
@@ -17,7 +17,7 @@ require_once './libraries/common.inc.php';
|
|||||||
/**
|
/**
|
||||||
* If this is an Ajax request, we do not need to generate all this output.
|
* If this is an Ajax request, we do not need to generate all this output.
|
||||||
*/
|
*/
|
||||||
if (!$GLOBALS['is_ajax_request']) {
|
if (isset($GLOBALS['is_ajax_request']) && !$GLOBALS['is_ajax_request']) {
|
||||||
|
|
||||||
if (empty($GLOBALS['is_header_sent'])) {
|
if (empty($GLOBALS['is_header_sent'])) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user