Skip to content

Instantly share code, notes, and snippets.

@mmmpa
Created December 28, 2016 03:39
Show Gist options
  • Save mmmpa/f805ff86ce3c90ddaac4521ef8168192 to your computer and use it in GitHub Desktop.
Save mmmpa/f805ff86ce3c90ddaac4521ef8168192 to your computer and use it in GitHub Desktop.
<?php
$path = $_SERVER["SCRIPT_FILENAME"];
if(preg_match("/\.html$/", $path)){
chdir(dirname($path));
return require($path);
}
return false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment