added changelog

This commit is contained in:
Andre Lorbach 2010-11-16 13:35:30 +01:00
parent fd8f304b29
commit 7e9a68efa2
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
---------------------------------------------------------------------------
Version 3.0.4 (beta), 2010-11-16
- Fixed Copy and Paste error in db_template.txt.
---------------------------------------------------------------------------
Version 3.0.3 (beta), 2010-10-28
- Added support for using custom filter for charts, for example if you
want to create charts for single servers.

View File

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