Skip to content

Instantly share code, notes, and snippets.

@TermiT
Created May 27, 2012 15:28
Show Gist options
  • Save TermiT/2814756 to your computer and use it in GitHub Desktop.
Save TermiT/2814756 to your computer and use it in GitHub Desktop.
snipper for techsnow.net article
<?php
$file = $_GET['pointer'];
if(isset($file))
{
include($file);
}
else
{
include("index.php");
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment