Final-URL (still not 100% working // todos at DARC)

This commit is contained in:
int2001
2025-09-04 05:29:30 +00:00
parent 5ae66fbb5c
commit afd09460aa
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class Dcl extends CI_Controller {
$this->load->view('dcl_views/key_import',$data);
$this->load->view('interface_assets/footer');
} else {
redirect('https://dings.dcl.darc.de/token?wohin='.site_url().'/dcl/key_import');
redirect('https://api.dcl.darc.de/api/v1/get-token?wohin='.site_url().'/dcl/key_import');
}
}
@@ -150,7 +150,7 @@ class Dcl extends CI_Controller {
$data['qsos']='';
//The URL that accepts the file upload.
$url = 'https://dings.dcl.darc.de/api/adiImport'; // todo: change to final URL b4 release
$url = 'https://api.dcl.darc.de/api/v1/adif-import'; // todo: change to final URL b4 release
//Initiate cURL
$ch = curl_init();