From 27d2578277aa313de179cd856fd3e7847174218e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 May 2023 15:37:51 +0200 Subject: [PATCH] update PHP --- doc/ADMIN.md | 4 ++-- doc/ADMIN_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 4c63647c..b205db60 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -4,7 +4,7 @@ After being first registered, you need to execute the folloing command to promot **Run:** - sudo php8.1 __INSTALL_DIR__/artisan user:admin 1 + sudo php8.2 __INSTALL_DIR__/artisan user:admin 1 and respond yes to the question ` Add admin privileges to this user?`. @@ -12,7 +12,7 @@ and respond yes to the question ` Add admin privileges to this user?`. Registrations are open by default. To change that setting, edit `__INSTALL_DIR__/.env` and set `OPEN_REGISTRATION=false` instead of `true`. -Then run `php8.1 artisan config:cache` to reload the settings. +Then run `php8.2 artisan config:cache` to reload the settings. ### Disable search engine indexing diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 3d61a3ff..41cc2dbf 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -4,7 +4,7 @@ Après avoir été enregistré pour la première fois, vous devez exécuter la c **Entrez la commande:** - sudo php8.1 __INSTALL_DIR__/artisan user:admin 1 + sudo php8.2 __INSTALL_DIR__/artisan user:admin 1 et répondez oui à la question « Ajouter des privilèges d'administrateur à cet utilisateur ? » @@ -12,7 +12,7 @@ et répondez oui à la question « Ajouter des privilèges d'administrateur à c Les inscriptions sont ouvertes par défaut. Pour modifier ce paramètre, modifiez `__INSTALL_DIR__/.env` et définissez `OPEN_REGISTRATION=false` au lieu de `true`. -Ensuite, exécutez `php8.1 artisan config:cache` pour recharger les paramètres. +Ensuite, exécutez `php8.2 artisan config:cache` pour recharger les paramètres. ### Désactiver l'indexation des moteurs de recherche