Set CURLOPT_RETURNTRANSFER to 0.
This commit is contained in:
parent
427cad5a38
commit
9d92c1e380
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
curl_setopt($ch, CURLOPT_USERAGENT, "Auth_FAS 0.9");
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, "username=".urlencode($username)."&user_name=".urlencode($username)."&password=".urlencode($password)."&login=Login");
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
||||
curl_setopt($ch, CURLOPT_VERBOSE, 1);
|
||||
curl_setopt($ch, CURLOPT_VERBOSE, 0);
|
||||
# I hate chained certificates
|
||||
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
# This is only required because of the wildcard cert on pt10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue