ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
client.ini.php
Go to the documentation of this file.
1 ; <?php exit; ?>
2 [server]
3 start = "./login.php"
4 
5 [client]
6 name = ""
7 description = ""
8 access = "0"
9 
10 [db]
11 type = "pdo-mysql-innodb"
12 host = "localhost"
13 user = "root"
14 pass = ""
15 name = "ilias"
16 
17 [auth]
18 table = "usr_data"
19 usercol = "login"
20 passcol = "passwd"
21 
22 [language]
23 default = "en"
24 path = "./lang"
25 
26 [layout]
27 skin = "default"
28 style = "delos"
29 
30 [session]
31 expire = "1800"
32 
33 [system]
34 ROOT_FOLDER_ID = "1"
35 SYSTEM_FOLDER_ID = "9"
36 ROLE_FOLDER_ID = "8"
37 MAIL_SETTINGS_ID = "12"
38 MAXLENGTH_OBJ_TITLE = "65"
39 MAXLENGTH_OBJ_DESC = "123"
40 
41 [cache]
42 activate_global_cache = "0"
43 global_cache_service_type = "0"
44 
45 [log]
46 error_recipient = ""
const ROOT_FOLDER_ID
Definition: constants.php:32
server()
description: > This example shows how a Progress Bar can be rendered and updated by the server...
Definition: server.php:43
const SYSTEM_FOLDER_ID
Definition: constants.php:35
exit
Definition: client.ini.php:1
const ROLE_FOLDER_ID
Definition: constants.php:34
const MAIL_SETTINGS_ID
Definition: constants.php:36
client()
description: > This example shows how a Progress Bar can be rendered and used on the client...
Definition: client.php:37
language()
description: > Example for rendring a language glyph.
Definition: language.php:41