Finalized Version 4.1.7

This commit is contained in:
Andre Lorbach 2018-12-04 09:25:21 +01:00
parent 367b50aa1a
commit f64cabb573
2 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,11 @@
---------------------------------------------------------------------------
Version 4.1.7 (stable), xxxx-xx-xx
- Fixed mysql calls and php7 compatibility issues in convert.php
- Login template: Fixed length limit of username / password
- jpgraph: Added workarround when imageantialias function is missing
Version 4.1.7 (stable), 2018-12-04
- Fixed mysql calls and php7 compatibility issues in convert.php.
- Login template: Fixed length limit of username / password.
- jpgraph: Added workarround when imageantialias function is missing.
- Fixed XSS Issue in login.php (Login Button Referer field).
Thanks to Gustavo Sorondo from Cinta Infinita for reporting this.
- Added user contributed japanese translation.
---------------------------------------------------------------------------
Version 4.1.6 (stable), 2017-11-06
- Fixed mysqli_connect call in UserDB functions.

View File

@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "4.1.6";
$content['BUILDNUMBER'] = "4.1.7";
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path;