From 699737d90221580b18adfbd30abdbd609803cffd Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 27 May 2015 16:25:15 +0545 Subject: Code style www diag more bits --- usr/local/www/diag_backup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/diag_backup.php') diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 6c25f02..bede178 100644 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -167,7 +167,7 @@ function add_base_packages_menu_items() { } function remove_bad_chars($string) { - return preg_replace('/[^a-z_0-9]/i','',$string); + return preg_replace('/[^a-z_0-9]/i', '', $string); } function check_and_returnif_section_exists($section) { @@ -603,7 +603,7 @@ $id = rand() . '.' . time(); $mth = ini_get('upload_progress_meter.store_method'); $dir = ini_get('upload_progress_meter.file.filename_template'); -$pgtitle = array(gettext("Diagnostics"),gettext("Backup/restore")); +$pgtitle = array(gettext("Diagnostics"), gettext("Backup/restore")); include("head.inc"); ?> -- cgit v1.1