Files
HouseHub/includes/config.php
T
percoandClaude Sonnet 4.6 3f7ed9c2f1
Deploy to Pacha Family / deploy (push) Failing after 3s
refactor: renommage PachaFamily → HouseHub
- Remplacement de toutes les occurrences PachaFamily/pachafamily/PACHAFAMILY
- Renommage pachafamily_source.md → househub_source.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 11:58:53 +02:00

8 lines
192 B
PHP

<?php
// HouseHub Config - Version sans erreur
if (!defined('ID_ALEX')) {
define('ID_ALEX', 2);
define('ID_LAIA', 3);
define('CURRENCY', '€');
define('ZONE_SCOLAIRE', 'C');
}