diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-14 18:22:32 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-14 18:22:32 +0000 |
| commit | 715a51c548f36ab2dca1fd61723f2f0b45e67a18 (patch) | |
| tree | de089b57a0236d392c4dde081107a8a0d0dd6856 /phpBB/install.php | |
| parent | e4b9702ebc17ce0e3afb33afdd0e481d87e305ad (diff) | |
| download | forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar.gz forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar.bz2 forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar.xz forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.zip | |
Various changes to location redirection ... please note the format and name changes
git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install.php')
| -rw-r--r-- | phpBB/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install.php b/phpBB/install.php index fbd1c5b94b..4a20fa6935 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -485,7 +485,7 @@ else // $s_hidden_fields = '<input type="hidden" name="username" value="' . $admin_name . '" />'; $s_hidden_fields .= '<input type="hidden" name="password" value="' . $admin_pass1 . '" />'; - $s_hidden_fields .= '<input type="hidden" name="forward_page" value="admin/" />'; + $s_hidden_fields .= '<input type="hidden" name="redirect" value="admin/" />'; $s_hidden_fields .= '<input type="hidden" name="submit" value="Login" />'; if ( $dbms == 'odbc' ) { |
