Log |
11/21/2006 11:36:00 AM |
PHPRunner General questions | |
R
Rashed author
Hello all, |
|
J
|
Jane 11/22/2006 |
Rashed, if(!@$_SESSION["UserID"] || !CheckSecurity(@$_SESSION["OwnerID"],"Search")) { header("Location: login.php"); return; }
if(!@$_SESSION["UserID"] || !CheckSecurity(@$_SESSION["OwnerID"],"Search") || $_SESSION["UserID"]=="Guest") { header("Location: login.php"); return; }
|
R
|
Rashed author 11/22/2006 |
Jane, |