Just removing some test code in spoolnews.php.
This commit is contained in:
parent
801cff2c9d
commit
4f315bfebf
|
@ -480,9 +480,6 @@ function get_articles($ns, $group)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Save config
|
# Save config
|
||||||
$configfile = '/var/spool/rslight/rocksolid/test-config.txt';
|
|
||||||
save_config_value($configfile, $name, $value);
|
|
||||||
|
|
||||||
$grouplist = file($remote_groupfile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
|
$grouplist = file($remote_groupfile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
|
||||||
$saveconfig = fopen($remote_groupfile, 'w+');
|
$saveconfig = fopen($remote_groupfile, 'w+');
|
||||||
foreach ($grouplist as $savegroup) {
|
foreach ($grouplist as $savegroup) {
|
||||||
|
|
Loading…
Reference in New Issue