1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
This commit is contained in:
Limezy 2024-02-22 13:46:08 +07:00
parent 6c61d31d3d
commit b734347e9e
2 changed files with 2 additions and 3 deletions

View file

@ -39,4 +39,4 @@ services = [ 'php8.3-fpm']
ask.en = "Statistics for the server" ask.en = "Statistics for the server"
ask.fr = "Statistiques du serveur" ask.fr = "Statistiques du serveur"
type = "string" type = "string"
default ="coucou" readonly = true

View file

@ -52,8 +52,7 @@ set__connexion_compte(){
} }
get__statistics(){ get__statistics(){
#echo "$(pushd "$install_dir/script" && /usr/bin/php8.3 --define apc.enable_cli=1 stat.php)" echo "$(pushd "$install_dir/script" && /usr/bin/php8.3 --define apc.enable_cli=1 stat.php)"
echo "salut la compagnie"
} }
#================================================= #=================================================