There was an error while loading. Please reload this page.
1 parent 0b65889 commit 50328d9Copy full SHA for 50328d9
1 file changed
sslic.php
@@ -163,8 +163,8 @@
163
$payload = array_merge($payload, $cpanel_request);
164
165
curl_setopt( $ch, CURLOPT_URL, $whm_request_uri );
166
- $header[0] = 'Authorization: whm ' . $username . ':' . .$GLOBALS['token'];
167
- curl_setopt($curl,CURLOPT_HTTPHEADER,$header);
+ $header[0] = 'Authorization: whm ' . $username . ':' . $GLOBALS['token'];
+ curl_setopt( $ch, CURLOPT_HTTPHEADER, $header);
168
}
169
curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, false );
170
curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );
0 commit comments