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! Link to comment https://forums.phpfreaks.com/topic/10903-is-this-allowed/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.