1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
The browser display "File not found" and the url is https://domain.tld/pluxml/update/index.php -Issue#29
This commit is contained in:
toitoinebzh 2019-03-03 16:47:15 +01:00 committed by GitHub
commit a3fc2b62b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,9 +110,9 @@ ynh_add_fpm_config
# ...
## === 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}/update # modif perso
#ynh_secure_remove ${final_path}/update # modif perso # Issue#29
## === modif perso ====
#=================================================