From 0ee7d7ae527a790c84c232c799321f418ccb5bae Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 7 Aug 2015 01:57:31 +0200 Subject: [PATCH] user in lowercase --- 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 b5ca40f9b..b42a6d050 100644 --- a/html/index.php +++ b/html/index.php @@ -220,7 +220,7 @@ if (defined("RECOVER") && isset ($_REQUEST['recover']) ) } echo ' -version 6.8.1.4 - '.$my_domain.' +version 6.8.1.5 - '.$my_domain.'

diff --git a/include/constant.php b/include/constant.php index a33d56cb6..26f0fc40e 100644 --- a/include/constant.php +++ b/include/constant.php @@ -73,7 +73,7 @@ define ('SMALLX','ⵝ'); -define ('SVNINFO',6814); +define ('SVNINFO',6815); define ("DEBUG",false); define ("LOGINPUT",false);