From a7ac180a21f4fbe3829308c09417dc0e19f0efc7 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 30 Mar 2015 15:19:43 +0200 Subject: [PATCH] Remove called to function system_management.php --- main/admin/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/admin/index.php b/main/admin/index.php index 239be536c1..3435adab96 100644 --- a/main/admin/index.php +++ b/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 &&