ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilias.ini.php
Go to the documentation of this file.
1 ; <?php exit; ?>
2 [server]
3 http_path = ""
4 absolute_path = ""
5 presetting = ""
6 
7 [clients]
8 path = "public/data"
9 inifile = "client.ini.php"
10 datadir = ""
11 default = ""
12 list = "0"
13 
14 [setup]
15 pass = ""
16 
17 [tools]
18 convert = ""
19 zip = ""
20 unzip = ""
21 java = ""
22 ffmpeg = ""
23 
24 [log]
25 path = ""
26 file = ""
27 enabled = "1"
28 level = "WARNING"
29 error_path = ""
30 
31 [debian]
32 data_dir = "/var/opt/ilias"
33 log = "/var/log/ilias/ilias.log"
34 convert = "/usr/bin/convert"
35 zip = "/usr/bin/zip"
36 unzip = "/usr/bin/unzip"
37 java = ""
38 ffmpeg = "/usr/bin/ffmpeg"
39 
40 [redhat]
41 data_dir = ""
42 log = ""
43 convert = ""
44 zip = ""
45 unzip = ""
46 java = ""
47 
48 [suse]
49 data_dir = ""
50 log = ""
51 convert = ""
52 zip = ""
53 unzip = ""
54 java = ""
55 
56 [https]
57 auto_https_detect_enabled = "0"
58 auto_https_detect_header_name = ""
59 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
exit
Definition: ilias.ini.php:1