This commit is contained in:
Colin Mitchell 2012-05-08 21:07:56 -04:00
parent 0c4ade8e51
commit 68f5440a5a
3 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
<?php
// router.php
if (preg_match('/\.(?:png|jpg|jpeg|gif)$/', $_SERVER["REQUEST_URI"]))
return false; // serve the requested resource as-is.
else {
echo "<p>Welcome to PHP</p>";
}
?>