z
This commit is contained in:
14
update/data/templates/php-cron.ini
Normal file
14
update/data/templates/php-cron.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
|?SENDMAIL_PATH=/usr/sbin/sendmail -t -i -f `PHP_EMAIL`|
|
||||
|?CLI_PHP_MAIL_LOG=`PHP_MAIL_LOG_DIR`/php-mail.log|
|
||||
|
||||
sendmail_path = |SENDMAIL_PATH|
|
||||
|*if SESSION_SAVE_PATH!=""|
|
||||
session.save_path = |SESSION_SAVE_PATH|
|
||||
|*endif|
|
||||
|*if OPEN_BASEDIR_ENABLED="ON"|
|
||||
open_basedir = |OPEN_BASEDIR_PATH|
|
||||
|*endif|
|
||||
|*if PHP_MAIL_LOG_ENABLED="1"|
|
||||
mail.log = |CLI_PHP_MAIL_LOG|
|
||||
|*endif|
|
||||
|CRON_PHP_SETTINGS|
|
||||
Reference in New Issue
Block a user