mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Merged previous Beta branch into Stable branch
This commit is contained in:
parent
cb04a1a2ae
commit
e0dae0d52a
@ -1,4 +1,8 @@
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Version 2.8.0 (v2-stable), 2010-01-14
|
||||||
|
- Merged previous Beta branch into Stable branch and set
|
||||||
|
new version number 2.8
|
||||||
|
---------------------------------------------------------------------------
|
||||||
Version 2.7.3 (beta), 2009-11-17
|
Version 2.7.3 (beta), 2009-11-17
|
||||||
- Merged bugfixes and changes from 2.6.5 stable into beta branch
|
- Merged bugfixes and changes from 2.6.5 stable into beta branch
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
|||||||
$LANG = "en"; // Default language
|
$LANG = "en"; // Default language
|
||||||
|
|
||||||
// Default Template vars
|
// Default Template vars
|
||||||
$content['BUILDNUMBER'] = "2.7.3";
|
$content['BUILDNUMBER'] = "2.8.0";
|
||||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||||
$content['BASEPATH'] = $gl_root_path;
|
$content['BASEPATH'] = $gl_root_path;
|
||||||
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user