Añadida constante de configuración de entorno _DEBUG_MODE
This commit is contained in:
parent
381de93d77
commit
dc88a10f28
|
@ -1,4 +1,4 @@
|
||||||
php-vn-lib (1.308-deb8) stable; urgency=low
|
php-vn-lib (1.309-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ require_once __DIR__.'/util.php';
|
||||||
use Vn\Db\Connection;
|
use Vn\Db\Connection;
|
||||||
use Vn\Lib\Locale;
|
use Vn\Lib\Locale;
|
||||||
|
|
||||||
|
if (!defined ('_ENABLE_DEBUG'))
|
||||||
|
define ('_ENABLE_DEBUG', FALSE);
|
||||||
if (!defined ('_DEV_MODE'))
|
if (!defined ('_DEV_MODE'))
|
||||||
define ('_DEV_MODE', FALSE);
|
define ('_DEV_MODE', FALSE);
|
||||||
if (!defined ('_CONFIG_DIR'))
|
if (!defined ('_CONFIG_DIR'))
|
||||||
|
|
Loading…
Reference in New Issue