/[openfoncier]/trunk/dyn/filestorage.inc.php
ViewVC logotype

Annotation of /trunk/dyn/filestorage.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1079 - (hide annotations)
Mon Dec 17 16:06:29 2012 UTC (12 years, 1 month ago) by fmichon
File size: 368 byte(s)
Positionnement d'un paramétrage pour le filestorage

1 fmichon 1079 <?php
2     /**
3     * Ce fichier permet de configurer le stockage des fichiers sur le filesystem
4     *
5     * @package openmairie_exemple
6     * @version svn : $Id
7     */
8    
9     /**
10     *
11     */
12     $filestorage = array();
13    
14    
15     $filestorage["filestorage-default"] = array (
16     "storage" => "filesystem", // l'attribut storage est obligatoire
17     "path" => "../trs/1/", // le repertoire de stockage
18     );
19    
20     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26