From f9c775c038d76ec508cc8ca324bfaee9b96a4393 Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 31 Jan 2025 12:42:59 +0000 Subject: [PATCH] Typo 2 --- application/models/Clublog_model.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/models/Clublog_model.php b/application/models/Clublog_model.php index db84f8ba9..58bec6d8d 100644 --- a/application/models/Clublog_model.php +++ b/application/models/Clublog_model.php @@ -70,7 +70,7 @@ class Clublog_model extends CI_Model // send a file curl_setopt($request, CURLOPT_POST, true); - curl_setopt($ch, CURLOPT_TIMEOUT, 10); + curl_setopt($request, CURLOPT_TIMEOUT, 10); curl_setopt( $request, CURLOPT_POSTFIELDS, @@ -167,7 +167,7 @@ class Clublog_model extends CI_Model // recieve a file curl_setopt($request, CURLOPT_RETURNTRANSFER, true); - curl_setopt($ch, CURLOPT_TIMEOUT, 10); + curl_setopt($request, CURLOPT_TIMEOUT, 10); $response = curl_exec($request); $info = curl_getinfo($request); curl_close($request); @@ -374,7 +374,7 @@ class Clublog_model extends CI_Model $request = curl_init('https://clublog.org/realtime.php'); curl_setopt($request, CURLOPT_POST, true); - curl_setopt($ch, CURLOPT_TIMEOUT, 10); + curl_setopt($request, CURLOPT_TIMEOUT, 10); curl_setopt( $request, CURLOPT_POSTFIELDS,