* Update Chinese translations
[lhc/web/wiklou.git] / maintenance / eval.php
old mode 100755 (executable)
new mode 100644 (file)
index 21d7ee5..519411d
@@ -9,11 +9,10 @@
  * are evaluated separately, so blocks need to be input without a line break.
  * Fatal errors such as use of undeclared functions can kill the shell.
  *
- * To get decent line editing behavior, you should compile PHP with support 
+ * To get decent line editing behavior, you should compile PHP with support
  * for GNU readline (pass --with-readline to configure).
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @addtogroup Maintenance
  */
 
 $wgForceLoadBalancing = (getenv('MW_BALANCE') ? true : false);
@@ -60,4 +59,4 @@ while ( ( $line = readconsole( '> ' ) ) !== false ) {
 
 print "\n";
 
-?>
+