d46b1ad141b8c3ed1675d619aa149cbd3e1829b2
bernd Systemuser-Modul hinzugefügt

bernd authored 16 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) 
bernd * Initialisierung der Sessi...

bernd authored 16 years ago

5) if ($role & ROLE_CUSTOMER)
bernd Systemuser-Modul hinzugefügt

bernd authored 16 years ago

6) {
bernd Menü-Link ging auf die fals...

bernd authored 13 years ago

7)   $menu["systemuser_account"] = array("label" => "Benutzeraccounts", "file" => "account", "weight" => 30);
bernd Systemuser-Modul hinzugefügt

bernd authored 16 years ago

8) }
bernd Erlaube Änderung von Name u...

bernd authored 14 years ago

9) elseif ($role & ROLE_SYSTEMUSER)
10) {
11)   $menu["systemuser_account"] = array("label" => "Benutzeraccount", "file" => "myaccount", "weight" => 30);
12) }