killed the debug output, which echoed each line on restore

This commit is contained in:
Ralf Becker 2004-11-05 09:34:46 +00:00
parent d6f9fd8a99
commit aff48bc2cb

View File

@ -160,7 +160,7 @@
while(!feof($f))
{
$line = trim(fgets($f)); ++$n;
echo "$n: $line<br>";
if (empty($line)) continue;
if (substr($line,0,9) == 'charset: ')