7f815276981e366df7e6f3b6ccb92ebeca624fb3
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 Copyright year update

Bernd Wurst authored 6 years ago

modules/webapps/menu.php  5) Written 2008-2018 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) 
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

modules/webapps/menu.php 11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

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) 
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

modules/webapps/menu.php 19) if ($role & ROLE_SYSTEMUSER) {
modules/webapps/menu.php 20)     $menu["webapps_freewvs"] = array("label" => "Anwendungen", "file" => "freewvs", "weight" => 1, "submenu" => "vhosts_vhosts");
modules/webapps/menu.php 21)     #$menu["webapps_install"] = array("label" => "Anwendung installieren", "file" => "install", "weight" => 1, "submenu" => "vhosts_vhosts");