XOOPS  2.6.0
groupperm.php File Reference

Go to the source code of this file.

Namespaces

 system
 

Variables

if(is_array($_POST['perms'])&&!empty($_POST['perms'])) $backlink = $xoops->getEnv("HTTP_REFERER")
 
 $group_list = $member_handler->getGroupList()
 
 $member_handler = $xoops->getHandlerMember()
 
 $modid = isset($_POST['modid']) ? intval($_POST['modid']) : 0
 
if($modid<=1||!$xoops->isUser()||!$xoops->user->isAdmin($modid)) $module = $xoops->getModuleById($modid)
 
if(!is_object($module)||!$module->getVar('isactive')) $msg = array()
 
 $xoops = Xoops::getInstance()
 

Variable Documentation

if ($module->getVar('hasadmin')) $backlink = $xoops->getEnv("HTTP_REFERER")

Definition at line 85 of file groupperm.php.

$group_list = $member_handler->getGroupList()

Definition at line 41 of file groupperm.php.

$member_handler = $xoops->getHandlerMember()

Definition at line 40 of file groupperm.php.

$modid = isset($_POST['modid']) ? intval($_POST['modid']) : 0
if ($modid<=1||!$xoops->isUser()||!$xoops->user->isAdmin($modid)) $module = $xoops->getModuleById($modid)

Definition at line 33 of file groupperm.php.

$xoops = Xoops::getInstance()

Definition at line 24 of file groupperm.php.