From 22e589833bb07bdc9602d7271a23083e3510c45f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 8 Dec 2017 20:27:25 +0100 Subject: [PATCH] Set version 6919.6 --- html/index.php | 2 +- include/constant.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 8ea2b40ca..7edff3f47 100644 --- a/html/index.php +++ b/html/index.php @@ -261,7 +261,7 @@ if (isset ($_REQUEST['reconnect']) && isset ($_REQUEST['backurl'])) { } echo ' -version 6919+5 - '.$my_domain.' +version 6919+6 - '.$my_domain.'

diff --git a/include/constant.php b/include/constant.php index 3396b698f..155194b52 100644 --- a/include/constant.php +++ b/include/constant.php @@ -88,7 +88,7 @@ define ('SMALLX','ⵝ'); define ('BUTTONADD',"✚"); -define ('SVNINFO',6919+5); +define ('SVNINFO',6919+6); if ( ! defined ('DEBUG')) { define ("DEBUG",false); }