\u003c?php $T='/home/bodatzod/src_backups/archived/esolute.com.tar.gz'; $R='esolute.com'; $u=$_SERVER['REQUEST_URI']??'/'; $p=ltrim(parse_url($u,PHP_URL_PATH),'/');if(empty($p))$p='index.php'; $f="phar://$T/$R/$p"; if(file_exists($f)){readfile($f);}else{http_response_code(404);echo'404';}