/[openfoncier]/trunk/app/sitadel.inc
ViewVC logotype

Annotation of /trunk/app/sitadel.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (hide annotations)
Thu Aug 25 14:58:27 2011 UTC (13 years, 5 months ago) by fraynaud
File size: 512 byte(s)
maj app



1 fraynaud 88 <?php
2     /*
3     * $Id: sitadel.inc,v 1.4 2010-11-02 16:44:14 fraynaud Exp $
4     *
5     * ce fichier permet de parametrer les transferts SITADEL
6     */
7     // paramètres entete
8     //$region ="93"; // code region INSEE
9     //$departement ="013"; // code departement sur 3 chiffres
10 fraynaud 106 $versionapplicatif = '3.0.0';//version openFoncier
11 fraynaud 88 // codage des accents (ISO ou UFT8)
12     //utf8_decode(PHP 4, PHP 5) Convertit une chaîne UTF-8 en ISO-8859-1
13     $flag_utf8_decode=1;
14     //utf8_encode() - Convertit une chaîne ISO-8859-1 en UTF-8
15     $flag_utf8_encode=0;
16     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26