bernd commited on 2007-09-29 08:19:20
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@670 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -6,7 +6,7 @@ $role = $_SESSION['role']; |
6 | 6 |
|
7 | 7 |
if ($role & ROLE_SYSTEMUSER) |
8 | 8 |
{ |
9 |
- $menu["vhosts_vhosts"] = array("label" => "Webserver-Subdomains", "file" => "vhosts.php", "weight" => 1); |
|
9 |
+ $menu["vhosts_vhosts"] = array("label" => "Webserver", "file" => "vhosts.php", "weight" => 1); |
|
10 | 10 |
} |
11 | 11 |
|
12 | 12 |
if (empty($menu)) |
13 | 13 |