Newer
Older
if (!isset($_GET['service'])) {
header('HTTP/1.0 404 Not Found');
exit;
}
$file = OCP\CONFIG::getAppValue('core', 'public_' . strip_tags($_GET['service']));
header('HTTP/1.0 404 Not Found');
exit;
}
OC_Util::checkAppEnabled($app);