git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
c437df0
Branches
Tags
master
ticket
webinterface.git
modules
ftpusers
menu.php
FTP-Zugänge als Unterpunkt von System-Users
bernd
commited
c437df0
at 2011-11-23 11:04:11
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { if (have_module('systemuser')) { $menu["ftpusers_accounts"] = array("label" => "FTP-Zugriff", "file" => "accounts", "weight" => 35, 'submenu' => 'systemuser_account'); } else { $menu["ftpusers_accounts"] = array("label" => "FTP-Zugriff", "file" => "accounts", "weight" => 35); } } ?>