git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
bccdfcd
Branches
Tags
master
ticket
webinterface.git
modules
ftpusers
menu.php
Verwaltung von FTP-Accounts. Grafisch fragwürdig, funktional sollte es passen.
bernd
commited
bccdfcd
at 2009-12-08 16:22:42
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["ftpusers_accounts"] = array("label" => "FTP-Benutzer", "file" => "accounts", "weight" => 35); } ?>