surfichris
Former Admin
Posts: 2365 Reputation: 81
Joined: Mar 2002
|
RE: Help with PHP included files
Okay, you could do:
code: <?php
if($_SERVER['SCRIPT_FILENAME'] == "a.php")
{
die("Go away");
}
?>
That would work too
This post was edited on 09-14-2005 at 10:35 PM by surfichris.
|
|