a0ee5082
b9e8d807
1 2 3 4 5 6 7 8 9 10
11 12
13
<?php if (!isset($_GET['skip'])) { echo "0123"; } if (!fastcgi_finish_request()) { error_log("Error in fastcgi_finish_request"); } echo "4567"; include 'server.php'; ?>