Skip to content

Commit 50328d9

Browse files
committed
Fixed typo
1 parent 0b65889 commit 50328d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sslic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
$payload = array_merge($payload, $cpanel_request);
164164

165165
curl_setopt( $ch, CURLOPT_URL, $whm_request_uri );
166-
$header[0] = 'Authorization: whm ' . $username . ':' . .$GLOBALS['token'];
167-
curl_setopt($curl,CURLOPT_HTTPHEADER,$header);
166+
$header[0] = 'Authorization: whm ' . $username . ':' . $GLOBALS['token'];
167+
curl_setopt( $ch, CURLOPT_HTTPHEADER, $header);
168168
}
169169
curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, false );
170170
curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );

0 commit comments

Comments
 (0)