git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
defbfa5
Branches
Tags
master
ticket
webinterface.git
modules
mysql
menu.php
webinterface => /webinterface
bernd
commited
defbfa5
at 2007-03-27 07:40:51
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; switch ($role) { case ROLE_SYSTEMUSER: $menu["mysql_databases"] = array("label" => "MySQL-Datenbank", "file" => "databases.php", "weight" => 20); } ?>