summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-10 01:21:52 +0000
committerColin Smith <colin@pfsense.org>2005-04-10 01:21:52 +0000
commit8d958459b42b4135e126a1fd6efed4579d5fe17c (patch)
tree32a693aee263e5a5680fdd3434ac86b76a26db26
parent2a0ed71834f1b0d582e0c0e03de7f917846a3587 (diff)
downloadpfsense-8d958459b42b4135e126a1fd6efed4579d5fe17c.zip
pfsense-8d958459b42b4135e126a1fd6efed4579d5fe17c.tar.gz
Remove string concatenation.
-rwxr-xr-xusr/local/www/system_firmware_auto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 1765c4c..86c9d47 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -201,7 +201,7 @@ function read_body($ch, $string) {
$a = $file_size;
$b = $downloaded;
$c = $downloadProgress;
- $text .= " Download Status\\n";
+ $text = " Download Status\\n";
$text .= "---------------------------------\\n";
$text .= " File size : {$a}\\n";
$text .= " Downloaded : {$b}\\n";
OpenPOWER on IntegriCloud