ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
client.ini.php
Go to the documentation of this file.
1
; <?php
exit
; ?>
2
[
server
]
3
start =
"./login.php"
4
5
[
client
]
6
name =
""
7
description =
""
8
access
=
"0"
9
10
[db]
11
type =
"pdo-mysql-innodb"
12
host =
"localhost"
13
user
=
"root"
14
pass =
""
15
name =
"ilias"
16
17
[auth]
18
table =
"usr_data"
19
usercol =
"login"
20
passcol =
"passwd"
21
22
[
language
]
23
default
=
"en"
24
path =
"./lang"
25
26
[layout]
27
skin =
"default"
28
style =
"delos"
29
30
[session]
31
expire =
"1800"
32
33
[system]
34
ROOT_FOLDER_ID
=
"1"
35
SYSTEM_FOLDER_ID
=
"9"
36
ROLE_FOLDER_ID
=
"8"
37
MAIL_SETTINGS_ID
=
"12"
38
MAXLENGTH_OBJ_TITLE =
"65"
39
MAXLENGTH_OBJ_DESC =
"123"
40
41
[cache]
42
activate_global_cache =
"0"
43
global_cache_service_type =
"0"
44
45
[log]
46
error_recipient =
""
ILIAS\Repository\access
access()
Definition:
trait.GlobalDICDomainServices.php:51
ROOT_FOLDER_ID
const ROOT_FOLDER_ID
Definition:
constants.php:32
ILIAS\UI\examples\Progress\Bar\server
server()
description: > This example shows how a Progress Bar can be rendered and updated by the server...
Definition:
server.php:43
SYSTEM_FOLDER_ID
const SYSTEM_FOLDER_ID
Definition:
constants.php:35
ILIAS\Repository\user
user()
Definition:
trait.GlobalDICDomainServices.php:66
exit
exit
Definition:
client.ini.php:1
ROLE_FOLDER_ID
const ROLE_FOLDER_ID
Definition:
constants.php:34
MAIL_SETTINGS_ID
const MAIL_SETTINGS_ID
Definition:
constants.php:36
ILIAS\UI\examples\Progress\Bar\client
client()
description: > This example shows how a Progress Bar can be rendered and used on the client...
Definition:
client.php:37
ILIAS\UI\examples\Symbol\Glyph\Language\language
language()
description: > Example for rendring a language glyph.
Definition:
language.php:41
scripts
data
ilias
client.ini.php
Generated on Wed Sep 3 2025 23:04:29 for ILIAS by
1.8.13 (using
Doxyfile
)