diff options
author | polo <ordipolo@gmx.fr> | 2025-09-17 16:52:43 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-09-17 16:52:43 +0200 |
commit | 027af942de75f7c5bc519fabfa5fa11de9bc89ea (patch) | |
tree | f8074c57d59e99e036152369f2808046aa0004ec /src/Config.php | |
parent | 07819d9f9e151e9fed6a6490dcad53ba2d57a550 (diff) | |
download | cms-027af942de75f7c5bc519fabfa5fa11de9bc89ea.zip |
optimisation récursivité dans sortChildren uniquement avec les pages, regression constructeur MenuBuilder
Diffstat (limited to 'src/Config.php')
-rw-r--r-- | src/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.php b/src/Config.php index baf4d6d..662344b 100644 --- a/src/Config.php +++ b/src/Config.php | |||
@@ -25,7 +25,7 @@ class Config | |||
25 | static public string $smtp_secure = ''; // tls (smarttls) ou ssl (smtps) ou plain_text/chaine vide | 25 | static public string $smtp_secure = ''; // tls (smarttls) ou ssl (smtps) ou plain_text/chaine vide |
26 | static public string $email_from = 'mon_adresse@email.fr'; | 26 | static public string $email_from = 'mon_adresse@email.fr'; |
27 | static public string $email_from_name = 'site web'; | 27 | static public string $email_from_name = 'site web'; |
28 | static public string $email_dest = 'mon_adresse@email.fr'; | 28 | static public string $email_dest = ''; |
29 | static public string $email_dest_name = 'destinataire formulaire'; | 29 | static public string $email_dest_name = 'destinataire formulaire'; |
30 | 30 | ||
31 | // copier dans ce tableau les variables contenant des chemins | 31 | // copier dans ce tableau les variables contenant des chemins |