git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2626dd4
Branches
Tags
master
ticket
webinterface.git
modules
buchhaltung
menu.php
Fix coding style with php-cs-checker, see https://cs.sensiolabs.org/
Hanno
commited
2626dd4
at 2018-06-26 13:58:19
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSADMIN) { $menu["buchhaltung_report"] = array("label" => "Report", "file" => "report", "weight" => -10); }