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

Contents of /trunk/app/sitadel.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (show annotations)
Thu Aug 25 09:59:07 2011 UTC (13 years, 5 months ago) by fraynaud
File size: 511 byte(s)
Réorganisation du dossier spécifique de l'application

1 <?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 $versionapplicatif = '3.00';//version openFoncier
11 // 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