dbf1a495b2b8e50c1db1de5e5291d17dabf599ab
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 Korrekte ID im Menü setzen

Bernd Wurst authored 8 years ago

21)   $menu["su_su_customer"] = array("label" => "Benutzer wechseln", "file" => "su_customer", "weight" => -10, "submenu" => "systemuser_account");
Bernd Wurst Generelle Su-Möglichkeit fü...

Bernd Wurst authored 8 years ago

22) }
bernd Su-Login für Admins

bernd authored 16 years ago

23) if ($role & ROLE_SYSADMIN)
24) {
bernd eliminate .php extensions f...

bernd authored 15 years ago

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