X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/3d9792a36b5bb18d24216eea4b0ad402358db997..19047d45c1ce27cd5f3e4c4d3a1dfdd384bf8f0d:/f.php diff --git a/f.php b/f.php index 2a5a6da..6f8f836 100644 --- a/f.php +++ b/f.php @@ -33,7 +33,9 @@ if (!isset ($_GET['h']) || empty ($_GET['h'])) /* Operations may take a long time. * Be sure PHP's safe mode is off. */ -set_time_limit(0); +@set_time_limit(0); +/* Remove errors. */ +@error_reporting(0); $link_name = $_GET['h'];