Platform
3.1
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
FDL_init.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5
* @package FDL
6
*/
7
/**
8
* @author Anakeen
9
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
10
*/
11
// ---------------------------------------------------------------
12
// $Id: FDL_init.php.in,v 1.29 2009/01/07 18:04:19 eric Exp $
13
// $Source: /home/cvsroot/anakeen/freedom/freedom/App/Fdl/FDL_init.php.in,v $
14
// ---------------------------------------------------------------
15
global
$app_const
;
16
17
$app_const
= array(
18
"INIT"
=>
"yes"
,
19
"VERSION"
=>
"3.1.13-0.20131023.101132"
,
20
"FREEDOM_DB"
=> array(
21
"val"
=>
"user=dynacase dbname=dynacase"
,
22
"global"
=>
"Y"
,
23
"descr"
=>
N_
(
"freedom database"
)
24
) ,
25
"ENUM_TITLE_SIZE"
=> array(
26
"val"
=>
"40"
,
27
"user"
=>
"Y"
,
28
"global"
=>
"Y"
,
29
"descr"
=>
N_
(
"string limit for popup enum"
)
30
) ,
31
"FDL_BCC"
=> array(
32
"val"
=>
"no"
,
33
"descr"
=>
N_
(
"send mail copy"
) ,
34
"user"
=>
"Y"
,
35
"global"
=>
"Y"
,
36
"kind"
=>
"enum(yes|no)"
37
) ,
38
39
"FDL_HD2SIZE"
=> array(
40
"val"
=>
"600"
,
41
"descr"
=>
N_
(
"horizontal size for secondary windows"
) ,
42
"user"
=>
"Y"
,
43
"global"
=>
"Y"
44
) ,
45
"FDL_VD2SIZE"
=> array(
46
"val"
=>
"400"
,
47
"descr"
=>
N_
(
"vertical size for secondary windows"
) ,
48
"user"
=>
"Y"
,
49
"global"
=>
"Y"
50
) ,
51
"FDL_FOLDERMAXITEM"
=> array(
52
"val"
=>
"1000"
,
53
"descr"
=>
N_
(
"max items return when open a folder"
) ,
54
"user"
=>
"N"
,
55
"global"
=>
"Y"
56
) ,
57
"FDL_MAX_FGEXPORTDOC"
=> array(
58
"val"
=>
"100"
,
59
"descr"
=>
N_
(
"maximum document can be imported directly"
) ,
60
"user"
=>
"N"
,
61
"global"
=>
"Y"
62
) ,
63
"SOCIETY_COORD"
=> array(
64
"val"
=>
"SomeOne<BR>12 paradise road<BR>34000 NewYork<BR>Phone:08.789.678<BR>Fax:09.5627.32"
,
65
"global"
=>
"Y"
,
66
"descr"
=>
N_
(
"name and address of our society"
)
67
) ,
68
"SOCIETY_LOGO"
=> array(
69
"val"
=>
"Images/logo.png"
,
70
"global"
=>
"Y"
,
71
"descr"
=>
N_
(
"logo of our society"
)
72
) ,
73
"SOCIETY_TOWN"
=> array(
74
"val"
=>
"New York"
,
75
"global"
=>
"Y"
,
76
"descr"
=>
N_
(
"town of our society"
)
77
) ,
78
"SOCIETY_NAME"
=> array(
79
"val"
=>
"SomeOne"
,
80
"global"
=>
"Y"
,
81
"descr"
=>
N_
(
"name of our society"
)
82
) ,
83
"SOCIETY_PHONE"
=> array(
84
"val"
=>
"00 00 00 00"
,
85
"global"
=>
"Y"
,
86
"descr"
=>
N_
(
"phone of our society"
)
87
) ,
88
"FDL_CTRLKEY"
=> array(
89
"val"
=>
"yes"
,
90
"global"
=>
"Y"
,
91
"user"
=>
"Y"
,
92
"descr"
=>
N_
(
"use ctrl key in popup menu"
) ,
93
"kind"
=>
"enum(yes|no)"
94
) ,
95
"FDL_VIEWALTERN"
=> array(
96
"val"
=>
"yes"
,
97
"global"
=>
"Y"
,
98
"user"
=>
"Y"
,
99
"descr"
=>
N_
(
"view altern color in document fieldset"
) ,
100
"kind"
=>
"enum(yes|no)"
101
) ,
102
"MVIEW_GEO"
=> array(
103
"val"
=>
""
,
104
"global"
=>
"Y"
,
105
"user"
=>
"Y"
,
106
"kind"
=>
"static"
,
107
"descr"
=>
N_
(
"geometry of mini view"
)
108
) ,
109
"SMTP_HOST"
=> array(
110
"val"
=>
"localhost"
,
111
"global"
=>
"Y"
,
112
"user"
=>
"N"
,
113
"descr"
=>
N_
(
"SMTP host"
)
114
) ,
115
"SMTP_PORT"
=> array(
116
"val"
=>
"25"
,
117
"global"
=>
"Y"
,
118
"user"
=>
"N"
,
119
"descr"
=>
N_
(
"SMTP port"
)
120
) ,
121
"SMTP_LOGIN"
=> array(
122
"val"
=>
""
,
123
"global"
=>
"Y"
,
124
"user"
=>
"N"
,
125
"descr"
=>
N_
(
"SMTP login"
)
126
) ,
127
"SMTP_PASSWORD"
=> array(
128
"val"
=>
""
,
129
"global"
=>
"Y"
,
130
"kind"
=>
"password"
,
131
"user"
=>
"N"
,
132
"descr"
=>
N_
(
"SMTP password"
)
133
) ,
134
135
"SMTP_FROM"
=> array(
136
"val"
=>
""
,
137
"global"
=>
"Y"
,
138
"user"
=>
"N"
,
139
"descr"
=>
N_
(
"SMTP default from if not"
)
140
) ,
141
"TE_HOST"
=> array(
142
"val"
=>
""
,
143
"global"
=>
"Y"
,
144
"user"
=>
"N"
,
145
"descr"
=>
N_
(
"Transformation Engine server host name"
)
146
) ,
147
"TE_PORT"
=> array(
148
"val"
=>
""
,
149
"global"
=>
"Y"
,
150
"user"
=>
"N"
,
151
"descr"
=>
N_
(
"Transformation Engine server port number"
)
152
) ,
153
"TE_ACTIVATE"
=> array(
154
"val"
=>
"no"
,
155
"global"
=>
"Y"
,
156
"user"
=>
"N"
,
157
"descr"
=>
N_
(
"Activate Transformation Engine"
) ,
158
"kind"
=>
"enum(yes|no)"
159
) ,
160
"TE_FULLTEXT"
=> array(
161
"val"
=>
"yes"
,
162
"global"
=>
"Y"
,
163
"user"
=>
"N"
,
164
"descr"
=>
N_
(
"Activate file indexing with TE"
) ,
165
"kind"
=>
"enum(yes|no)"
166
) ,
167
"TE_URLINDEX"
=> array(
168
"val"
=>
""
,
169
"global"
=>
"Y"
,
170
"user"
=>
"N"
,
171
"descr"
=>
N_
(
"Transformation Engine callback url"
)
172
) ,
173
"TE_TIMEOUT"
=> array(
174
"val"
=>
"2"
,
175
"global"
=>
"Y"
,
176
"user"
=>
"N"
,
177
"descr"
=>
N_
(
"Transformation Engine timeout connection (in seconds)"
)
178
) ,
179
"FDL_FULLIDX"
=> array(
180
"val"
=>
"gist"
,
181
"descr"
=>
N_
(
"fulltext index mode"
) ,
182
"user"
=>
"N"
,
183
"global"
=>
"Y"
,
184
"kind"
=>
"enum(gist|gin)"
185
) ,
186
"FDL_TIMERHOURLIMIT"
=> array(
187
"val"
=>
"2"
,
188
"descr"
=>
N_
(
"hour number where timer can be execute until date is reached"
) ,
189
"user"
=>
"N"
,
190
"global"
=>
"Y"
191
),
192
"REPORT_DEFAULT_CSV"
=> array(
193
"val"
=>
"[]"
,
194
"descr"
=>
N_
(
"fulltext index mode"
) ,
195
"user"
=>
"Y"
196
)
197
);
198
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase