input_user.php pops back to index.php
Status: Pre-Alpha
Brought to you by:
batmanj
I am trying to install.
According to the readme.txt:
To add a user go to your alias or vhost link and append
the following /input_user.php.
but, when I try this I get poped right back to
index.php without the opportunity to enter anything
into a form.
I tried inserting a user_login and user_password into
the database manually, but when I try logging into the
web interface I get multiple login screens as though
multiple includes are all poping back to index.php.
Logged In: YES
user_id=1196923
Comment out these lines in global.php
// if (!session_is_registered("uid"))
// {
// header("Location: index.php");
// exit;
// }