noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 11/11: Task #1044 - Implementation de PHPUNIT


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/11: Task #1044 - Implementation de PHPUNIT new defined variables for testing
Date: Wed, 12 Nov 2014 23:06:48 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 98a27b512136406f8fffa52bdc0650dd0ae99f1d
Author: Dany De Bontridder <address@hidden>
Date:   Thu Nov 13 00:05:34 2014 +0100

    Task #1044 - Implementation de PHPUNIT
    new defined variables for testing
---
 include/constant.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/include/constant.php b/include/constant.php
index 7dafcbc..7308a3a 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -59,8 +59,14 @@ $g_captcha=false;
 $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
 /* 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]