git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
96649f2
Branches
Tags
master
ticket
webinterface.git
modules
buchhaltung
menu.php
Codingstyle PSR12 + array syntax
Hanno Böck
commited
96649f2
at 2021-10-30 21:18:17
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSADMIN) { $menu["buchhaltung_report"] = ["label" => "Report", "file" => "report", "weight" => -10]; }