This commit is contained in:
int2001
2025-10-08 04:33:13 +00:00
parent 3736e8c2c9
commit 973a964656

View File

@@ -193,7 +193,7 @@ class Clublog_model extends CI_Model
curl_close($request);
if ($c_err) {
$log = $c_err_string."<br>";
$log = $c_errstring."<br>";
log_message("Error",$c_errstring."/".$c_err);
if ($c_err == 7) { // We're victim of the Clublog Firewall
return 'Impossible to reach Clublog';