[ Index ]

PHP Cross Reference of IEUF

title

Body

[close]

/gestion/inc/ -> 404.php (source)

   1  <?php header("HTTP/1.0 404 Not Found"); ?>
   2  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   3  <html><head>
   4  <title>404 Not Found</title>
   5  </head><body>
   6  <h1>Not Found</h1>
   7  <p>The requested URL <?php echo $_SERVER['PHP_SELF']; ?> was not found on this server.</p>
   8  </body></html>
   9  <?php exit; ?>


Generated: Fri Jan 31 19:59:00 2014 Cross-referenced by PHPXref 0.7.1