ad2c1db68971412253fb12d2519e88f4fc2d7cf9
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 Interner Name des Menüpunkt...

bernd authored 13 years ago

7)   $menu["systemuser_account"] = array("label" => "Benutzeraccounts", "file" => "accounts", "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) }