63a0529b21bfd97a4ef395e8d3d3f513526357c6
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) 
bernd Su-Login für Admins

bernd authored 16 years ago

5) if ($role & ROLE_CUSTOMER)
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

6) {
bernd eliminate .php extensions f...

bernd authored 15 years ago

7)   $menu["jabber_accounts"] = array("label" => "Jabber", "file" => "accounts", "weight" => 10);