Bernd Wurst commited on 2018-02-13 15:07:53
Zeige 1 geänderte Dateien mit 0 Einfügungen und 1 Löschungen.
... | ... |
@@ -18,7 +18,6 @@ $role = $_SESSION['role']; |
18 | 18 |
|
19 | 19 |
if ($role == ROLE_ANONYMOUS) { |
20 | 20 |
$menu["index_login"] = array("label" => "Login", "file" => "index", "weight" => 0); |
21 |
- $menu["certlogin"] = array("label" => "Zertifikat-Login", "file" => "certlogin", "weight" => 10); |
|
22 | 21 |
} else { |
23 | 22 |
if ($role & (ROLE_SYSTEMUSER | ROLE_SUBUSER | ROLE_VMAIL_ACCOUNT)) |
24 | 23 |
$menu["index_cert"] = array("label" => "Client-Zertifikat", "file" => "cert", "weight" => 10, "submenu" => "index_index"); |
25 | 24 |