mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-18 13:54:01 +08:00
use error control operater when invoking set_time_limit()
This commit is contained in:
parent
56cefa1ca5
commit
4f30cc6eb7
@ -45,7 +45,7 @@ class Utils
|
||||
|
||||
public static function download($url, $path)
|
||||
{
|
||||
set_time_limit(0);
|
||||
@set_time_limit(0);
|
||||
|
||||
touch($path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user