fbb3a834e4667961605b2d25c5efd592f302049c
bernd Systemuser-Modul hinzugefügt

bernd authored 16 years ago

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

bernd authored 16 years ago

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

bernd authored 16 years ago

8) {
bernd Viele XHTML-Fehler korrigie...

bernd authored 16 years ago

9)   $menu["systemuser_accounts"] = array("label" => "Benutzeraccounts", "file" => "accounts.php", "weight" => 30);