We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 837a10c + 0b1fac1 commit df57b55Copy full SHA for df57b55
interface/lib/classes/remote.d/aps.inc.php
@@ -43,8 +43,7 @@ public function sites_aps_update_package_list($session_id)
43
throw new SoapFault('permission_denied', 'You do not have the permissions to access this function.');
44
return false;
45
}
46
-
47
- require_once '../../../lib/config.inc.php';
+
48
$app->load('aps_crawler');
49
50
$aps = new ApsCrawler($app, true); // true = Interface mode, false = Server mode
0 commit comments