summaryrefslogtreecommitdiff
path: root/model/Article.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-06-05 14:51:09 +0200
committerpolo <ordipolo@gmx.fr>2023-06-05 14:51:09 +0200
commitfdef77d4a8817b6e8940951f3301ad94bde0e6c6 (patch)
treea9c4649d5171f7bb15fca6ec21bcd16d716841c5 /model/Article.php
parenta1c45fb18579f392070a65cf2c48e8b6bf5bf384 (diff)
downloadmelaine-fdef77d4a8817b6e8940951f3301ad94bde0e6c6.zip
suppression de $_SESSION['file_code']
Diffstat (limited to 'model/Article.php')
-rw-r--r--model/Article.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/model/Article.php b/model/Article.php
index d94ba01..3eca127 100644
--- a/model/Article.php
+++ b/model/Article.php
@@ -17,8 +17,7 @@ class Article
17 public $fileList; // = toutes les données 17 public $fileList; // = toutes les données
18 18
19 // pour un article (ou album) spécifique 19 // pour un article (ou album) spécifique
20 //public $fileName = ''; // = $_SESSION['nomFichier'] 20 public $fileCode = ''; // = $_SERVER['HTTP_REFERER']
21 public $fileCode = ''; // = $_SESSION['file_code']
22 protected $time; // timestamp pour noms des fichiers créés 21 protected $time; // timestamp pour noms des fichiers créés
23 22
24 public function __construct(string $page, string $folder) 23 public function __construct(string $page, string $folder)