mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
Merge pull request #30 from YunoHost-Apps/Issue#29
The browser display "File not found" and the url is https://domain.tld/pluxml/update/index.php -Issue#29
This commit is contained in:
commit
a3fc2b62b9
1 changed files with 2 additions and 2 deletions
|
@ -110,9 +110,9 @@ ynh_add_fpm_config
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
## === modif perso ====
|
## === modif perso ====
|
||||||
ynh_print_info "Removing install.php and /update"
|
ynh_print_info "Removing install.php"
|
||||||
ynh_secure_remove ${final_path}/install.php # modif perso
|
ynh_secure_remove ${final_path}/install.php # modif perso
|
||||||
ynh_secure_remove ${final_path}/update # modif perso
|
#ynh_secure_remove ${final_path}/update # modif perso # Issue#29
|
||||||
## === modif perso ====
|
## === modif perso ====
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue