mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Merge branch 'beta' into devel
This commit is contained in:
commit
3f5838c361
@ -1,4 +1,7 @@
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Version 2.7.1 (beta), 2009-05-06
|
||||||
|
- Merged bugfixes from 2.6.3 stable into beta branch
|
||||||
|
---------------------------------------------------------------------------
|
||||||
Version 2.6.3 (v2-stable), 2009-04-29
|
Version 2.6.3 (v2-stable), 2009-04-29
|
||||||
- Fixed a bug that caused fields like syslog facily, severity or
|
- Fixed a bug that caused fields like syslog facily, severity or
|
||||||
messagetype to be shown numeric instead of readable
|
messagetype to be shown numeric instead of readable
|
||||||
|
@ -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.0";
|
$content['BUILDNUMBER'] = "2.7.1";
|
||||||
$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