Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
DAV_init.php
Go to the documentation of this file.
1 <?php
2 
3 /**
4  * @author Anakeen
5  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
6  */
7 
8 // ---------------------------------------------------------------
9 // $Id: DAV_init.php.in,v 1.6 2006/11/23 09:36:06 eric Exp $
10 // $Source: /home/cvsroot/anakeen/freedom/dav/DAV_init.php.in,v $
11 // ---------------------------------------------------------------
12 
13 global $app_const;
14 
15 $app_const= array(
16  "INIT" => "yes",
17  "VERSION" => "3.1.13-0.20131023.101132",
18  "FREEDAV_SERVEUR" =>array("val"=>"",
19  "descr"=>N_("address of the webdav server for freedav"),
20  "global"=>"Y"),
21  "WEBDAV_SERVEUR" =>array("val"=>"",
22  "descr"=>N_("address of the webdav server for authenticate server"),
23  "global"=>"Y"),
24  "WEBDAV_DB" =>array("val"=>"dbname=webdav user=anakeen",
25  "descr"=>N_("database access for webdav"),
26  "global"=>"Y"),
27  "WEBDAV_ROOTID" =>array("val"=>"9",
28  "descr"=>N_("folder identificator for root"),
29  "global"=>"Y"),
30  "WEBDAV_FOLDERMAXITEM" => array("val"=>"200",
31  "descr"=>N_("max items return when open a folder"),
32  "global"=>"Y")
33 );
34 
35 ?>
← centre documentaire © anakeen - published under CC License - Dynacase