diff options
Diffstat (limited to 'controller/installation.php')
-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 3b940c8..1c90026 100644 --- a/controller/installation.php +++ b/controller/installation.php | |||
@@ -83,7 +83,7 @@ function installation() | |||
83 | createIndexPHP('data/index.php', $droitsFichiers); | 83 | createIndexPHP('data/index.php', $droitsFichiers); |
84 | } | 84 | } |
85 | 85 | ||
86 | $listePages = array('melaine', 'musique', 'discographie', 'presse', 'jaime', 'peinture', 'archives', 'legal'); | 86 | $listePages = array('menu', 'melaine', 'musique', 'discographie', 'presse', 'jaime', 'peinture', 'archives', 'legal'); |
87 | foreach ($listePages as $page) | 87 | foreach ($listePages as $page) |
88 | { | 88 | { |
89 | if(!file_exists('data/' . $page)) | 89 | if(!file_exists('data/' . $page)) |