Skip to content

Commit fe67a08

Browse files
author
dougk_ff7
committed
Fixes that little login bug.
git-svn-id: file:///svn/phpbb/trunk@1186 89ea8834-ac86-4346-8a33-228a782c2dd0
1 parent ae1e381 commit fe67a08

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

phpBB/config.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
//
4+
// phpBB 2.x auto-generated config file
5+
// Do not change anything in this file!
6+
//
7+
8+
$dbms = "mysql";
9+
10+
$dbhost = "127.0.0.1";
11+
$dbname = "devphpbb2";
12+
$dbuser = "dougk";
13+
$dbpasswd = "2d8o0u7g026";
14+
15+
$table_prefix = "phpbb_";
16+
17+
define('PHPBB_INSTALLED', true);
18+
19+
?>

phpBB/templates/PSO/login_body.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<td align="center"><font face="{T_FONTFACE1}" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>:&nbsp;<input type="checkbox" name="autologin"></td>
2323
</tr>
2424
<tr>
25-
<td align="center"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
25+
<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>
2626
</tr>
2727
<tr>
2828
<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 @@
3535

3636
<div align="center"><table align="center" border="0" width="60%">
3737
<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
38-
</table>
38+
</table>

phpBB/templates/subSilver/login_body.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<tr align="center">
3737
<td colspan="2">
3838
<input type="hidden" name="forward_page" value="{FORWARD_PAGE}" />
39+
<input type="hidden" name="login" value="login" />
3940
<input type="submit" name="submit" class="mainoption" value="{L_LOGIN}" />
4041
</td>
4142
</tr>

0 commit comments

Comments
 (0)