Skip to content

Instantly share code, notes, and snippets.

@furu
Created April 24, 2014 07:14
Show Gist options
  • Select an option

  • Save furu/11244594 to your computer and use it in GitHub Desktop.

Select an option

Save furu/11244594 to your computer and use it in GitHub Desktop.
<?php
if (file_exists($_SERVER['DOCUMENT_ROOT'] . $_SERVER['REQUEST_URI'])) {
return false;
}
include $_SERVER['DOCUMENT_ROOT'] . '/index.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment