Offline Server  1.6
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
OFFLINE_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  * @mainpage Dynacase Offline Server Documentation
9  * @brief
10  * @author Anakeen Dynacase Labs
11  * @version 1.6.11-0.20140121.052432
12  * @date 2011
13  *
14  *
15  * @par Wiki manual:
16  * The Manual gives you all informations to install and configure offline server domains
17  * ==> http://docs.anakeen.com/
18  *
19  *
20  */
21 
22 global $app_const;
23 
24 $app_const = array(
25  "INIT" => "yes",
26  "VERSION" => "1.6.11-0.20140121.052432",
27  "ONEFAM_MIDS" => "OFFLINEDOMAIN",
28  "OFFLINE_CLIENT_BUILD_OUTPUT_DIR" => array(
29  "val" => "share/offline/clients",
30  "global" => "Y",
31  "descr" => N_("OFFLINE:Offline client build output dir")
32  ) ,
33  "OFFLINE_CLIENT_CUSTOMIZE_DIR" => array(
34  "val" => "share/offline/customize",
35  "global" => "Y",
36  "descr" => N_("OFFLINE:Offline client additional customize dir")
37  ) ,
38  "OFFLINE_CLIENT_UPDATE_ENABLED" => array(
39  "val" => "yes",
40  "descr" => N_("OFFLINE:Offline client update enabled") ,
41  "kind" => "enum(yes|no)",
42  "global" => "Y"
43  ) ,
44  "DCPOFFLINE_URL_BROWSER" => array(
45  "val" => "",
46  "global" => "Y",
47  "descr" => N_("OFFLINE:Offline browser URL")
48  ) ,
49  "DCPOFFLINE_URL_DATA" => array(
50  "val" => "",
51  "global" => "Y",
52  "descr" => N_("OFFLINE:Offline data URL")
53  ) ,
54  "DCPOFFLINE_URL_UPDATE" => array(
55  "val" => "",
56  "global" => "Y",
57  "descr" => N_("OFFLINE:Offline update URL")
58  )
59 );
60 ?>
global $app_const
← centre documentaire © anakeen - published under CC License - Dynacase