diff options
author | polo <ordipolo@gmx.fr> | 2022-07-22 23:41:56 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-07-22 23:41:56 +0200 |
commit | 7f4faa78cfb9cc687e6171527bbe9e3f74d6e9bc (patch) | |
tree | f88dfae1e70172ad1b6e9a09c522d5f11e35c406 /controller | |
parent | 6cb7d134384f94b78ed995d8744f88eb7d66b6f9 (diff) | |
download | melaine-7f4faa78cfb9cc687e6171527bbe9e3f74d6e9bc.zip |
debug !
Diffstat (limited to 'controller')
-rw-r--r-- | controller/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/installation.php b/controller/installation.php index 6ae35e7..e99a06e 100644 --- a/controller/installation.php +++ b/controller/installation.php | |||
@@ -55,7 +55,7 @@ function installation() | |||
55 | createIndexPHP('data/index.php', $droitsFichiers); | 55 | createIndexPHP('data/index.php', $droitsFichiers); |
56 | } | 56 | } |
57 | 57 | ||
58 | $listePages = array('menu', 'melaine', 'musique', 'discographie', 'presse', 'jaime', 'peinture', 'archives', 'legal'); | 58 | $listePages = array('menu', 'melaine', 'musique', 'discographie', 'presse', 'livres', 'jaime', 'peinture', 'archives', 'legal'); |
59 | $sousDossiers = array('html', 'html-maxi-images', 'images', 'images-mini'); | 59 | $sousDossiers = array('html', 'html-maxi-images', 'images', 'images-mini'); |
60 | foreach ($listePages as $page) | 60 | foreach ($listePages as $page) |
61 | { | 61 | { |