mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 02:47:47 +02:00
Cosmetic fix in login.php, fixed static language strings.
This commit is contained in:
parent
94ed6fb5c2
commit
d0ed1c5e5b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user