ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
client.master.ini.php
Go to the documentation of this file.
1 
33 ; <?php exit; ?>
34 
35 [server]
36 start = ./login.php
37 
38 [client]
39 name =
40 description =
41 access = 0
42 
43 [db]
44 type = "pdo-mysql-innodb"
45 host = localhost
46 user = root
47 pass =
48 name = ilias
49 
50 [auth]
51 table = usr_data
52 usercol = login
53 passcol = passwd
54 
55 [language]
56 default = en
57 path = ./lang
58 
59 [layout]
60 skin = default
61 style = delos
62 
63 [session]
64 expire = 1800
65 
66 [system]
71 MAXLENGTH_OBJ_TITLE = 65
72 MAXLENGTH_OBJ_DESC = 123
73 
74 [cache]
75 activate_global_cache = 0
76 global_cache_service_type = 0
77 
78 [log]
79 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
login()
description: > Example for rendring a login glyph.
Definition: login.php:41
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:37
language()
description: > Example for rendring a language glyph.
Definition: language.php:41