Deploy to Pacha Family / deploy (push) Failing after 3s
- 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>
8 lines
192 B
PHP
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');
|
|
} |