浏览代码

Remove called to function system_management.php

Julio Montoya 10 年之前
父节点
当前提交
a7ac180a21
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      main/admin/index.php

+ 0 - 3
main/admin/index.php

@@ -299,9 +299,6 @@ if (api_is_platform_admin()) {
         $items[] = array('url'=>'filler.php', 	'label' => get_lang('DataFiller'));
     }
     $items[] = array('url'=>'archive_cleanup.php', 	'label' => get_lang('ArchiveDirCleanup'));
-    if (api_get_setting('server_type') === 'test') {
-        $items[] = array('url'=>'system_management.php', 'label' => get_lang('SystemManagement'));
-    }
 
     if (isset($_configuration['db_manager_enabled']) &&
         $_configuration['db_manager_enabled'] == true &&