Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
J. Daniel Schmidt
ISPConfig 3
Commits
27978b10
Commit
27978b10
authored
Mar 06, 2015
by
Till Brehm
Browse files
Fix for "String could not be parsed as XML" in server part of aps installer.
parent
31ba2619
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/aps_installer.inc.php
View file @
27978b10
...
...
@@ -555,6 +555,7 @@ class ApsInstaller extends ApsBase
curl_setopt
(
$conn
[
$i
],
CURLOPT_TIMEOUT
,
0
);
curl_setopt
(
$conn
[
$i
],
CURLOPT_FAILONERROR
,
1
);
curl_setopt
(
$conn
[
$i
],
CURLOPT_FOLLOWLOCATION
,
1
);
curl_setopt
(
$conn
[
$i
],
CURLOPT_SSL_VERIFYPEER
,
0
);
curl_multi_add_handle
(
$mh
,
$conn
[
$i
]);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment