|
Well you are right, it's in phpinfo
However if I remember correctly under apache+php if you try something as simple as this, it should fail as it's trying to read a path outside the owner's own folder
echo file_get_contents('/proc/loadavg');
lsws+php+open_basedir is allowing it to happen without error
|