ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
client.master.ini.php
Go to the documentation of this file.
1
33; <?php exit; ?>
34
35[server]
36start = ./login.php
37
38[client]
39name =
40description =
41access = 0
42
43[db]
44type = "pdo-mysql-innodb"
45host = localhost
46user = root
47pass =
48name = ilias
49
50[auth]
51table = usr_data
52usercol = login
53passcol = passwd
54
56default = en
57path = ./lang
58
59[layout]
60skin = default
61style = delos
62
63[session]
64expire = 1800
65
66[system]
71MAXLENGTH_OBJ_TITLE = 65
72MAXLENGTH_OBJ_DESC = 123
73
74[cache]
75activate_global_cache = 0
76global_cache_service_type = 0
77
78[log]
79error_recipient =
const MAIL_SETTINGS_ID
Definition: constants.php:36
const SYSTEM_FOLDER_ID
Definition: constants.php:35
const ROLE_FOLDER_ID
Definition: constants.php:34
const ROOT_FOLDER_ID
Definition: constants.php:32
Class ilObjForumAdministration.