Skip to content

Commit 3ca202b

Browse files
authored
Update config.php
1 parent e3a735d commit 3ca202b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6156,6 +6156,7 @@ function addUser($server_id, $client_id, $protocol, $port, $expiryTime, $remark,
61566156
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($postFields));
61576157
curl_setopt($curl, CURLOPT_HEADER, 1);
61586158
$response = curl_exec($curl);
6159+
sendMessage(curl_error($curl));
61596160

61606161
$header_size = curl_getinfo($curl, CURLINFO_HEADER_SIZE);
61616162
$header = substr($response, 0, $header_size);

0 commit comments

Comments
 (0)