One difference I noticed when installing in 3.6.8 was one of the lines I was supposed to find:
Quote:
<form action="../login.php" method="post" name="loginform" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf); js_do_options(this)">
|
And this was what I found in 3.6.8:
Quote:
<form action="../login.php?do=login" method="post" name="loginform" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf); js_do_options(this)">
|
I didn't alter any of the replacement code:
Quote:
... etc ... <form action="../login.php" method="post" ... etc ...
|
Should I have kept the same pattern in the form tag?