I want to make sure people can\'t type the name of a PHP script in the URL and run it. What\'s the best way of doing this?
I could set a variable in the file that wi
From a PHP Nuke module:
Replace modules.php with your file name, and that file cannot be called directly.