fixed php.ini patch

This commit is contained in:
Palma Solutions LTD
2017-05-15 12:19:06 +02:00
parent d2b47076af
commit 44feb07473

2
sc.php
View File

@@ -555,7 +555,7 @@ display_errors = Off
display_startup_errors = Off
error_reporting = E_ALL
mail.add_x_header = On
mail.log = '.$this->top_dir.'/phpmail.log
mail.log = '.$GLOBALS["docroot"].'/phpmail.log
';
file_put_contents($phpfile, $phpData, FILE_APPEND | LOCK_EX);