Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
df57b55b
Commit
df57b55b
authored
5 years ago
by
Marius Burkard
Browse files
Options
Downloads
Plain Diff
Merge branch 'aps-remote-dont-load-nonexisting-config' into 'stable-3.1'
Don't try to load non-existing config in aps remote, fixes
#4974
See merge request
!913
parents
837a10c2
0b1fac19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!936
add CentOS 8 detection
,
!913
Don't try to load non-existing config in aps remote, fixes #4974
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/lib/classes/remote.d/aps.inc.php
+1
-2
1 addition, 2 deletions
interface/lib/classes/remote.d/aps.inc.php
with
1 addition
and
2 deletions
interface/lib/classes/remote.d/aps.inc.php
+
1
−
2
View file @
df57b55b
...
...
@@ -43,8 +43,7 @@ class remoting_aps extends remoting {
throw
new
SoapFault
(
'permission_denied'
,
'You do not have the permissions to access this function.'
);
return
false
;
}
require_once
'../../../lib/config.inc.php'
;
$app
->
load
(
'aps_crawler'
);
$aps
=
new
ApsCrawler
(
$app
,
true
);
// true = Interface mode, false = Server mode
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment