CMXX - Placeorder initial version
This commit is contained in:
@@ -26,9 +26,6 @@ $responses = ioAPIv2('/v2/authorization', $data,'');
|
||||
if (!empty($responses)){$responses = json_decode($responses,true);}else{$responses = '400';}
|
||||
$clientsecret = $responses['token'];
|
||||
|
||||
//IMAGE URL
|
||||
$img_url = substr(api_url, 0, -8);
|
||||
|
||||
// Connect to MySQL database
|
||||
$pdo = pdo_connect_mysql();
|
||||
// Output error variable
|
||||
|
||||
Reference in New Issue
Block a user