Update comments for $wgForeignFileRepos
[lhc/web/wiklou.git] / maintenance / renamewiki.php
index d9fe6e7..66de326 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-require_once( "commandLine.inc" );
-
 /**
  * Why yes, this *is* another special-purpose Wikimedia maintenance script!
  * Should be fixed up and generalized.
+ *
+ * @file
+ * @ingroup Maintenance
  */
 
+require_once( "commandLine.inc" );
+
 if ( count( $args ) != 2 ) {
        wfDie( "Rename external storage dbs and leave a new one...\n" .
                        "Usage: php renamewiki.php <olddb> <newdb>\n" );