Bernd Wurst authored 7 years ago
1) <?php 2) 3) $role = $_SESSION['role']; 4) if ($role & ROLE_SYSADMIN) {
Hanno Böck authored 3 years ago
5) $menu["buchhaltung_report"] = ["label" => "Report", "file" => "report", "weight" => -10];