Fixed tree view on public dashboards
This commit is contained in:
parent
ebc35ae791
commit
fdd168007b
pandora_console/include/ajax
|
@ -22,7 +22,7 @@ if (is_ajax ()) {
|
||||||
$public_hash = get_parameter('hash', 0);
|
$public_hash = get_parameter('hash', 0);
|
||||||
|
|
||||||
// Try to authenticate by hash on public dashboards
|
// Try to authenticate by hash on public dashboards
|
||||||
if ($public_hash != 0) {
|
if ($public_hash == 0) {
|
||||||
// Login check
|
// Login check
|
||||||
check_login();
|
check_login();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue