rabbit_fufu Posted May 31, 2006 Share Posted May 31, 2006 Is there anything particularly bad about doing something like this...<?phpecho "here is output from a remote secret script: ";readfile (http://www.myremoteserver.com/outputstuff.php?pw=secret);?>...and passing a password in the querystring as a safeguard? (So that if the script was executed without the password it wouldn't output any content?)Thanks for your help! Quote Link to comment https://forums.phpfreaks.com/topic/10903-is-this-allowed/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.