<?php
if ($_SERVER['SCRIPT_NAME'] == '/footer.php') {
http_response_code(403);
exit;
}