summaryrefslogtreecommitdiffstats
path: root/usr/local/bin/mail.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-20 10:34:37 -0300
committerRenato Botelho <renato@netgate.com>2015-08-20 10:34:37 -0300
commitcb7d18d561622f6071efec92a4c5d8f0fde2fcdc (patch)
tree6d9dfcc38e78315ef16be4a060718ffe174fc7bf /usr/local/bin/mail.php
parent5436d37a265f584ce2543ce566b4e694a97bff73 (diff)
downloadpfsense-cb7d18d561622f6071efec92a4c5d8f0fde2fcdc.zip
pfsense-cb7d18d561622f6071efec92a4c5d8f0fde2fcdc.tar.gz
Replace php calls to php-cgi, binary is not being renamed anymore
Diffstat (limited to 'usr/local/bin/mail.php')
-rwxr-xr-xusr/local/bin/mail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/bin/mail.php b/usr/local/bin/mail.php
index 1e62b81..130d9e0 100755
--- a/usr/local/bin/mail.php
+++ b/usr/local/bin/mail.php
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php -q
+#!/usr/local/bin/php-cgi -q
<?php
require_once("config.inc");
require_once("globals.inc");
@@ -22,4 +22,4 @@ if (!empty($subject)) {
} else {
send_smtp_message($message);
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud