jwmass03 |
|
---|---|
Thanks, that works great.
One last thing, to get the message saying that the admin must approve of the user, but not any of the other messages, like when the user clicks on a screen that's not allowed for them, how could I do that? I tried if(isset($_GET['m']) && ($_GET['m'] == 'auth' || $_GET['m'] == 'register' || $_GET['msg'] == '118')) { define('SED_AUTH', TRUE); } But I think maybe there's a page that it loads between clicking "Submit" and getting to that message, because that didn't work. Thanks, Jeff |