mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
Add option to turn off display_errors
This commit is contained in:
@@ -490,6 +490,13 @@ $conf['template_combine_files'] = true;
|
||||
// gives an empty value '' to deactivate
|
||||
$conf['show_php_errors'] = E_ALL;
|
||||
|
||||
// This sets the display_errors php option to true, so php errors and warning
|
||||
// messages are shown in the browser. If this is false, the error messages are
|
||||
// available in the php log of the server if show_php_errors has any set.
|
||||
// If the below is turned off in local config and errors are still shown on
|
||||
// frontend, check for display_errors setting server's php config
|
||||
$conf['show_php_errors_on_frontend'] = true;
|
||||
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | authentication |
|
||||
|
||||
Reference in New Issue
Block a user