diff --git a/core/class/router.class.php b/core/class/router.class.php index a804b9a..3d6e3ca 100644 --- a/core/class/router.class.php +++ b/core/class/router.class.php @@ -436,7 +436,7 @@ class core extends common // Stocke le rapport en CSV $file = fopen(self::DATA_DIR . self::$siteContent . '/report.csv', 'a+'); - fputcsv($file, [ self::$siteContent, $this->getUser('id'), $this->getUrl(0) ,time()], ';'); + fputcsv($file, [ $this->getUser('id'), $this->getUrl(0) ,time()], ';'); fclose($file); }