Restore core formatting

This commit is contained in:
phl0
2026-01-02 13:13:39 +01:00
parent 206e11ba2a
commit 4ab79af72c

View File

@@ -847,8 +847,8 @@ class Lotw extends CI_Controller {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $lotw_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
$content = curl_exec($ch);
if(curl_errno($ch)) {
$ret['status']='failed';