fixed conditional in ajax.php
This commit is contained in:
parent
ad3a7071b3
commit
8a6755d224
|
@ -49,7 +49,7 @@ if (isset ($_GET["loginhash"])) {
|
|||
$public_hash = get_parameter('hash', false);
|
||||
|
||||
// Check user
|
||||
if ($public_hash === false) {
|
||||
if ($public_hash == false) {
|
||||
check_login();
|
||||
} else {
|
||||
enterprise_include_once('include/functions_dashboard.php');
|
||||
|
|
Loading…
Reference in New Issue