bernd authored 15 years ago
1) <?php 2) 3) $role = $_SESSION['role']; 4) 5) if ($role & ROLE_SYSTEMUSER) 6) {
7) $menu["ftpusers_accounts"] = array("label" => "FTP-Zugriff", "file" => "accounts", "weight" => 35);