noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Update version automatically


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Update version automatically
Date: Sat, 21 Nov 2015 19:53:04 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3242ad1e376c1d5ee3f806b11c970cb839509a20
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 21 20:46:40 2015 +0100

    Update version automatically
---
 html/index.php       |    2 +-
 include/constant.php |    9 +--------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/html/index.php b/html/index.php
index 45b0bec..19dc401 100644
--- a/html/index.php
+++ b/html/index.php
@@ -232,7 +232,7 @@ if (isset ($_REQUEST['reconnect']) && isset 
($_REQUEST['backurl'])) {
 }
 echo '
 <span 
style="background-color:#879ed4;color:white;padding-left:4px;padding-right:4px;">
-version  6.9.1.1 - '.$my_domain.'
+version  NOALYSS_VERSION - '.$my_domain.'
 </span>
 <BR>
 <BR>
diff --git a/include/constant.php b/include/constant.php
index bed4db3..6a3783e 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -75,15 +75,8 @@ $g_succeed="<span 
style=\"font-size:18px;color:green\">&#x2713;</span>";
 define ('SMALLX','&#x2D5D;');
 define ('BUTTONADD',"&#10010;");
 
-/* uncomment for development */
 
-// define ('SVNINFO',6800);
-//define ("DEBUG",true);
-//define ("LOGINPUT",true);
-
-
-
-define ('SVNINFO',6910);
+define ('SVNINFO',NOALYSS_VERSION);
 if ( ! defined  ('DEBUG')) {
     define ("DEBUG",false);
 }



reply via email to

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