mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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);
|
$public_hash = get_parameter('hash', false);
|
||||||
|
|
||||||
// Check user
|
// Check user
|
||||||
if ($public_hash === false) {
|
if ($public_hash == false) {
|
||||||
check_login();
|
check_login();
|
||||||
} else {
|
} else {
|
||||||
enterprise_include_once('include/functions_dashboard.php');
|
enterprise_include_once('include/functions_dashboard.php');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user