1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

remove PHP version

This commit is contained in:
Éric Gaspar 2023-02-14 18:08:38 +01:00
parent bf38f05741
commit c2cce43667
2 changed files with 0 additions and 3 deletions

View file

@ -4,8 +4,6 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.1"
YNH_COMPOSER_VERSION=2.4.2
#=================================================

View file

@ -9,7 +9,6 @@
source _common.sh
source /usr/share/yunohost/helpers
phpversion=$YNH_PHP_VERSION
timezone="$(cat /etc/timezone)"
redis_db=$(ynh_redis_get_free_db)
email=$(ynh_user_get_info --username=$admin --key=mail)