MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / auto

Function auto

scripts/backup/bao-reaction.php:18–25  ·  view source on GitHub ↗
($url)

Source from the content-addressed store, hash-verified

16}
17}
18function auto($url){
19 $curl = curl_init();
20 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
21 curl_setopt($curl, CURLOPT_URL, $url);
22 $ch = curl_exec($curl);
23 curl_close($curl);
24 return $ch;
25 }
26?>
27// code by danhthong+lulzquan
28

Callers 1

bao-reaction.phpFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected