mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
forced no display_errors
This commit is contained in:
parent
b63f1ad681
commit
1762e758fa
@ -52,6 +52,10 @@ if ((int) $develop_bypass === 1) {
|
||||
}
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
} else {
|
||||
// Leave user decide error_level, but limit errors to be displayed only in
|
||||
// logs.
|
||||
ini_set('display_errors', 0);
|
||||
}
|
||||
|
||||
// Check if mysqli is available
|
||||
|
Loading…
x
Reference in New Issue
Block a user