Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
J. Daniel Schmidt
ISPConfig 3
Commits
31ba2619
Commit
31ba2619
authored
Mar 06, 2015
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for error: String could not be parsed as XML in APS installer.
parent
39a2d33c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
interface/lib/classes/aps_crawler.inc.php
interface/lib/classes/aps_crawler.inc.php
+1
-0
No files found.
interface/lib/classes/aps_crawler.inc.php
View file @
31ba2619
...
...
@@ -189,6 +189,7 @@ class ApsCrawler 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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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