Return to Snippet

Revision: 52518
at October 25, 2011 20:48 by Reportme


Initial Code
if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) header("HTTP/1.0 404 Not Found");

Initial URL

                                

Initial Description

                                

Initial Title
Check if file was loaded directly

Initial Tags

                                

Initial Language
PHP