From 5924fa0feea0c40fb4ddadb0866a202e49949c35 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 25 Oct 2008 22:22:14 +0000 Subject: Add 19 more - so it is longer than present text --- usr/local/www/system_firmware_auto.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/system_firmware_auto.php') diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php index c6ef8aa..cd5f6ac 100755 --- a/usr/local/www/system_firmware_auto.php +++ b/usr/local/www/system_firmware_auto.php @@ -194,13 +194,13 @@ function read_body_firmware($ch, $string) { $b = $downloaded; $c = $downloadProgress; $text = " Auto Update Download Status\\n"; - $text .= "---------------------------------\\n"; + $text .= "----------------------------------------------------\\n"; $text .= " Latest Version : {$latest_version}\\n"; $text .= " Current Version : {$current_installed_pfsense_version}\\n"; $text .= " File size : {$a}\\n"; $text .= " Downloaded : {$b}\\n"; $text .= " Percent : {$c}%\\n"; - $text .= "---------------------------------\\n"; + $text .= "----------------------------------------------------\\n"; $counter++; if($counter > 150) { update_output_window($text); -- cgit v1.1