diff options
| author | polo <ordipolo@gmx.fr> | 2022-06-30 01:07:23 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-06-30 01:07:23 +0200 |
| commit | 9608a1de748363403b410cc4193f791419e6efc0 (patch) | |
| tree | c69cec85a4c6e0e117ec6c2a025fdbbf8173447d /controller/installation.php | |
| parent | 4873117ec6aeb86ef169cbf8750123ca24041cdf (diff) | |
| download | melaine-9608a1de748363403b410cc4193f791419e6efc0.tar.gz melaine-9608a1de748363403b410cc4193f791419e6efc0.tar.bz2 melaine-9608a1de748363403b410cc4193f791419e6efc0.zip | |
actualite
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)) |
