ILIAS  release_7 Revision v7.30-3-g800a261c036
client.master.ini.php
Go to the documentation of this file.
1; <?php exit; ?>
2
3[server]
4start = ./login.php
5
6[client]
7name =
8description =
9access = 0
10
11[db]
12type = "pdo-mysql-innodb"
13host = localhost
14user = root
15pass =
16name = ilias
17
18[auth]
19table = usr_data
20usercol = login
21passcol = passwd
22
24default = en
25path = ./lang
26
27[layout]
28skin = default
29style = delos
30
31[session]
32expire = 1800
33
34[system]
39MAXLENGTH_OBJ_TITLE = 65
40MAXLENGTH_OBJ_DESC = 123
41DEBUG = 0
42
43[cache]
44activate_global_cache = 0
45global_cache_service_type = 0
46
47[log]
48error_recipient =
user()
Definition: user.php:4
An exception for terminatinating execution or to throw for unit testing.
const MAIL_SETTINGS_ID
Definition: constants.php:34
const SYSTEM_FOLDER_ID
Definition: constants.php:33
const ROLE_FOLDER_ID
Definition: constants.php:32
const ROOT_FOLDER_ID
Definition: constants.php:30
language()
Definition: language.php:2
redirection script todo: (a better solution should control the processing via a xml file)
login()
Definition: login.php:2