statusText.php 58 B

12345
  1. <?php
  2. header( "HTTP/1.0 $_GET[status] $_GET[text]" );
  3. ?>