3ad9bfbceebc17bc47de0a93705f496133c12136
bernd Su-Login für Admins

bernd authored 16 years ago

1) <?php
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

2) /*
3) This file belongs to the Webinterface of schokokeks.org Hosting
4) 
Bernd Wurst Lizenzinfos in eigenes Modu...

Bernd Wurst authored 10 years ago

5) Written 2008-2014 by schokokeks.org Hosting, namely
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

6)   Bernd Wurst <bernd@schokokeks.org>
7)   Hanno Böck <hanno@schokokeks.org>
8) 
9) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
10) 
11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
12) http://creativecommons.org/publicdomain/zero/1.0/
13) 
14) Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
15) */
bernd Su-Login für Admins

bernd authored 16 years ago

16) 
17) $role = $_SESSION['role'];
18) 
Bernd Wurst Generelle Su-Möglichkeit fü...

Bernd Wurst authored 8 years ago

19) if ($role & ROLE_CUSTOMER)
20) {
Bernd Wurst Zeige Menüpunkt für su_cust...

Bernd Wurst authored 8 years ago

21)   if (have_module('systemuser')) {
22)     $menu["su_su_customer"] = array("label" => "Benutzer wechseln", "file" => "su_customer", "weight" => -10, "submenu" => "systemuser_account");
23)   } else {
24)     $menu["su_su_customer"] = array("label" => "Benutzer wechseln", "file" => "su_customer", "weight" => 90);
25)   }
Bernd Wurst Generelle Su-Möglichkeit fü...

Bernd Wurst authored 8 years ago

26) }
bernd Su-Login für Admins

bernd authored 16 years ago

27) if ($role & ROLE_SYSADMIN)
28) {
bernd eliminate .php extensions f...

bernd authored 15 years ago

29)   $menu["su_su"] = array("label" => "Su-Login", "file" => "su", "weight" => -10);