|
From: Jonathan H. <the...@us...> - 2002-03-22 14:30:12
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv1814 Modified Files: install.php Log Message: D@#n it when changing something, make sure that you change it EVERYWHERE it's used :( Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** install.php 20 Mar 2002 14:26:26 -0000 1.40 --- install.php 22 Mar 2002 14:30:05 -0000 1.41 *************** *** 1010,1014 **** $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="login" value="true" />'; } --- 1010,1014 ---- $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/index.php" />'; $s_hidden_fields .= '<input type="hidden" name="login" value="true" />'; } |