/[openfoncier]/trunk/dyn/var.inc
ViewVC logotype

Contents of /trunk/dyn/var.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 858 byte(s)
version initiale


1 <?php
2 /**
3 *
4 */
5 //$Id: var.inc,v 1.66 2010-01-12 11:18:14 fraynaud Exp $
6 // =========================================================================
7 // Module de parametrage general
8 // =========================================================================
9 // plan utilise en localisation par croquis (spg localisation)
10 if (isset($_SESSION['coll'])){
11 $chemin_plan="../trs/".$_SESSION['coll']."/";
12 }
13 // UPLOAD.PHP*******************************************************************
14 //-----------liste extensions : ".extension;.extension;....."
15 //extension par defaut
16 $default_extension=".gif;.jpg;.jpeg;.png;.txt;.pdf";
17 // extension(s) ciblee(s) possible
18 // $get_origine."liste extension"
19 // *****************************************************************************
20 $verrou=1; // verrou =1 actif 0= inactif (empeche actualisation sur form valide)
21 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26