File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1491,7 +1491,7 @@ hestiacp.com team
14911491" > $tmpfile
14921492
14931493send_mail=" $HESTIA /web/inc/mail-wrapper.php"
1494- cat $tmpfile | php $send_mail -s " Hestia Control Panel" $email
1494+ cat $tmpfile | $send_mail -s " Hestia Control Panel" $email
14951495
14961496# Congrats
14971497echo ' ======================================================='
Original file line number Diff line number Diff line change @@ -1433,7 +1433,7 @@ hestiacp.com team
14331433" > $tmpfile
14341434
14351435send_mail=" $HESTIA /web/inc/mail-wrapper.php"
1436- cat $tmpfile | php $send_mail -s " Hestia Control Panel" $email
1436+ cat $tmpfile | $send_mail -s " Hestia Control Panel" $email
14371437
14381438# Congrats
14391439echo ' ======================================================='
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ zend.enable_gc = On
371371; threat in any way, but it makes it possible to determine whether you use PHP
372372; on your server or not.
373373; http://php.net/expose-php
374- expose_php = On
374+ expose_php = Off
375375
376376; ;;;;;;;;;;;;;;;;;;
377377; Resource Limits ;
@@ -457,7 +457,7 @@ memory_limit = 128M
457457; Development Value: E_ALL
458458; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
459459; http://php.net/error-reporting
460- error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
460+ error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
461461
462462; This directive controls whether or not and where PHP will output errors,
463463; notices and warnings too. Error output is very useful during development, but
You can’t perform that action at this time.
0 commit comments