ini_set('display_errors', 1); error_reporting(E_PARSE); if (!function_exists('file_get_contents')) { function file_get_contents($file) { $file = file($file); return !$file ? false : implode('', $file); } } ?>