modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-10-15 09:49:57 +04:00
parent 0d5e5416cd
commit 000551185b

View File

@ -42,7 +42,6 @@ abstract class Application {
* self::PROJDIR sans le suffixe "-app" * self::PROJDIR sans le suffixe "-app"
*/ */
const PROJCODE = null; const PROJCODE = null;
const APPCODE = null;#XXX
/** /**
* @var string|null identifiant d'un groupe auquel l'application appartient. * @var string|null identifiant d'un groupe auquel l'application appartient.
@ -66,6 +65,7 @@ abstract class Application {
const DATADIR = null; const DATADIR = null;
const ETCDIR = null; const ETCDIR = null;
const VARDIR = null; const VARDIR = null;
const CACHEDIR = null;
const LOGDIR = null; const LOGDIR = null;
/** @var bool faut-il activer automatiquement l'écriture dans les logs */ /** @var bool faut-il activer automatiquement l'écriture dans les logs */