diff options
author | polo <contact@ordipolo.fr> | 2021-05-10 04:31:42 +0200 |
---|---|---|
committer | polo <contact@ordipolo.fr> | 2021-05-10 04:31:42 +0200 |
commit | 47d66d5ee1d11afbe01ebc1b92ce0ec58d7c30d8 (patch) | |
tree | 5ff63b2f59ce978334f014491c000a6d1f2672b5 | |
parent | 610291f311aeab7363d1dbc39e62cbce8533c73f (diff) | |
download | melaine-47d66d5ee1d11afbe01ebc1b92ce0ec58d7c30d8.zip |
classe
-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 a410169..4d5791a 100644 --- a/controller/installation.php +++ b/controller/installation.php | |||
@@ -48,7 +48,7 @@ function installation() | |||
48 | // - modifier soit-même les droits du dossier data (777), quoique 111 serait pas mal non plus | 48 | // - modifier soit-même les droits du dossier data (777), quoique 111 serait pas mal non plus |
49 | // - modifier ceux du dossier parent (nom du site) avec son client FTP à la mise en ligne chez l'hébergeur et ensuite remettre tout comme avant | 49 | // - modifier ceux du dossier parent (nom du site) avec son client FTP à la mise en ligne chez l'hébergeur et ensuite remettre tout comme avant |
50 | 50 | ||
51 | $listePages = array('melaine'); | 51 | $listePages = array('melaine', 'disco', 'concerts', 'presse', 'ateliers', 'liens', 'peinture', 'archives'); |
52 | foreach ($listePages as $page) | 52 | foreach ($listePages as $page) |
53 | { | 53 | { |
54 | if(!file_exists('data/' . $page)) | 54 | if(!file_exists('data/' . $page)) |