mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +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);
|
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
|
// Check if mysqli is available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user