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