* This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */ $allGroups=array(); foreach($_["groups"] as $group) { $allGroups[] = $group['name']; } $_['subadmingroups'] = $allGroups; $items = array_flip($_['subadmingroups']); unset($items['admin']); $_['subadmingroups'] = array_flip($items); ?>
inc('users/part.grouplist')); ?>
inc('users/part.setquota')); ?>
inc('users/part.createuser')); ?> inc('users/part.userlist')); ?>