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>