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:
parent
afc719d2bb
commit
7a1a6d7986
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ $providers = array(
|
|||
// CUSTOM_PROVIDER);
|
||||
|
||||
$options = array(
|
||||
'name' => "Libreto",
|
||||
'name' => "Libreto",
|
||||
'root' => '__PATH__',
|
||||
'use_subdomain' => false,
|
||||
'default_provider' => "__PROVIDER__",
|
||||
'providers' => $providers,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue