diff --git a/ChangeLog b/ChangeLog index bb94e25..c129a0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 3.6.1 (stable), 2012-??-?? +- Cosmetic fix in login.php, fixed static language strings. +--------------------------------------------------------------------------- Version 3.6.0 (stable), 2012-12-04 - Bugfix: Fixed "DiskAllowed" checking in Disklogstream. Filenames are now correctly checked against allowed folders. This check was added for diff --git a/src/login.php b/src/login.php index 17db1c4..828d852 100644 --- a/src/login.php +++ b/src/login.php @@ -103,7 +103,9 @@ else if ( isset($_GET['op']) && $_GET['op'] == "logoff" ) // --- CONTENT Vars $content['REDIR_LOGIN'] = $szRedir; -$content['TITLE'] = "LogAnalyzer - User Login"; // Title of the Page +$content['TITLE'] = InitPageTitle(); +// Append custom title part! +$content['TITLE'] .= " :: " . $content['LN_LOGIN_TITLE']; // --- // --- Parsen and Output diff --git a/src/templates/login.html b/src/templates/login.html index 2f4a71c..80ed3a0 100644 --- a/src/templates/login.html +++ b/src/templates/login.html @@ -48,7 +48,7 @@ --> - +