diff options
| author | polo <ordipolo@gmx.fr> | 2026-05-08 18:14:38 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-05-08 18:14:38 +0200 |
| commit | 08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9 (patch) | |
| tree | a59e8dfc92596cdd15c7fbbb1dc0967c1f28b02a /src/service/Config.php | |
| parent | 69981561f83ba3a05217e75cac6c68e8dc671c45 (diff) | |
| download | cms-08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9.tar.gz cms-08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9.tar.bz2 cms-08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9.zip | |
page maintenance: voir/supprimer les logs et lien vers voir les e-mails, suppression des modes de fonctionnement
Diffstat (limited to 'src/service/Config.php')
| -rw-r--r-- | src/service/Config.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/service/Config.php b/src/service/Config.php index e59f728..7077e01 100644 --- a/src/service/Config.php +++ b/src/service/Config.php | |||
| @@ -18,15 +18,17 @@ class Config | |||
| 18 | static public string $index_path = ''; | 18 | static public string $index_path = ''; |
| 19 | static public string $port = '80'; | 19 | static public string $port = '80'; |
| 20 | 20 | ||
| 21 | // e-mails | 21 | // envoi e-mails |
| 22 | static public string $smtp_host = ''; | 22 | static public string $smtp_host = ''; |
| 23 | static public string $smtp_username = ''; | 23 | static public string $smtp_username = ''; |
| 24 | static public string $smtp_password = ''; | 24 | static public string $smtp_password = ''; |
| 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 | |
| 27 | // destination e-mails | ||
| 28 | static public string $email_from = ''; // correspondant affiché dans la boite de réception | ||
| 27 | static public string $email_from_name = 'site web'; | 29 | static public string $email_from_name = 'site web'; |
| 28 | static public string $email_dest = ''; | 30 | static public string $email_dest = ''; // destinataire affiché dans la boite de réception |
| 29 | static public string $email_dest_name = 'destinataire formulaire'; | 31 | static public string $email_dest_name = 'moi'; |
| 30 | 32 | ||
| 31 | // copier dans ce tableau les variables contenant des chemins | 33 | // copier dans ce tableau les variables contenant des chemins |
| 32 | static private array $path_vars = []; | 34 | static private array $path_vars = []; |
