summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-25 22:22:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-25 22:22:14 +0000
commit5924fa0feea0c40fb4ddadb0866a202e49949c35 (patch)
tree34d74dd841775866afabf88f67680270ccff9aa7 /usr/local/www/system_firmware_auto.php
parent04d26657a3402aed1c08997609167d5a14b42784 (diff)
downloadpfsense-5924fa0feea0c40fb4ddadb0866a202e49949c35.zip
pfsense-5924fa0feea0c40fb4ddadb0866a202e49949c35.tar.gz
Add 19 more - so it is longer than present text
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php4
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);
OpenPOWER on IntegriCloud