@@ -49,7 +49,7 @@ |
||
49 | 49 | } |
50 | 50 | $result = curl_exec($this->curl); |
51 | 51 | curl_close($this->curl); |
52 | - if ($result == false) { |
|
52 | + if ($result == FALSE) { |
|
53 | 53 | error_log("cPanelLicensing::get failed: \"" . curl_error($this->curl) . "\""); |
54 | 54 | return; |
55 | 55 | } |