Añadida constante de configuración de entorno _DEBUG_MODE

This commit is contained in:
Juan Ferrer Toribio 2016-11-14 10:45:46 +01:00
parent 381de93d77
commit dc88a10f28
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
php-vn-lib (1.308-deb8) stable; urgency=low
php-vn-lib (1.309-deb8) stable; urgency=low
* Initial Release.

View File

@ -7,6 +7,8 @@ require_once __DIR__.'/util.php';
use Vn\Db\Connection;
use Vn\Lib\Locale;
if (!defined ('_ENABLE_DEBUG'))
define ('_ENABLE_DEBUG', FALSE);
if (!defined ('_DEV_MODE'))
define ('_DEV_MODE', FALSE);
if (!defined ('_CONFIG_DIR'))