Files
HouseHub/includes/config.php
T
2026-05-19 19:15:38 +02:00

7 lines
148 B
PHP

<?php
// includes/config.php
// HouseHub Config - Version dynamique
if (!defined('ID_ALEX')) {
define('ID_ALEX', 2);
define('ID_LAIA', 3);
}