ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
client.master.ini.php
Go to the documentation of this file.
1 ; <?php exit; ?>
2 
3 [server]
4 start = ./login.php
5 
6 [client]
7 name =
8 description =
9 access = 0
10 
11 [db]
12 type = "pdo-mysql-innodb"
13 host = localhost
14 user = root
15 pass =
16 name = ilias
17 
18 [auth]
19 table = usr_data
20 usercol = login
21 passcol = passwd
22 
23 [language]
24 default = en
25 path = ./lang
26 
27 [layout]
28 skin = default
29 style = delos
30 
31 [session]
32 expire = 1800
33 
34 [system]
39 MAXLENGTH_OBJ_TITLE = 65
40 MAXLENGTH_OBJ_DESC = 123
41 
42 [cache]
43 activate_global_cache = 0
44 global_cache_service_type = 0
45 
46 [log]
47 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:27
login()
description: > Example for rendring a login glyph.
Definition: login.php:25
const SYSTEM_FOLDER_ID
Definition: constants.php:35
Class ilObjForumAdministration.
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:21
language()
description: > Example for rendring a language glyph.
Definition: language.php:25