diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 18:08:12 +0100 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 18:08:12 +0100 |
commit | c9b69caa9201b8f05c7e4e413253392dac911537 (patch) | |
tree | a56e193c3b550962e503e73621661a5654238346 /src/controller/URL.php | |
parent | df3612ed7e6691530503f79483d2fdbc032d01b8 (diff) | |
download | cms-c9b69caa9201b8f05c7e4e413253392dac911537.zip |
erreur de chemin
Diffstat (limited to 'src/controller/URL.php')
-rw-r--r-- | src/controller/URL.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/URL.php b/src/controller/URL.php index 956d85d..3ebc488 100644 --- a/src/controller/URL.php +++ b/src/controller/URL.php | |||
@@ -6,7 +6,7 @@ declare(strict_types=1); | |||
6 | class URL implements Stringable | 6 | class URL implements Stringable |
7 | { | 7 | { |
8 | static private string $protocol = 'http://'; | 8 | static private string $protocol = 'http://'; |
9 | static private string $host = 'localhost'; | 9 | static private string $host = ''; |
10 | static private string $port; | 10 | static private string $port; |
11 | static private string $path = '/index.php'; | 11 | static private string $path = '/index.php'; |
12 | private array $params; | 12 | private array $params; |