From: "Matt MacLeod" <[EMAIL PROTECTED]>

> if (!ISSET($_SESSION['loggedin'])) {
> header("Location: /admin/login/");

put exit(); after your header redirect and use a full URL for your location.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to