Use consistent spacing

This commit is contained in:
Paul Gear
2014-10-25 08:40:42 +10:00
parent 5564a581da
commit 70bb420fe7

View File

@@ -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'])) {