For all of those who click on the login screen and get
only the index in v0.6.16, I have a really easy and
simple way to get it to work that doesn't require
editing PHP.ini or making .htaccess files:
Add
extract($_GET);
to line 2 of /index.php.
Good luck ;)
Logged In: NO
err...
extract($_GET);
extract($_COOKIE);
extract($_POST);
Sorry >>;