838077f18b71321a685c84329342e6a711d22d09
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) 
modules/webapps/menu.php  5) Written 2008-2012 by schokokeks.org Hosting, namely
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 Umbenennung von freewvs-mod...

bernd authored 15 years ago

modules/webapps/menu.php 21)   $menu["webapps_freewvs"] = array("label" => "freewvs", "file" => "freewvs", "weight" => 1, "submenu" => "vhosts_vhosts");
bernd Webapp-Installer, erste Ver...

bernd authored 15 years ago

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