Created
April 22, 2013 04:34
-
-
Save kain-jy/5432459 to your computer and use it in GitHub Desktop.
php 5.4.x build-in server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (file_exists($_SERVER['DOCUMENT_ROOT'].$_SERVER['REQUEST_URI'])) return false; | |
else include($_SERVER['DOCUMENT_ROOT'].'/index.php'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment