Centralisation des constantes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// PachaFamily Config - Version sans erreur
|
||||
if (!defined('ID_ALEX')) {
|
||||
define('ID_ALEX', 2);
|
||||
define('ID_LAIA', 3);
|
||||
define('CURRENCY', '€');
|
||||
define('ZONE_SCOLAIRE', 'C');
|
||||
}
|
||||
Reference in New Issue
Block a user