32 defined(
'XOOPS_ROOT_PATH') or die('Restricted access');
36 if (!in_array(XOOPS_GROUP_ADMIN,
$groups)) {
38 $ok_syscats = $sysperm_handler->getItemIds(
'system_admin', $groups);
42 require_once
$GLOBALS[
'xoops']->path(
'/class/xoopslists.php' );
44 include_once
$GLOBALS[
'xoops']->path(
'/modules/system/constants.php' );
51 if ( file_exists(
$admin_dir .
'/' . $file .
'/xoops_version.php' ) ) {
52 include
$admin_dir .
'/' . $file .
'/xoops_version.php';