8

Code in index.php: if(!isset($_COCKIE['access'] == '123') {
echo 'Denied'; die;
}

And then there was the access.php which set the cookie.

So you had to go to foo.com/access.php which displayed a white page and set the cookie. Then navigate back to foo.com for access

Comments
Add Comment