summaryrefslogtreecommitdiff
path: root/controller/visitor.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/visitor.php')
-rw-r--r--controller/visitor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/visitor.php b/controller/visitor.php
index c561097..e0cd7fc 100644
--- a/controller/visitor.php
+++ b/controller/visitor.php
@@ -33,6 +33,7 @@ function pageArticlesSimplesVisitor(string $page, string $title, string $headerP
33 // données dans $Articles->fileList['content'] 33 // données dans $Articles->fileList['content']
34 $Articles->readAll(); 34 $Articles->readAll();
35 $Articles->fileList = array_reverse($Articles->fileList); 35 $Articles->fileList = array_reverse($Articles->fileList);
36 //var_dump($Articles->fileList[0]);
36 } 37 }
37 38
38 // Assemblage 39 // Assemblage