Core  3.2
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  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * @author Anakeen
8  */
9 // ---------------------------------------------------------------
10 // $Id: DAV_init.php.in,v 1.6 2006/11/23 09:36:06 eric Exp $
11 // $Source: /home/cvsroot/anakeen/freedom/dav/DAV_init.php.in,v $
12 // ---------------------------------------------------------------
13 global $app_const;
14 
15 $app_const = array(
16  "INIT" => "yes",
17  "VERSION" => "3.2.26-1.20191010.152903",
18  "FREEDAV_SERVEUR" => array(
19  "val" => "",
20  "descr" => N_("address of the webdav server for freedav") ,
21  "global" => "Y"
22  ) ,
23  "WEBDAV_SERVEUR" => array(
24  "val" => "",
25  "descr" => N_("address of the webdav server for authenticate server") ,
26  "global" => "Y"
27  ) ,
28  "WEBDAV_ROOTID" => array(
29  "val" => "9",
30  "descr" => N_("folder identifier for root") ,
31  "global" => "Y"
32  ) ,
33  "WEBDAV_FOLDERMAXITEM" => array(
34  "val" => "200",
35  "descr" => N_("max items return when open a folder") ,
36  "global" => "Y"
37  )
38 );
global $app_const
Definition: DAV_init.php:13
N_($s)
Definition: Lib.Common.php:18
← centre documentaire © anakeen