Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   login fix (http://www.mysidiaadoptables.com/forum/showthread.php?t=513)

12345 03-13-2009 02:03 PM

login fix
 
I dont know, If you have this problem that after fail login it change Futured pet, Member Login, Forgot password in link to /resetpass.php. I have but I fix it. So heres it is. In login.php find this line:
Code:

$template = replace(':ARTICLECONTENT:','Sorry, we could not log you on with the details specified.  You can <a href="login.php">try again</a> or <a href="passreset.php">request a password reset',$template);
and change it to:
Code:

$template = replace(':ARTICLECONTENT:','Sorry, we could not log you on with the details specified.  You can <a href="login.php">try again</a> or <a href="passreset.php">request a password reset.</a>',$template);
Thats it :D There was missing </a>


All times are GMT -5. The time now is 06:45 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.