Multi-tenant (p.1)

This commit is contained in:
2026-05-19 19:15:38 +02:00
parent 1a9d5d5d18
commit 16bab06b71
6 changed files with 134 additions and 4 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
<?php
// HouseHub Config - Version sans erreur
// includes/config.php
// HouseHub Config - Version dynamique
if (!defined('ID_ALEX')) {
define('ID_ALEX', 2);
define('ID_LAIA', 3);
define('CURRENCY', '€');
define('ZONE_SCOLAIRE', 'C');
}