Quick hacky script to initialize site_stats row where missing.
[lhc/web/wiklou.git] / maintenance / fetchInterwiki.pl
index a4ff14a..cb56a6d 100644 (file)
@@ -11,7 +11,6 @@ my $map = &get(&url('http://usemod.com/intermap.txt'));
 my $cont;
 my @map = split /\n/, $map;
 
-open IW, ">Interwiki.php";
 $cont .= '<?php
 # Note: this file is generated by maintenance/fetchInterwiki.pl
 # Edit and rerun that script rather than modifying this directly.