ec5ed2ed870b5374ab2c05502621d0c161c3c2d8
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);