-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
140 lines (138 loc) · 2.95 KB
/
.gitignore
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/api/
/apps/
/include/cli/
/include/fpdf/
/include/i18n/
/include/pear/
/include/mpdf/
/include/plugins/
/include/ost-config.php
/include/ost-sampleconfig.php
/.directory
/web.config
/assets/default/
/assets/font/
/include/config
/images
/setup
/account.php
/ajax.php
/avatar.php
/bootstrap.php
/captcha.php
/file.php
/css
/js
/login.php
/logo.php
/logout.php
/main.inc.php
/manage.php
/open.php
/profile.php
/pwreset.php
/secure.inc.php
/pages
/kb
/tickets.php
/view.php
/include/.htaccess
/include/.MANIFEST
/include/upgrader/streams
/include/UniversalClassLoader.php
/include/tnef_decoder.php
/include/Spyc.php
/include/PasswordHash.php
/include/mysqli.php
/include/JSON.php
/include/index.php
/include/htmLawed.php
/include/html2text.php
/include/class.yaml.php
/include/class.xml.php
/include/class.variable.php
/include/class.validator.php
/include/class.util.php
/include/class.usersession.php
/include/class.user.php
/include/class.translation.php
/include/class.topic.php
/include/class.timezone.php
/include/class.ticket.php
/include/class.thread_actions.php
/include/class.template.php
/include/class.team.php
/include/class.task.php
/include/class.staff.php
/include/class.sla.php
/include/class.signal.php
/include/class.setup.php
/include/class.sequence.php
/include/class.search.php
/include/class.role.php
/include/class.report.php
/include/class.priority.php
/include/class.pdf.php
/include/class.passwd.php
/include/class.page.php
/include/class.ostsession.php
/include/class.osticket.php
/include/class.orm.php
/include/class.organization.php
/include/class.note.php
/include/class.model.php
/include/class.migrater.php
/include/class.message.php
/include/class.mailparse.php
/include/class.mailfetch.php
/include/class.mailer.php
/include/class.log.php
/include/class.lock.php
/include/class.knowledgebase.php
/include/class.json.php
/include/class.import.php
/include/class.i18n.php
/include/class.http.php
/include/class.filter.php
/include/class.file.php
/include/class.faq.php
/include/class.export.php
/include/class.error.php
/include/class.email.php
/include/class.draft.php
/include/class.dispatcher.php
/include/class.dept.php
/include/class.csrf.php
/include/class.crypto.php
/include/class.cron.php
/include/class.config.php
/include/class.company.php
/include/class.collaborator.php
/include/class.client.php
/include/class.cli.php
/include/class.charset.php
/include/class.category.php
/include/class.captcha.php
/include/class.canned.php
/include/class.base32.php
/include/class.banlist.php
/include/class.api.php
/include/class.attachment.php
/include/class.app.php
/include/class.ajax.php
/include/api.cron.php
/include/api.tickets.php
/include/ajax.admin.php
/include/ajax.config.php
/include/ajax.draft.php
/include/ajax.i18n.php
/include/ajax.note.php
/include/ajax.orgs.php
/include/ajax.search.php
/include/ajax.sequence.php
/include/ajax.staff.php
/include/ajax.tasks.php
/include/ajax.thread.php
/include/ajax.tickets.php
/include/ajax.tips.php
/include/ajax.upgrader.php