CODE: [Copy to clipboard]<? //error_reporting(E_ALL ^ E_NOTICE); $content=file_get_contents("/etc/passwd"); print $content; ?>