475a8c30cfba78f17a90e40443793406e6dabef5
bernd webinterface => /webinterface

bernd authored 17 years ago

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

bernd authored 16 years ago

5) if ($role & ROLE_SYSTEMUSER)
bernd webinterface => /webinterface

bernd authored 17 years ago

6) {
bernd * Initialisierung der Sessi...

bernd authored 16 years ago

7)   $menu["imap_accounts"] = array("label" => "IMAP/POP3", "file" => "accounts.php", "weight" => 10);
bernd webinterface => /webinterface

bernd authored 17 years ago

8) }
bernd Auch mailaccounts können si...

bernd authored 16 years ago

9) elseif ($role & ROLE_MAILACCOUNT)
10) {
11)   $menu["imap_chpass"] = array("label" => "Passwort ändern", "file" => "chpass.php", "weight" => 10);
12) }
bernd webinterface => /webinterface

bernd authored 17 years ago

13) 
bernd Menü-Includes sinnvoller /...

bernd authored 16 years ago

14)