-rw-rw-r-- 1 rasmus rasmus 33 Jul 1 19:20 script.php
-rw-r--r-- 1 root root 1116 May 26 18:01 /etc/passwd
<?php
readfile('/etc/passwd');
?>
Warning: SAFE MODE Restriction in effect. The script whose uid is 500 is not
allowed to access /etc/passwd owned by uid 0 in /docroot/script.php on line 2
<Directory /docroot>
php_admin_value open_basedir /docroot
</Directory>
Warning: open_basedir restriction in effect. File is in wrong directory in
/docroot/script.php on line 2
disable_functions readfile,system
Warning: readfile() has been disabled for security reasons in
/docroot/script.php on line 2