How can we solve the problem "Unable to login FAQMasterFlex admin area" ?
This might be due to 'register globals =off'. Because of that, the server variables must be expli
citly pulled into the script in order for the authentication to work. Add the following two state
ments to admin_authorize.php, just above the "if" statement that tests their values:
$PHP_AUTH_USER = $_SERVER['PHP_AUTH_USER'];
$PHP_AUTH_PW = $_SERVER['PHP_AUTH_PW'];
0
Cpanel- How can we solve the problem "Unable to login FAQMasterFlex admin area" ?
Cpanel- How can we solve the problem "Unable to login FAQMasterFlex admin area" ?
Tuesday, November 6, 2007
Posted in: cpanel | 0 Comments | Email This
Subscribe to:
Post Comments (RSS)
0 Responses to "Cpanel- How can we solve the problem "Unable to login FAQMasterFlex admin area" ?"
Post a Comment