dirs as $dir) {
$file = $dir . $template . '.php';
if (is_file($file)) {
return [$dir,$file];
}
}
throw new TemplateNotFoundException('template file not found: template:' . $template);
}
}
>3rdparty-aws-diet
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/server | www-data |
blob: 0fb1ddd6201fd6992a8e857c470a5bbfbfb19a4d (
plain)