1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-31 19:31:44 +02:00

don't display errors

This commit is contained in:
Marco Dickert
2017-03-05 22:40:50 +01:00
parent e63516ae87
commit 444b669882
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ class IFMZip {
*/
error_reporting( E_ALL );
ini_set( 'display_errors', 'ON' );
ini_set( 'display_errors', 'OFF' );
class IFM {
const VERSION = '2.3.1';