diff options
author | polo <ordipolo@gmx.fr> | 2022-07-22 20:23:23 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-07-22 20:23:23 +0200 |
commit | 6cb7d134384f94b78ed995d8744f88eb7d66b6f9 (patch) | |
tree | f976a74da8c5eb35838696d8dc91942be131e025 /model | |
parent | f76c0e9331a3f95039df29fbf2f8e6a6bafd60f4 (diff) | |
download | melaine-6cb7d134384f94b78ed995d8744f88eb7d66b6f9.zip |
pages livres
Diffstat (limited to 'model')
-rw-r--r-- | model/Article.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/Article.php b/model/Article.php index 806c5f6..39fbbe4 100644 --- a/model/Article.php +++ b/model/Article.php | |||
@@ -109,7 +109,6 @@ class Article | |||
109 | } | 109 | } |
110 | public function readOne() | 110 | public function readOne() |
111 | { | 111 | { |
112 | //return(file_get_contents($this->fileName)); | ||
113 | return(file_get_contents('data/' . $this->page . '/' . $this->format . '/' . $this->fileCode . '.' . $this->format)); | 112 | return(file_get_contents('data/' . $this->page . '/' . $this->format . '/' . $this->fileCode . '.' . $this->format)); |
114 | } | 113 | } |
115 | 114 | ||