Advertisement
eqeqwan21

Untitled

Sep 29th, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. if (!$this->check_device_in_allowed_city($cid)) {
  2.             header($_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found');
  3.             echo 'Device num: ' . $cid . ', error: 404 Not Found';
  4.             exit();
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement