瀏覽代碼

\"System status\" link commented

Julio Montoya 15 年之前
父節點
當前提交
d0750519ec
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      main/admin/index.php

+ 2 - 1
main/admin/index.php

@@ -176,7 +176,8 @@ if(api_is_platform_admin()) {
 		  	echo '<li><a href="legal_add.php">'.get_lang('TermsAndConditions').'</a></li>';
 	  }
 	  
-	  echo '<li><a href="system_status.php">'.get_lang('SystemStatus').'</a></li>';
+	  //@todo Translations needed in order to see a better explanation of issues
+	  //echo '<li><a href="system_status.php">'.get_lang('SystemStatus').'</a></li>';
 	  
 
 	  ?>