Added check_login

This commit is contained in:
danielmaya 2018-05-24 09:02:06 +02:00
parent d48aeb05bb
commit ad7e8229ed
1 changed files with 8 additions and 1 deletions

View File

@ -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');
?>