i have a config file (rm-configuration.php), and was wondering how i could only let my files use them...
like for instance...
like someone could just use
<?
include "http://www.blahblah.com/somefolder/rm-configuration.php";
print "the password is: $password";
?>
and then they would have my password... how can i prevent this so only MY files can use them?