X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/bbc830990c1a38deceae30553dd1f08def3a1c92..8d0d50765bc4cd7b98fc28dbccbf4284d034d466:/f.php?ds=inline 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'];