aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-03-08 21:05:16 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-03-08 21:05:16 +0000
commit9ebcba6e07b3d6529f73867e9d27156951f0abba (patch)
treead5aaf189be0fff0df60a4fa4aab2e8c4d99f1aa /phpBB
parentbf3871c69811e80116ada5134f73bea88a978e03 (diff)
downloadforums-9ebcba6e07b3d6529f73867e9d27156951f0abba.tar
forums-9ebcba6e07b3d6529f73867e9d27156951f0abba.tar.gz
forums-9ebcba6e07b3d6529f73867e9d27156951f0abba.tar.bz2
forums-9ebcba6e07b3d6529f73867e9d27156951f0abba.tar.xz
forums-9ebcba6e07b3d6529f73867e9d27156951f0abba.zip
Just because
git-svn-id: file:///svn/phpbb/trunk@2284 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index 0a9e947289..27f7686487 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -482,7 +482,7 @@ else if( !empty($HTTP_POST_VARS['ftp_file']) && !defined("PHPBB_INSTALLED") )
//
$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="redirect" value="admin/" />';
+ $s_hidden_fields .= '<input type="hidden" name="redirect" value="admin/index.php" />';
$s_hidden_fields .= '<input type="hidden" name="submit" value="' . $lang['Login'] . '" />';
$template->assign_block_vars("switch_common_install", array());