G'day invision2,
Ok I have sent you a reply message, but I also thought of something else. This is what my index.php header looks like:
PHP Code:
require_once('../includes/sentry.php');
$theSentry = new Sentry();
if (!$theSentry->checkLogin(2) ){ header("Location: login.php?action=priv"); die(); }
My header has an extra bit:
Ignore this, you can delete it.
Marzar