From 4ab79af72c11624399d01fde3c6b9d3373dbdfbb Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 2 Jan 2026 13:13:39 +0100 Subject: [PATCH] Restore core formatting --- application/controllers/Lotw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index c39dd07b1..748ca5d70 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -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';