mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch '2267-Pete-Tree-VIew-dev' into 'develop'
fixed conditional in ajax.php See merge request artica/pandorafms!1497
This commit is contained in:
commit
c489ae1b4c
@ -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…
x
Reference in New Issue
Block a user