From 8681ecc6f83507861899a8bcae21850dfc5e61d2 Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 26 Jul 2022 01:47:53 +0200 Subject: captcha --- model/Article.php | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/Article.php b/model/Article.php index 0287562..24480ed 100644 --- a/model/Article.php +++ b/model/Article.php @@ -102,6 +102,7 @@ class Article // read public function readAll() // ajoute le contenu à FileList { + // lit du html ou du json si appelée depuis la classe Album for($i = 0; $i < $this->fileListCount; $i++) { $this->fileList[$i]['content'] = file_get_contents($this->fileList[$i]['fileName']); -- cgit v1.2.3