Go to the source code of this file.
|
| | $module = $system->cleanVars($_REQUEST, 'module', '', 'string') |
| |
| if(in_array($op, array('install', 'update', 'uninstall'))) | $myts = MyTextsanitizer::getInstance() |
| |
| if(!$xoops->isUser()||!$xoops->isModule()||!$xoops->user->isAdmin($xoops->module->mid())) | $op = $system->cleanVars($_REQUEST, 'op', 'list', 'string') |
| |
| | $system = System::getInstance() |
| |
| | $xoops = Xoops::getInstance() |
| |
| $module = $system->cleanVars($_REQUEST, 'module', '', 'string') |
| if (in_array($op, array('install', 'update', 'uninstall'))) $myts = MyTextsanitizer::getInstance() |
| if (!$xoops->isUser()||!$xoops->isModule()||!$xoops->user->isAdmin($xoops->module->mid())) $op = $system->cleanVars($_REQUEST, 'op', 'list', 'string') |