fixed php.ini patch
This commit is contained in:
2
sc.php
2
sc.php
@@ -555,7 +555,7 @@ display_errors = Off
|
|||||||
display_startup_errors = Off
|
display_startup_errors = Off
|
||||||
error_reporting = E_ALL
|
error_reporting = E_ALL
|
||||||
mail.add_x_header = On
|
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);
|
file_put_contents($phpfile, $phpData, FILE_APPEND | LOCK_EX);
|
||||||
|
|||||||
Reference in New Issue
Block a user