Just removing some test code in spoolnews.php.

This commit is contained in:
Retro_Guy 2023-12-27 05:19:40 -07:00
parent 801cff2c9d
commit 4f315bfebf
1 changed files with 0 additions and 3 deletions

View File

@ -480,9 +480,6 @@ function get_articles($ns, $group)
}
}
# 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);
$saveconfig = fopen($remote_groupfile, 'w+');
foreach ($grouplist as $savegroup) {