diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 22:22:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 22:22:14 +0000 |
commit | 5924fa0feea0c40fb4ddadb0866a202e49949c35 (patch) | |
tree | 34d74dd841775866afabf88f67680270ccff9aa7 /usr | |
parent | 04d26657a3402aed1c08997609167d5a14b42784 (diff) | |
download | pfsense-5924fa0feea0c40fb4ddadb0866a202e49949c35.zip pfsense-5924fa0feea0c40fb4ddadb0866a202e49949c35.tar.gz |
Add 19 more - so it is longer than present text
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_firmware_auto.php | 4 |
1 files changed, 2 insertions, 2 deletions
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); |