I just did a new install of SME 6.0. Prior to that I was using V5.6.
After the install one of my PHP scripts failed. The code just returns a web page:
$fileName = "http://www.mypage.com";
$Info = file($fileName) or die("Can't open file");
I suspect it is a security option. However, I don't know where to look. Any ideas?
BTW - When I login (ssh) as root I can ping and ftp out to the net and I am running the script as root.
Thanks
MR