mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Added check_login
This commit is contained in:
parent
d48aeb05bb
commit
ad7e8229ed
@ -15,7 +15,14 @@
|
|||||||
|
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
check_login();
|
check_login ();
|
||||||
|
|
||||||
|
if (! check_acl ($config['id_user'], 0, "PM")) {
|
||||||
|
db_pandora_audit("ACL Violation",
|
||||||
|
"Trying to access HA cluster");
|
||||||
|
require ("general/noaccess.php");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
ui_require_css_file ('firts_task');
|
ui_require_css_file ('firts_task');
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user