@@ -12,7 +12,9 @@ include("includes/functions.php");
$options = getopt("f:");
if ( $options['f'] === 'update') { echo $config['update']; }
if ($options['f'] === 'update') {
echo $config['update'];
}
if ($options['f'] === 'syslog') {
if (is_numeric($config['syslog_purge'])) {
The note is not visible to the blocked user.