summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-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