diff options
| -rw-r--r-- | langs.php | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -33,18 +33,17 @@ $G_coord_assos = <<<T FRANCE T; $G_coord_assos_bank = <<<T - CIC BEYNES - 18 rue de la République - 78650 BEYNES + Name of the bank + Number Street + Zip code TOWN FRANCE IBAN: BIC: T; -//Removed temporarily, something fishy with the account to check -//IBAN: FR76 3006 6103 1600 0202 1370 139 -//BIC: CMCIFRPP +//We don't publish the IBAN and BIC. +//Doing so caused problems in the past. require_once 'langs.inc.php'; |
