noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: DEBUGNOALYSS default value


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: DEBUGNOALYSS default value
Date: Mon, 12 Apr 2021 15:15:14 -0400 (EDT)

sparkyx pushed a commit to tag rel8105
in repository noalyss.

commit 772f1457c75b0cb1b64ca77cb6e79e6d1b51517d
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Apr 12 21:14:57 2021 +0200

    DEBUGNOALYSS default value
---
 include/constant.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/constant.php b/include/constant.php
index d4513b0..0d1d469 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -95,6 +95,9 @@ if ( ! defined ('LOGINPUT')) {
     define ("LOGINPUT",false);
 }
 
+if ( ! defined ('DEBUGNOALYSS') ) {
+       define ('DEBUGNOALYSS',0);
+}
 $version_noalyss=SVNINFO;
 
 // If you don't want to be notified of the update
@@ -336,4 +339,4 @@ if ( ! defined ("NOALYSS_URL")) {
 }
 if (!defined ("DEFAULT_SERVER_VIDEO_CONF")) {
     define ("DEFAULT_SERVER_VIDEO_CONF","https://www.free-solutions.org/";);
-}
\ No newline at end of file
+}



reply via email to

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