beab525e8650eb1676c0bbd547138b4ee699fbd9
bernd Erste Version des vmail-Modul

bernd authored 16 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) 
bernd Bugfix: Funktion-Dopplung v...

bernd authored 16 years ago

5) require_once('include/hasdomain.php');
bernd Erste Version des vmail-Modul

bernd authored 16 years ago

6) 
7) if (($role & ROLE_SYSTEMUSER) && user_has_vmail_domain())
8) {
bernd Sterne in das Passwort-Feld...

bernd authored 16 years ago

9)   $menu["vmail_accounts"] = array("label" => "E-Mail", "file" => "accounts.php", "weight" => 3);
bernd Erste Version des vmail-Modul

bernd authored 16 years ago

10) }
bernd VMail-accounts können sich...

bernd authored 16 years ago

11) if ($role & ROLE_VMAIL_ACCOUNT)
12) {
13)   $menu['vmail_chpass'] = array("label" => "Passwort ändern", "file" => "chpass.php", "weight" => 15);
14) }