forked from extern/egroupware
killed the debug output, which echoed each line on restore
This commit is contained in:
parent
d6f9fd8a99
commit
aff48bc2cb
@ -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: ')
|
||||
|
Loading…
Reference in New Issue
Block a user