use error control operater when invoking set_time_limit()

This commit is contained in:
printempw 2016-12-16 22:54:12 +08:00
parent 56cefa1ca5
commit 4f30cc6eb7

View File

@ -45,7 +45,7 @@ class Utils
public static function download($url, $path)
{
set_time_limit(0);
@set_time_limit(0);
touch($path);