mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
Fixes that little login bug.
git-svn-id: file:///svn/phpbb/trunk@1186 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
// phpBB 2.x auto-generated config file
|
||||
// Do not change anything in this file!
|
||||
//
|
||||
|
||||
$dbms = "mysql";
|
||||
|
||||
$dbhost = "127.0.0.1";
|
||||
$dbname = "devphpbb2";
|
||||
$dbuser = "dougk";
|
||||
$dbpasswd = "2d8o0u7g026";
|
||||
|
||||
$table_prefix = "phpbb_";
|
||||
|
||||
define('PHPBB_INSTALLED', true);
|
||||
|
||||
?>
|
@ -22,7 +22,7 @@
|
||||
<td align="center"><font face="{T_FONTFACE1}" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>: <input type="checkbox" name="autologin"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
|
||||
<td align="center"><input type="hidden" name="login" value="login"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></font></td>
|
||||
@ -35,4 +35,4 @@
|
||||
|
||||
<div align="center"><table align="center" border="0" width="60%">
|
||||
<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
|
||||
</table>
|
||||
</table>
|
||||
|
@ -36,6 +36,7 @@
|
||||
<tr align="center">
|
||||
<td colspan="2">
|
||||
<input type="hidden" name="forward_page" value="{FORWARD_PAGE}" />
|
||||
<input type="hidden" name="login" value="login" />
|
||||
<input type="submit" name="submit" class="mainoption" value="{L_LOGIN}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user