mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 01:09:19 -04:00
Set display_errors to false for security.
This commit is contained in:
@@ -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, '/'));
|
||||
|
||||
Reference in New Issue
Block a user