Menu

#11 Bad link in changepassform.php

open
nobody
None
5
2006-09-04
2006-09-04
bennu500
No

The link to adminoptions.php has a ".html" extension,
versus the ".php" extension. This will cause the
script to error when trying to use the "options" link
from the change password screen. I am using
the .93RC1 version.

line 31 is entered as:

<TD><CENTER><A HREF='$g_help_lng'>$g_help</A><BR><A
HREF='adminoptions.html'>$g_options</A><BR><A
HREF='index.php'>$g_home</A></CENTER></TD>

but should be:

<TD><CENTER><A HREF='$g_help_lng'>$g_help</A><BR><A
HREF='adminoptions.php'>$g_options</A><BR><A
HREF='index.php'>$g_home</A></CENTER></TD>

Discussion


Log in to post a comment.

MongoDB Logo MongoDB