Merge branch 'beta' into devel

This commit is contained in:
Andre Lorbach 2009-05-06 15:38:06 +02:00
commit 3f5838c361
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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!