bernd commited on 2010-04-13 10:34:56
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1723 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -4,7 +4,7 @@ $role = $_SESSION['role']; |
4 | 4 |
|
5 | 5 |
if ($role & ROLE_SYSTEMUSER) |
6 | 6 |
{ |
7 |
- $menu["vhosts_vhosts"] = array("label" => "Webserver", "file" => "vhosts", "weight" => 1); |
|
7 |
+ $menu["vhosts_vhosts"] = array("label" => "Webserver", "file" => "vhosts", "weight" => 2); |
|
8 | 8 |
$menu["vhosts_certs"] = array("label" => "SSL-Zertifikate", "file" => "certs", "weight" => 10, "submenu" => "vhosts_vhosts"); |
9 | 9 |
$menu["vhosts_stats"] = array("label" => "Zugriffs-Statistiken", "file" => "stats", "weight" => 12, "submenu" => "vhosts_vhosts"); |
10 | 10 |
} |
11 | 11 |