From 44feb0747308c2d0976e4818a270f953d0ef3729 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Mon, 15 May 2017 12:19:06 +0200 Subject: [PATCH] fixed php.ini patch --- sc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc.php b/sc.php index e69e4c8..44dc881 100644 --- a/sc.php +++ b/sc.php @@ -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);