Code

Updates with smaller bugfixing
[gosa.git] / plugins / admin / systems / class_terminalStartup.inc
index c014b3c8fe09ab295f1f0d258c1cc8b0a4ac31f1..ebd734a0b98d0d390638eee538b26a6221264101 100644 (file)
@@ -151,7 +151,11 @@ class termstartup extends plugin
     } else {
       $smarty->assign("debugbootup", "");
     }
-    $smarty->assign("gotoKernelParameters", chkacl($this->acl, "gotoKernelParameters"));
+
+    /* ACL's */
+    foreach (array("gotoKernelParameters", "gotoModules", "gotoFilesystem") as $value){
+      $smarty->assign($value."ACL", chkacl($this->acl, "$value"));
+    }
 
     /* Show main page */
     return($smarty->fetch (get_template_path('startup.tpl', TRUE)));