Prechádzať zdrojové kódy

\"System status\" link commented

Julio Montoya 15 rokov pred
rodič
commit
d0750519ec
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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>';
 	  
 
 	  ?>