From 0956ea0c0bb686a749f62e1a9673a3c3bdf72338 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Sun, 25 May 2003 23:39:25 +0000 Subject: [PATCH] added example for error reporting level - turn off 'Notices' git-svn-id: https://develop.svn.wordpress.org/trunk@102 602fd350-edb4-49c9-b593-d223f7449a82 --- example.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example.htaccess b/example.htaccess index bc83607aa5..0031a96dad 100644 --- a/example.htaccess +++ b/example.htaccess @@ -5,6 +5,10 @@ php_flag register_globals off +# this will set the error_reporting level to remove 'Notices' + + php_value error_reporting 247 + # this is used to make b2 produce links like http://example.com/archives/m/200209