mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-11 10:34:00 +02:00
fixed use of undefined constant ON
This commit is contained in:
2
ifm.php
2
ifm.php
@@ -130,7 +130,7 @@ class IFMZip {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
error_reporting( E_ALL );
|
error_reporting( E_ALL );
|
||||||
ini_set( 'display_errors', ON );
|
ini_set( 'display_errors', 'ON' );
|
||||||
|
|
||||||
class IFM {
|
class IFM {
|
||||||
const VERSION = '2.3.1';
|
const VERSION = '2.3.1';
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
error_reporting( E_ALL );
|
error_reporting( E_ALL );
|
||||||
ini_set( 'display_errors', ON );
|
ini_set( 'display_errors', 'ON' );
|
||||||
|
|
||||||
class IFM {
|
class IFM {
|
||||||
const VERSION = '2.3.1';
|
const VERSION = '2.3.1';
|
||||||
|
Reference in New Issue
Block a user