6e6b6d2f074d7b478a3e6b19c3aa6df1ecdea586
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 eliminate .php extensions f...

bernd authored 15 years ago

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