Hi.
Is it possible to do a is_included sort of check?
Like lets say you go to index.php which includes login.php, all is fine.
Now lets say I type in www.blabla.com/login.php, I want to run a check to see if login.php was included through index.php or not, if not, display an error.
That way the files wouldn't be accessable other than through index.php.
Cheers