Make revdel input form more consistent with other forms:
[lhc/web/wiklou.git] / maintenance / rebuildInterwiki.php
index 0896842..d3f3a4d 100644 (file)
@@ -2,16 +2,19 @@
 /**
  * Rebuild interwiki table using the file on meta and the language list
  * Wikimedia specific!
+ *
+ * @file
  * @todo document
- * @addtogroup Maintenance
+ * @ingroup Maintenance
+ * @ingroup Wikimedia
  */
 
 /** */
 $oldCwd = getcwd();
 
 $optionsWithArgs = array( "d" );
-include_once( "commandLine.inc" );
-include_once( "rebuildInterwiki.inc" );
+require_once( dirname(__FILE__) . '/commandLine.inc' );
+require( "rebuildInterwiki.inc" );
 chdir( $oldCwd );
 
 # Output