git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
fc969c9
Branches
Tags
master
ticket
webinterface.git
modules
ftpusers
menu.php
FTP-Benutzer => FTP-Zugriff
bernd
commited
fc969c9
at 2009-12-08 16:46:56
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["ftpusers_accounts"] = array("label" => "FTP-Zugriff", "file" => "accounts", "weight" => 35); } ?>