summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-28 09:59:48 -0300
committerRenato Botelho <renato@netgate.com>2015-08-28 09:59:48 -0300
commit51094ffe8524e606f0215dd2b499aedc33f58e9f (patch)
tree648ad269e500bf19748ffdcc3f25a7fee5d4d57a /src
parent805974e344d98fbf41cd477d00683614573e7ff9 (diff)
parent9d0a71fbacd5555100a1630fd0d9898f60c57688 (diff)
downloadpfsense-51094ffe8524e606f0215dd2b499aedc33f58e9f.zip
pfsense-51094ffe8524e606f0215dd2b499aedc33f58e9f.tar.gz
Merge pull request #1833 from doktornotor/patch-5
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/bin/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/bin/mail.php b/src/usr/local/bin/mail.php
index 130d9e0..001ee67 100755
--- a/src/usr/local/bin/mail.php
+++ b/src/usr/local/bin/mail.php
@@ -13,7 +13,7 @@ if ($options['s'] <> "") {
$in = file("php://stdin");
-foreach ($in as $line){
+foreach ($in as $line) {
$message .= "$line";
}
OpenPOWER on IntegriCloud