From 5ad1204b3bf22e42cdb9ed76c9b804282c103003 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 15 Aug 2019 19:44:53 +0200 Subject: [PATCH] [9.2.04] Commentaire --- core/core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core.php b/core/core.php index 87313277..c71feb52 100644 --- a/core/core.php +++ b/core/core.php @@ -26,6 +26,7 @@ class common { const GROUP_MEMBER = 1; const GROUP_MODERATOR = 2; const GROUP_ADMIN = 3; + // Dossier de travail const BACKUP_DIR = 'site/backup/'; const DATA_DIR = 'site/data/'; const FILE_DIR = 'site/file/';