96649f21ba18d07757afa9d98998f7a22c0d86a3
Bernd Wurst Neues Modul für unsere Buch...

Bernd Wurst authored 6 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) if ($role & ROLE_SYSADMIN) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 2 years ago

5)     $menu["buchhaltung_report"] = ["label" => "Report", "file" => "report", "weight" => -10];