Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
FREEDOM_init.php
Go to the documentation of this file.
1 <?php
2 
3 /**
4  * @author Anakeen
5  */
6 
7 // ---------------------------------------------------------------
8 // $Id: FREEDOM_init.php.in,v 1.19 2008/11/13 16:48:13 eric Exp $
9 // $Source: /home/cvsroot/anakeen/freedom/freedom/App/Freedom/FREEDOM_init.php.in,v $
10 // ---------------------------------------------------------------
11 
12 global $app_const;
13 
14 $app_const=
15 array(
16  "INIT" => "yes",
17  "VERSION" =>"3.2.26-1.20191010.152903",
18  "ROOTFLD" => array(
19  "val"=>"9",
20  "descr"=> N_("root folder id")),
21 
22  "FULLTEXT_HIGHTLIGHTSIZE" => array(
23  "val"=>"200",
24  "descr"=> N_("Limit of text size (in Ko) for highlight text"),
25  "global"=>"Y"),
26  "FREEDOM_FULLTEXT_RESULT" => array(
27  "val" => 100,
28  "descr" => "",
29  "global" => "Y",
30  "user" => "N"
31  ),
32  "FREEDOM_IDBASKET" => array(
33  "val"=>"",
34  "descr"=> N_("id of the basket folder"),
35  "global"=>"Y",
36  "kind"=>"static",
37  "user"=>"Y"
38  ),
39  "FREEDOM_UPLOADDIR" => array(
40  "val"=>"./var/tmp",
41  "descr"=> N_("directory to upload archive"),
42  "global"=>"Y",
43  "user"=>"N"
44  ),
45  "FREEDOM_VIEWFRAME" => array(
46  "val"=>"navigator",
47  "descr"=> N_("mode to navigate in folders"),
48  "global"=>"Y",
49  "user"=>"Y",
50  "kind"=>"enum(navigator|folder)"
51  ),
52  "FREEDOM_UBOOK" => array(
53  "val"=>"",
54  "descr"=> N_("bookmark folders"),
55  "global"=>"Y",
56  "user"=>"Y"
57  ),
58  "FREEDOM_EXPORTCOLS" => array(
59  "val"=>"",
60  "descr"=> N_("user preferences when export family"),
61  "global"=>"Y",
62  "user"=>"Y"
63  ),
64 
65  "FREEDOM_CSVSEPARATOR" => array(
66  "val"=>";",
67  "descr"=> N_("user csv separator preferences when import documents"),
68  "global"=>"Y",
69  "user"=>"Y"
70  ),
71  "FREEDOM_CSVENCLOSURE" => array(
72  "val"=>"",
73  "descr"=> N_("user csv enclosure preferences when import documents"),
74  "global"=>"Y",
75  "user"=>"Y"
76  ),
77  "FREEDOM_CSVLINEBREAK" => array(
78  "val"=>'\n',
79  "descr"=> N_("user csv line break preferences when import documents"),
80  "global"=>"Y",
81  "user"=>"Y"
82  )
83 
84  );
85 
86 
87 
88 ?>
global $app_const
N_($s)
Definition: Lib.Common.php:18
← centre documentaire © anakeen