Cosmetic fix in login.php, fixed static language strings.

This commit is contained in:
Andre Lorbach 2012-12-05 09:59:25 +01:00
parent 94ed6fb5c2
commit d0ed1c5e5b
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

@ -48,7 +48,7 @@
-->
<tr>
<td align="center">
<input type="submit" value="Anmelden">
<input type="submit" value="{LN_LOGIN_TITLE}">
<input type="hidden" name="op" value="login">
<input type="hidden" name="referer" value="{REDIR_LOGIN}">
</td>