Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!$this->check_device_in_allowed_city($cid)) {
- header($_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found');
- echo 'Device num: ' . $cid . ', error: 404 Not Found';
- exit();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement