7f815276981e366df7e6f3b6ccb92ebeca624fb3
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 Fix coding style with php-c...

Hanno authored 5 years ago

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