[go: up one dir, main page]

Menu

[r8]: / conf / init / acl.php  Maximize  Restore  History

Download this file

98 lines (78 with data), 2.6 kB

 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?php
global $ac_list;
$ac_list['editorLevel'] = 3;
$ac_list['showInactiveButtonBar'] = 1; //optional, show inactive buttons and help button
//$ac_list['userView'] = 9;
$ac_list['userNew'] = 9;
$ac_list['userEdit'] = 3;
$ac_list['userDelete'] = 9;
$ac_list['userPassWdMaint'] = 1;
$ac_list['maintUserProf'] = 1;
$ac_list['viewGeneralUG'] = 0;
$ac_list['viewGeneralGridsUG'] = 1;
$ac_list['viewGeneralFilterUG'] = 1;
$ac_list['viewGeneralDialogsUG'] = 9;
$ac_list['viewControlBarUG'] = 2;
$ac_list['viewConfigurationUG'] = 9;
$ac_list['viewXinhaUG']=9;
$ac_list['viewApiUG'] = 9;
$ac_list['viewDevPortableUG'] = 9;
$ac_list['viewDevXamppUG'] = 9;
$ac_list['viewDevEclipseUG'] = 9;
$ac_list['viewDevTestUG'] = 9;
$ac_list['exampleView'] = 0;
$ac_list['printMeldeergebnis'] = 3;
$ac_list['printProgramBrochure'] = 3;
$ac_list['printDialog'] = 3;
$ac_list['editRegatta'] = 9;
$ac_list['newRegatta'] = 3;
$ac_list['importRegatta'] = 3;
$ac_list['editRegattaCharges'] = 3;
$ac_list['newRegattaCharges'] = 3;
$ac_list['deleteRegattaCharges'] = 3;
$ac_list['editRegattaChargingRules'] = 3;
$ac_list['newRegattaChargingRules'] = 3;
$ac_list['deleteRegattaChargingRules'] = 3;
$ac_list['viewRegattaStatistic'] = 3;
$ac_list['viewRegattaCashStatistic'] = 9;
$ac_list['getImportRegattaMeldungDialog'] = 3;
$ac_list['newSportler'] = 3;
$ac_list['editSportler'] = 3;
$ac_list['deleteSportler'] = 3;
$ac_list['importSportler'] = 3;
$ac_list['newVerein'] = 3;
$ac_list['editVerein'] = 3;
$ac_list['deleteVerein'] = 3;
$ac_list['importVereine'] = 3;
$ac_list['newObleute'] = 3;
$ac_list['editObleute'] = 3;
$ac_list['deleteObleute'] = 9;
$ac_list['newReferee'] = 3;
$ac_list['editReferee'] = 3;
$ac_list['deleteReferee'] = 3;
$ac_list['editTeam'] = 3;
$ac_list['newTeam'] = 3;
$ac_list['deleteTeam'] = 3;
$ac_list['importTeams'] = 3;
$ac_list['newTeamForAll'] = 3;
$ac_list['editTeamForAll'] = 3;
$ac_list['deleteTeamFromDB'] = 3;
$ac_list['newTeamVereinForAll'] = 3;
$ac_list['getDeleteTeamOfRennenDialog'] = 3;
$ac_list['csvExport'] = 3;
$ac_list['raceDrawing'] = 3;
$ac_list['editAthlet'] = 3;
$ac_list['deleteAthlet'] = 3;
$ac_list['editVereinRegatta'] = 3;
$ac_list['deleteVereinRegatta'] = 3;
$ac_list['newReferee'] = 3;
$ac_list['editReferee'] = 3;
$ac_list['deleteReferee'] = 3;
$ac_list['raceStartFinish'] = 3;
$ac_list['newRennen'] = 3;
$ac_list['editRennen'] = 3;
$ac_list['deleteRennen'] = 3;
$ac_list['moveRennen'] = 3;
$ac_list['searchInitialize'] = 9;
$ac_list['searchPerform'] = 2;
?>