Skip to content

Commit

Permalink
This commit refs #63194: Fixed Variablename
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdkdkussin committed Jan 10, 2024
1 parent 037a7b5 commit 643ce9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private static function _register($sLicenseFile = 'modules/kussin/chatgpt-conten
'remote_ip' => $sClientIp,
'timestamp' => date('Y-m-d H:i:s'),
));
curl_setopt($ch,CURLOPT_TIMEOUT,$iTimeout);
curl_setopt($rCurl,CURLOPT_TIMEOUT,$iTimeout);
curl_exec($rCurl);
curl_close($rCurl);

Expand Down

0 comments on commit 643ce9c

Please sign in to comment.