forked from netcommons/NetCommons2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdicon.ini
More file actions
26 lines (25 loc) · 787 Bytes
/
dicon.ini
File metadata and controls
26 lines (25 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[DIContainer]
commonMain = "common.main"
configView = "config.view"
pagesView = "pages.view"
blocksView = "blocks.view"
modulesView = "modules.view"
;encryptionView = "encryption.view"
requestMain = "request.main"
sitesView = "sites.view"
usersView = "users.view"
authoritiesView = "authorities.View"
authCheck = "authcheck.Main"
monthlynumberAction = "monthlynumber.action"
preexecuteMain = "preexecute.main"
whatsnewAction = "whatsnew.action"
mobileView = "mobile.view"
abbreviateurlView = "abbreviateurl.view"
abbreviateurlAction = "abbreviateurl.action"
[authCheck]
session = "dicon://Session"
request = "dicon://Request"
authoritiesView = "dicon://authoritiesView"
getdata = "dicon://GetData"
pagesView = "dicon://pagesView"
usersView = "dicon://usersView"