diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-03-22 14:30:05 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-03-22 14:30:05 +0000 |
commit | 42e30320e4cfc76229f3022954eda0b9fd2e4b13 (patch) | |
tree | 9ea47158082d676cfeecfc67faf38a6d1748d690 | |
parent | 8e3f83af92f2f54a6de74ed1a680b06b3d3d28da (diff) | |
download | forums-42e30320e4cfc76229f3022954eda0b9fd2e4b13.tar forums-42e30320e4cfc76229f3022954eda0b9fd2e4b13.tar.gz forums-42e30320e4cfc76229f3022954eda0b9fd2e4b13.tar.bz2 forums-42e30320e4cfc76229f3022954eda0b9fd2e4b13.tar.xz forums-42e30320e4cfc76229f3022954eda0b9fd2e4b13.zip |
D@#n it when changing something, make sure that you change it EVERYWHERE it's used :(
git-svn-id: file:///svn/phpbb/trunk@2396 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 eed86d8ae5..fc4a0e9e35 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -1009,7 +1009,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="redirect" value="admin/" />'; + $s_hidden_fields .= '<input type="hidden" name="redirect" value="admin/index.php" />'; $s_hidden_fields .= '<input type="hidden" name="login" value="true" />'; } else |