MikFoxi

Анти РКН (часть 1)

Apr 18th, 2020
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. if ($ab_config['host'] == 'site.ru') {
  3. header('HTTP/1.1 301 Moved Permanently');
  4. header('Location: https://sub.site.ru'.$ab_config['uri']);
  5. die();
  6. }
  7. ?>
Add Comment
Please, Sign In to add comment