From 8ab5fcbe114928943cb745f4dfd4a9c1b96557bc Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Mon, 25 Mar 2002 17:43:45 +0000 Subject: [PATCH] mydomain.com => example.com git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75178 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/error-handling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/error-handling.xml b/features/error-handling.xml index 816fc45f1d..9d559920d8 100644 --- a/features/error-handling.xml +++ b/features/error-handling.xml @@ -1,5 +1,5 @@ - + Error Handling @@ -227,7 +227,7 @@ function userErrorHandler ($errno, $errmsg, $filename, $linenum, $vars) { // save to the error log, and e-mail me if there is a critical user error error_log($err, 3, "/usr/local/php4/error.log"); if ($errno == E_USER_ERROR) - mail("phpdev@mydomain.com","Critical User Error",$err); + mail("phpdev@example.com","Critical User Error",$err); }