From b5ff14df33edc819b25ea8a0e401c0f9cb66e1d2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 21 May 2009 03:42:24 +0000 Subject: Set display_errors to false for security. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index f4472b72..52220f90 100644 --- a/index.php +++ b/index.php @@ -31,7 +31,7 @@ error_reporting(E_ALL); // Disabling display_errors will effectively disable Kohana error display // and logging. You can turn off Kohana errors in application/config/config.php -ini_set('display_errors', true); +ini_set('display_errors', false); define('EXT', '.php'); define('DOCROOT', strtr(getcwd() . '/', DIRECTORY_SEPARATOR, '/')); -- cgit v1.2.3