Stylize maintenance folder..
[lhc/web/wiklou.git] / maintenance / dumpInterwiki.php
index 045e393..93004cb 100644 (file)
 $oldCwd = getcwd();
 
 $optionsWithArgs = array( "o" );
-require_once( dirname(__FILE__) . '/commandLine.inc' );
-require( dirname(__FILE__)."/dumpInterwiki.inc" );
+require_once( dirname( __FILE__ ) . '/commandLine.inc' );
+require( dirname( __FILE__ ) . "/dumpInterwiki.inc" );
 chdir( $oldCwd );
 
 # Output
 if ( isset( $options['o'] ) ) {
     # To database specified with -o
     $dbFile = CdbWriter::open( $options['o'] );
-} 
+}
 
 getRebuildInterwikiDump();