Skip to content
Snippets Groups Projects
Commit df57b55b authored by Marius Burkard's avatar Marius Burkard
Browse files

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
No related tags found
2 merge requests!936add CentOS 8 detection,!913Don't try to load non-existing config in aps remote, fixes #4974
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment