The script shows up fine, when i try to access the page i put the script in it shows up the login form everything is okay!but when i try to login I always get Incorrect password.
// Add login/password pairs below, like described above
// NOTE: all rows except last must have comma "," at the end of line
$LOGIN_INFORMATION = array(
'root' => 'root',
'adminpass' => 'adminpass'
);
I try login with username:root
and password:adminpass
but I always get Incorrect password.
i chmoded the script to 777 but nothing works again
thanks in advance