diff options
| author | root <root@sucuk.mageia.org> | 2022-04-28 19:55:02 +0200 |
|---|---|---|
| committer | root <root@sucuk.mageia.org> | 2022-04-28 19:55:02 +0200 |
| commit | 965e446e9910f73df96be01057ef4bbf258931e4 (patch) | |
| tree | 33731c1c466b212f4fa42c95edf26892690e7133 | |
| parent | 1e64ce5631de0e70a7056669d8641e5f2a19a5c0 (diff) | |
| parent | f7b0e1845cdbe9d6dadabcd219a49d14e5352b02 (diff) | |
| download | www-965e446e9910f73df96be01057ef4bbf258931e4.tar www-965e446e9910f73df96be01057ef4bbf258931e4.tar.gz www-965e446e9910f73df96be01057ef4bbf258931e4.tar.bz2 www-965e446e9910f73df96be01057ef4bbf258931e4.tar.xz www-965e446e9910f73df96be01057ef4bbf258931e4.zip | |
Merge branch 'master' of git://git.mageia.org/web/www
| -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'; |
