This commit is contained in:
tuend-work
2025-11-13 07:41:56 +07:00
parent 7f357f3a30
commit 4478491d73
1729 changed files with 193578 additions and 20 deletions

View 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|