Enabled errors for Mikrotik addon

This commit is contained in:
Pavel Odintsov 2019-04-29 20:29:05 +01:00 committed by GitHub
parent 61ed75331d
commit 6b93996059
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
* v1.0 - 4 Jul 16 - initial version
******************************/
//sin errores
error_reporting( 0 );
// error_reporting( 0 );
// error_reporting( E_ALL );
// ini_set( 'display_errors', 'On' );
define( "_VER", '1.0' );