1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreto_ynh.git synced 2024-09-03 19:36:14 +02:00

[fix] Subpath install

This commit is contained in:
ljf (zamentur) 2021-09-29 22:32:52 +02:00 committed by GitHub
parent afc719d2bb
commit 7a1a6d7986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,9 @@ $providers = array(
// CUSTOM_PROVIDER);
$options = array(
'name' => "Libreto",
'name' => "Libreto",
'root' => '__PATH__',
'use_subdomain' => false,
'default_provider' => "__PROVIDER__",
'providers' => $providers,
);