From b734347e9e379ed69ef1292d3636f2162e078538 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 22 Feb 2024 13:46:08 +0700 Subject: [PATCH] Test --- config_panel.toml | 2 +- scripts/config | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 0096dd3..e0b288f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -39,4 +39,4 @@ services = [ 'php8.3-fpm'] ask.en = "Statistics for the server" ask.fr = "Statistiques du serveur" type = "string" - default ="coucou" \ No newline at end of file + readonly = true \ No newline at end of file diff --git a/scripts/config b/scripts/config index c32a1fa..8ed3a83 100644 --- a/scripts/config +++ b/scripts/config @@ -52,8 +52,7 @@ set__connexion_compte(){ } get__statistics(){ - #echo "$(pushd "$install_dir/script" && /usr/bin/php8.3 --define apc.enable_cli=1 stat.php)" - echo "salut la compagnie" + echo "$(pushd "$install_dir/script" && /usr/bin/php8.3 --define apc.enable_cli=1 stat.php)" } #=================================================