diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-04-07 21:38:12 +0200 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-04-07 21:38:12 +0200 |
commit | 1937a2f49ebe920b79604cb5df3649f9f1dff738 (patch) | |
tree | fac9a39aae9690b0e5a860bdb2cc88565e83daac /src/Config.php | |
parent | 09bea09c8157ff45279f0d06aa9d313448c0bec5 (diff) | |
download | cms-1937a2f49ebe920b79604cb5df3649f9f1dff738.zip |
bouton suppression après création d'une "news"
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 882ec98..500d6ea 100644 --- a/src/Config.php +++ b/src/Config.php | |||
@@ -15,7 +15,7 @@ class Config | |||
15 | 15 | ||
16 | // classe URL | 16 | // classe URL |
17 | static public string $protocol = 'http'; | 17 | static public string $protocol = 'http'; |
18 | //static public string $host = ''; | 18 | static public string $index_path = ''; |
19 | static public string $port = '80'; | 19 | static public string $port = '80'; |
20 | 20 | ||
21 | // copier dans ce tableau les variables contenant des chemins | 21 | // copier dans ce tableau les variables contenant des chemins |