ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilias.master.ini.php
Go to the documentation of this file.
1 
33 ; <?php exit; ?>
34 
35 [server]
36 http_path =
37 absolute_path =
38 presetting =
39 
40 [clients]
41 path = public/data
42 inifile = client.ini.php
43 datadir =
44 default =
45 list = 0
46 
47 [setup]
48 pass =
49 
50 [tools]
51 convert =
52 zip =
53 unzip =
54 java =
55 ffmpeg =
56 
57 [log]
58 path =
59 file =
60 enabled = 1
61 level = WARNING
62 error_path =
63 
64 [debian]
65 data_dir = /var/opt/ilias
66 log = /var/log/ilias/ilias.log
67 convert = /usr/bin/convert
68 zip = /usr/bin/zip
69 unzip = /usr/bin/unzip
70 java =
71 ffmpeg = /usr/bin/ffmpeg
72 
73 [redhat]
74 data_dir =
75 log =
76 convert =
77 zip =
78 unzip =
79 java =
80 
81 [suse]
82 data_dir =
83 log =
84 convert =
85 zip =
86 unzip =
87 java =
88 
89 [https]
90 auto_https_detect_enabled = 0
91 auto_https_detect_header_name =
92 auto_https_detect_header_value =
server()
description: > This example shows how a Progress Bar can be rendered and updated by the server...
Definition: server.php:43
Class ilObjForumAdministration.
client()
description: > This example shows how a Progress Bar can be rendered and used on the client...
Definition: client.php:37