Someone knows a trick to have a PHP script self-restrict access to the file system (fopen, file_get_contents etc.)?
fopen
file_get_contents
Such calls should be blocke
you could of course have everybody develop run php as a user which has only access to the files you want. but this is an OS level solution.