X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/1394469c06e6908e6e77b48718ce6664db23407c..8adcdf2e61aa2746235d99202ad07b59d0198b04:/file.php diff --git a/file.php b/file.php index 17ef381..710ce3d 100644 --- a/file.php +++ b/file.php @@ -30,6 +30,11 @@ if (!isset ($_GET['h']) || empty ($_GET['h'])) exit; } +/* Operations may take a long time. + * Be sure PHP's safe mode is off. + */ + set_time_limit(0); + $link_name = $_GET['h']; if (!preg_match ('/[0-9a-zA-Z_-]{22}$/', $link_name))