7c5b34a01327032ed2a0a712149a0d9820d48635
bernd initiales freewvs-modul

bernd authored 16 years ago

modules/freewvs/menu.php  1) <?php
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

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

Bernd Wurst authored 10 years ago

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

Bernd Wurst authored 12 years ago

modules/webapps/menu.php  6)   Bernd Wurst <bernd@schokokeks.org>
modules/webapps/menu.php  7)   Hanno Böck <hanno@schokokeks.org>
modules/webapps/menu.php  8) 
modules/webapps/menu.php  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.
modules/webapps/menu.php 10) 
modules/webapps/menu.php 11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
modules/webapps/menu.php 12) http://creativecommons.org/publicdomain/zero/1.0/
modules/webapps/menu.php 13) 
modules/webapps/menu.php 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.
modules/webapps/menu.php 15) */
bernd initiales freewvs-modul

bernd authored 16 years ago

modules/freewvs/menu.php 16) 
modules/freewvs/menu.php 17) $role = $_SESSION['role'];
modules/freewvs/menu.php 18) 
modules/freewvs/menu.php 19) if ($role & ROLE_SYSTEMUSER)
modules/freewvs/menu.php 20) {
Bernd Wurst Umformulierungen im Bereich...

Bernd Wurst authored 9 years ago

modules/webapps/menu.php 21)   $menu["webapps_freewvs"] = array("label" => "Anwendungen", "file" => "freewvs", "weight" => 1, "submenu" => "vhosts_vhosts");
Bernd Wurst Entferne die Links zum Inst...

Bernd Wurst authored 9 years ago

modules/webapps/menu.php 22)   #$menu["webapps_install"] = array("label" => "Anwendung installieren", "file" => "install", "weight" => 1, "submenu" => "vhosts_vhosts");