Added check_login
This commit is contained in:
parent
d48aeb05bb
commit
ad7e8229ed
|
@ -15,7 +15,14 @@
|
|||
|
||||
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');
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue