dcc202fb249a446ac15c7cf413b9f1b4a3f31b58
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) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

modules/webapps/menu.php  5) Written 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) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

modules/webapps/menu.php  9) This code is published under a 0BSD license.
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

modules/webapps/menu.php 10) 
modules/webapps/menu.php 11) 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 12) */
bernd initiales freewvs-modul

bernd authored 16 years ago

modules/freewvs/menu.php 13) 
modules/freewvs/menu.php 14) $role = $_SESSION['role'];
modules/freewvs/menu.php 15) 
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

modules/webapps/menu.php 16) if ($role & ROLE_SYSTEMUSER) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 2 years ago

modules/webapps/menu.php 17)     $menu["webapps_freewvs"] = ["label" => "Anwendungen", "file" => "freewvs", "weight" => 1, "submenu" => "vhosts_vhosts"];
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

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