From 98a27b512136406f8fffa52bdc0650dd0ae99f1d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 13 Nov 2014 00:05:34 +0100 Subject: [PATCH] Task #1044 - Implementation de PHPUNIT new defined variables for testing --- include/constant.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index 7dafcbcbe..7308a3a63 100644 --- a/include/constant.php +++ b/include/constant.php @@ -59,8 +59,14 @@ $g_captcha=false; $g_failed=""; $g_succeed=""; /* uncomment for development */ -define ('SVNINFO',6721); +/* +define ('SVNINFO',6722); +define ("DEBUG",true); +define ("LOGINPUT",true); +*/ +define ('SVNINFO',6723); define ("DEBUG",false); +define ("LOGINPUT",false); $version_noalyss=SVNINFO; // If you don't want to be notified of the update