fc969c9c73b5d74c721297943ff557d96e682378
bernd Verwaltung von FTP-Accounts...

bernd authored 14 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) 
5) if ($role & ROLE_SYSTEMUSER)
6) {
bernd FTP-Benutzer => FTP-Zugriff

bernd authored 14 years ago

7)   $menu["ftpusers_accounts"] = array("label" => "FTP-Zugriff", "file" => "accounts", "weight" => 35);