uncomment copy/unlink

This commit is contained in:
mohrt
2001-04-23 22:36:25 +00:00
parent e24243b2c6
commit 509532d751

View File

@@ -56,8 +56,8 @@ foreach (array_slice($argv, 1) as $template) {
fwrite($fp, $output);
fclose($fp);
//copy($template.'.out', $template);
//unlink($template.'.out');
copy($template.'.out', $template);
unlink($template.'.out');
print "Fixed $template.\n";
}