Jelajahi Sumber

\"System status\" link commented

Julio Montoya 15 tahun lalu
induk
melakukan
d0750519ec
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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>';
 	  
 
 	  ?>