added second call

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 15:33:51 -04:00
parent 8da8f3c8d4
commit e052375dde
2 changed files with 15 additions and 0 deletions
@@ -431,6 +431,7 @@ abstract class BaseController extends Controller
}
public function APIcall($method, $url, $data) {
if(!is_array($data)) $data =[]; //
// $curl = curl_init();
$curl = curl_init($url);
switch ($method) {