Is this right? I've set open_basedir to /usr/apache/httpd/website or
whatever, something thats not /usr/bin yet the following still works:
$output = `/usr/bin/cat /proc/loadavg`;
Is this correct? If open_basedir is in effect is /usr/bin/cat still
support to be executable in this way? It does work (/usr/bin/cat is
restricted) for fopen.