pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: hauke
Date: Mon Jun 30 14:34:15 UTC 2025
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/osticket: DESCR Makefile PLIST distinfo
pkgsrc/www/osticket/files: apache-osticket.conf
pkgsrc/www/osticket/patches: patch-include_class.mailer.php
patch-include_mpdf_vendor_paragonie_random__compat_build-phar.sh
patch-scp_admin.inc.php
Log Message:
osTicket is a widely-used open source support ticket system.
It integrates inquiries created via email, phone and
web-based forms into a simple, easy-to-use multi-user web
interface.
To generate a diff of this commit:
cvs rdiff -u -r1.1865 -r1.1866 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/osticket/DESCR pkgsrc/www/osticket/Makefile \
pkgsrc/www/osticket/PLIST pkgsrc/www/osticket/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/osticket/files/apache-osticket.conf
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/osticket/patches/patch-include_class.mailer.php \
pkgsrc/www/osticket/patches/patch-include_mpdf_vendor_paragonie_random__compat_build-phar.sh \
pkgsrc/www/osticket/patches/patch-scp_admin.inc.php
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1865 pkgsrc/www/Makefile:1.1866
--- pkgsrc/www/Makefile:1.1865 Sun Jun 15 14:06:59 2025
+++ pkgsrc/www/Makefile Mon Jun 30 14:34:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1865 2025/06/15 14:06:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.1866 2025/06/30 14:34:14 hauke Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -293,6 +293,7 @@ SUBDIR+= ocsigen-i18n
SUBDIR+= ocsigen-ppx-rpc
SUBDIR+= ocsigen-start
SUBDIR+= ocsigen-toolkit
+SUBDIR+= osticket
SUBDIR+= otter-browser
SUBDIR+= p5-Alien-GvaScript
SUBDIR+= p5-Alien-LibGumbo
Added files:
Index: pkgsrc/www/osticket/DESCR
diff -u /dev/null pkgsrc/www/osticket/DESCR:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/DESCR Mon Jun 30 14:34:14 2025
@@ -0,0 +1,5 @@
+osTicket is a widely-used open source support ticket system.
+
+It integrates inquiries created via email, phone and
+web-based forms into a simple, easy-to-use multi-user web
+interface.
Index: pkgsrc/www/osticket/Makefile
diff -u /dev/null pkgsrc/www/osticket/Makefile:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/Makefile Mon Jun 30 14:34:14 2025
@@ -0,0 +1,91 @@
+# $NetBSD: Makefile,v 1.1 2025/06/30 14:34:14 hauke Exp $
+
+PKGNAME= osticket-${PKGVER}
+DISTNAME= osticket-v${PKGVER}
+PKGVER= 1.18.2
+CATEGORIES= www
+
+MASTER_SITES= ${MASTER_SITE_GITHUB:=osTicket/osTicket/releases/download/v${PKGVER}/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= hauke%NetBSD.org@localhost
+HOMEPAGE= https://osticket.com/
+COMMENT= Open source support ticket system
+LICENSE= gnu-gpl-v2
+
+WRKSRC= ${WRKDIR}/upload
+
+NO_BUILD= yes
+USE_LANGUAGES= # none
+
+USE_TOOLS+= chmod find pax perl
+
+DEPENDS+= ${PHP_PKG_PREFIX}-apcu>=5.1:../../www/php-apcu
+DEPENDS+= ${PHP_PKG_PREFIX}-curl>=${PHP_BASE_VERS}:../../www/php-curl
+DEPENDS+= ${PHP_PKG_PREFIX}-gd>=${PHP_BASE_VERS}:../../graphics/php-gd
+DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=${PHP_BASE_VERS}:../../devel/php-gettext
+DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=${PHP_BASE_VERS}:../../converters/php-iconv
+DEPENDS+= ${PHP_PKG_PREFIX}-imap>=${PHP_BASE_VERS}:../../mail/php-imap
+DEPENDS+= ${PHP_PKG_PREFIX}-intl>=${PHP_BASE_VERS}:../../textproc/php-intl
+DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
+DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=${PHP_BASE_VERS}:../../databases/php-mysqli
+DEPENDS+= ${PHP_PKG_PREFIX}-opcache>=${PHP_BASE_VERS}:../../devel/php-opcache
+DEPENDS+= ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
+
+REPLACE_PHP+= manage.php
+REPLACE_PHP+= setup/scripts/api_ticket_create.php
+REPLACE_PHP+= setup/scripts/automail.php
+REPLACE_PHP+= setup/scripts/rcron.php
+REPLACE_PHP+= include/laminas-mail/vendor/bin/generate-deps-for-config-factory
+REPLACE_PHP+= include/laminas-mail/vendor/bin/generate-factory-for-class
+REPLACE_PHP+= include/laminas-mail/vendor/laminas/laminas-servicemanager/bin/generate-deps-for-config-factory
+REPLACE_PHP+= include/laminas-mail/vendor/laminas/laminas-servicemanager/bin/generate-factory-for-class
+
+REPLACE_SH+= include/mpdf/vendor/paragonie/random_compat/build-phar.sh
+REPLACE_PERL=+ setup/scripts/automail.pl
+
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= APACHE_USER APACHE_GROUP VARBASE
+
+PKG_SYSCONFSUBDIR= osticket
+PKG_SYSCONFDIR_PERMS= ${APACHE_USER} ${APACHE_GROUP} 0700
+
+EGDIR= share/examples/osticket
+OSTICKET_DIR= share/osticket
+
+CONF_FILES+= ${EGDIR}/ost-config.php.sample \
+ ${PKG_SYSCONFDIR}/ost-config.php
+
+SUBST_CLASSES+= paths
+SUBST_STAGE.paths= pre-configure
+SUBST_FILES.paths= ../apache-osticket.conf
+SUBST_VARS.paths+= PREFIX
+
+INSTALLATION_DIRS+= ${EGDIR} ${OSTICKET_DIR}
+
+post-patch:
+ ${CP} ${PKGDIR}/files/apache-osticket.conf ${WRKDIR}
+
+do-install:
+ find ${WRKSRC} -name \*.orig -exec rm {} \;
+ find ${WRKSRC} \( -name \*.jpg -or -name \*.png -or -name \*.svg \
+ -or -name \*.ttf -or -name \*.woff -or -name \*.eot \
+ -or -name \*.js -or -name \*.json -or -name \*.html \
+ -or -name \*.css \) \
+ -exec chmod ugo-x {} \;
+ find ${WRKSRC}/include -name \*.php -exec chmod ugo-x {} \;
+ chmod ugo-x ${WRKSRC}/setup/cli/manage.php
+ ${MV} ${WRKSRC}/include/ost-sampleconfig.php \
+ ${DESTDIR}${PREFIX}/${EGDIR}/ost-config.php.sample
+ ${LN} -s ${PKG_SYSCONFDIR}/ost-config.php \
+ ${WRKSRC}/include/ost-config.php
+ ${INSTALL_DATA} ${WRKDIR}/apache-osticket.conf \
+ ${DESTDIR}${PREFIX}/${EGDIR}/apache-osticket.conf
+ cd ${WRKSRC}/setup/scripts && ${PAX} -rw . ${DESTDIR}${PREFIX}/${EGDIR}
+ cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${OSTICKET_DIR}
+
+.include "../../mk/apache.mk"
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/osticket/PLIST
diff -u /dev/null pkgsrc/www/osticket/PLIST:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/PLIST Mon Jun 30 14:34:14 2025
@@ -0,0 +1,2217 @@
+@comment $NetBSD: PLIST,v 1.1 2025/06/30 14:34:14 hauke Exp $
+share/examples/osticket/apache-osticket.conf
+share/examples/osticket/api_ticket_create.php
+share/examples/osticket/automail.php
+share/examples/osticket/automail.pl
+share/examples/osticket/ost-config.php.sample
+share/examples/osticket/rcron.php
+share/osticket/account.php
+share/osticket/ajax.php
+share/osticket/api/.htaccess
+share/osticket/api/api.inc.php
+share/osticket/api/cron.php
+share/osticket/api/http.php
+share/osticket/api/index.php
+share/osticket/api/pipe.php
+share/osticket/apps/.htaccess
+share/osticket/apps/dispatcher.php
+share/osticket/assets/default/css/print.css
+share/osticket/assets/default/css/theme.css
+share/osticket/assets/default/css/theme.min.css
+share/osticket/assets/default/images/check_status_btn.png
+share/osticket/assets/default/images/check_status_icon.png
+share/osticket/assets/default/images/content_bg.png
+share/osticket/assets/default/images/filetypes/pdf.png
+share/osticket/assets/default/images/icons/alert.png
+share/osticket/assets/default/images/icons/attachment.gif
+share/osticket/assets/default/images/icons/error.png
+share/osticket/assets/default/images/icons/home.png
+share/osticket/assets/default/images/icons/kb.png
+share/osticket/assets/default/images/icons/lock.png
+share/osticket/assets/default/images/icons/new.png
+share/osticket/assets/default/images/icons/ok.png
+share/osticket/assets/default/images/icons/page.png
+share/osticket/assets/default/images/icons/refresh.gif
+share/osticket/assets/default/images/icons/refresh.png
+share/osticket/assets/default/images/icons/status.png
+share/osticket/assets/default/images/icons/thread.gif
+share/osticket/assets/default/images/icons/ticket.gif
+share/osticket/assets/default/images/icons/ticket_source_email.gif
+share/osticket/assets/default/images/icons/ticket_source_other.gif
+share/osticket/assets/default/images/icons/ticket_source_phone.gif
+share/osticket/assets/default/images/icons/ticket_source_web.gif
+share/osticket/assets/default/images/icons/tix.png
+share/osticket/assets/default/images/icons/tix_closed.png
+share/osticket/assets/default/images/kb_category_bg.png
+share/osticket/assets/default/images/kb_large_folder.png
+share/osticket/assets/default/images/lock.png
+share/osticket/assets/default/images/logo.png
+share/osticket/assets/default/images/nav_bg.png
+share/osticket/assets/default/images/new_ticket_icon.png
+share/osticket/assets/default/images/open_ticket_btn.png
+share/osticket/assets/default/images/page_bg.png
+share/osticket/assets/default/images/poweredby.png
+share/osticket/assets/default/images/support.png
+share/osticket/assets/default/less/base.less
+share/osticket/assets/default/less/kb.less
+share/osticket/assets/default/less/landing-page.less
+share/osticket/assets/default/less/main-layout.less
+share/osticket/assets/default/less/print.less
+share/osticket/assets/default/less/reset.less
+share/osticket/assets/default/less/theme.less
+share/osticket/assets/default/less/ticket-forms.less
+share/osticket/assets/default/less/ticket.less
+share/osticket/assets/font/fontawesome-webfont.eot
+share/osticket/assets/font/fontawesome-webfont.svg
+share/osticket/assets/font/fontawesome-webfont.ttf
+share/osticket/assets/font/fontawesome-webfont.woff
+share/osticket/assets/font/index.html
+share/osticket/avatar.php
+share/osticket/bootstrap.php
+share/osticket/captcha.php
+share/osticket/client.inc.php
+share/osticket/css/filedrop.css
+share/osticket/css/flags.css
+share/osticket/css/font-awesome-ie7.min.css
+share/osticket/css/font-awesome.min.css
+share/osticket/css/jquery-ui-timepicker-addon.css
+share/osticket/css/loadingbar.css
+share/osticket/css/osticket.css
+share/osticket/css/redactor.css
+share/osticket/css/rtl.css
+share/osticket/css/select2.min.css
+share/osticket/css/thread.css
+share/osticket/css/typeahead.css
+share/osticket/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+share/osticket/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
+share/osticket/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
+share/osticket/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
+share/osticket/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
+share/osticket/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
+share/osticket/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
+share/osticket/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+share/osticket/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
+share/osticket/css/ui-lightness/images/ui-icons_222222_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_228ef1_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_444444_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_555555_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_777620_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_777777_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_cc0000_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
+share/osticket/css/ui-lightness/images/ui-icons_ffffff_256x240.png
+share/osticket/css/ui-lightness/jquery-ui-1.13.2.custom.min.css
+share/osticket/css/ui-lightness/jquery-ui-1.8.18.custom.css
+share/osticket/file.php
+share/osticket/images/FhHRx-Spinner.gif
+share/osticket/images/avatar-sprite-ateam.png
+share/osticket/images/cal.png
+share/osticket/images/captcha/bubbles.png
+share/osticket/images/captcha/cottoncandy.png
+share/osticket/images/captcha/crackle.png
+share/osticket/images/captcha/grass.png
+share/osticket/images/captcha/lines.png
+share/osticket/images/captcha/ripple.png
+share/osticket/images/captcha/sand.png
+share/osticket/images/captcha/silk.png
+share/osticket/images/captcha/snakeskin.png
+share/osticket/images/captcha/whirlpool.png
+share/osticket/images/favicon.png
+share/osticket/images/flags.png
+share/osticket/images/mystery-oscar.png
+share/osticket/images/oscar-favicon-16x16.png
+share/osticket/images/oscar-favicon-32x32.png
+share/osticket/include/.MANIFEST
+share/osticket/include/.htaccess
+share/osticket/include/JSON.php
+share/osticket/include/PasswordHash.php
+share/osticket/include/Spyc.php
+share/osticket/include/UniversalClassLoader.php
+share/osticket/include/ajax.admin.php
+share/osticket/include/ajax.config.php
+share/osticket/include/ajax.content.php
+share/osticket/include/ajax.draft.php
+share/osticket/include/ajax.email.php
+share/osticket/include/ajax.export.php
+share/osticket/include/ajax.filter.php
+share/osticket/include/ajax.forms.php
+share/osticket/include/ajax.i18n.php
+share/osticket/include/ajax.kbase.php
+share/osticket/include/ajax.note.php
+share/osticket/include/ajax.orgs.php
+share/osticket/include/ajax.plugins.php
+share/osticket/include/ajax.schedule.php
+share/osticket/include/ajax.search.php
+share/osticket/include/ajax.sequence.php
+share/osticket/include/ajax.staff.php
+share/osticket/include/ajax.tasks.php
+share/osticket/include/ajax.thread.php
+share/osticket/include/ajax.tickets.php
+share/osticket/include/ajax.tips.php
+share/osticket/include/ajax.upgrader.php
+share/osticket/include/ajax.users.php
+share/osticket/include/api.cron.php
+share/osticket/include/api.tickets.php
+share/osticket/include/class.2fa.php
+share/osticket/include/class.ajax.php
+share/osticket/include/class.api.php
+share/osticket/include/class.app.php
+share/osticket/include/class.attachment.php
+share/osticket/include/class.auth.php
+share/osticket/include/class.avatar.php
+share/osticket/include/class.banlist.php
+share/osticket/include/class.base32.php
+share/osticket/include/class.businesshours.php
+share/osticket/include/class.canned.php
+share/osticket/include/class.captcha.php
+share/osticket/include/class.category.php
+share/osticket/include/class.charset.php
+share/osticket/include/class.cli.php
+share/osticket/include/class.client.php
+share/osticket/include/class.collaborator.php
+share/osticket/include/class.company.php
+share/osticket/include/class.config.php
+share/osticket/include/class.controller.php
+share/osticket/include/class.cron.php
+share/osticket/include/class.crypto.php
+share/osticket/include/class.csrf.php
+share/osticket/include/class.dept.php
+share/osticket/include/class.dispatcher.php
+share/osticket/include/class.draft.php
+share/osticket/include/class.dynamic_forms.php
+share/osticket/include/class.email.php
+share/osticket/include/class.error.php
+share/osticket/include/class.export.php
+share/osticket/include/class.faq.php
+share/osticket/include/class.file.php
+share/osticket/include/class.filter.php
+share/osticket/include/class.filter_action.php
+share/osticket/include/class.format.php
+share/osticket/include/class.forms.php
+share/osticket/include/class.http.php
+share/osticket/include/class.i18n.php
+share/osticket/include/class.import.php
+share/osticket/include/class.json.php
+share/osticket/include/class.knowledgebase.php
+share/osticket/include/class.list.php
+share/osticket/include/class.lock.php
+share/osticket/include/class.log.php
+share/osticket/include/class.mail.php
+share/osticket/include/class.mailer.php
+share/osticket/include/class.mailfetch.php
+share/osticket/include/class.mailparse.php
+share/osticket/include/class.message.php
+share/osticket/include/class.migrater.php
+share/osticket/include/class.misc.php
+share/osticket/include/class.model.php
+share/osticket/include/class.nav.php
+share/osticket/include/class.note.php
+share/osticket/include/class.oauth2.php
+share/osticket/include/class.organization.php
+share/osticket/include/class.orm.php
+share/osticket/include/class.osticket.php
+share/osticket/include/class.ostsession.php
+share/osticket/include/class.page.php
+share/osticket/include/class.pagenate.php
+share/osticket/include/class.passwd.php
+share/osticket/include/class.pdf.php
+share/osticket/include/class.plugin.php
+share/osticket/include/class.priority.php
+share/osticket/include/class.queue.php
+share/osticket/include/class.report.php
+share/osticket/include/class.role.php
+share/osticket/include/class.schedule.php
+share/osticket/include/class.search.php
+share/osticket/include/class.sequence.php
+share/osticket/include/class.session.php
+share/osticket/include/class.setup.php
+share/osticket/include/class.signal.php
+share/osticket/include/class.sla.php
+share/osticket/include/class.staff.php
+share/osticket/include/class.task.php
+share/osticket/include/class.team.php
+share/osticket/include/class.template.php
+share/osticket/include/class.thread.php
+share/osticket/include/class.thread_actions.php
+share/osticket/include/class.ticket.php
+share/osticket/include/class.timezone.php
+share/osticket/include/class.topic.php
+share/osticket/include/class.translation.php
+share/osticket/include/class.upgrader.php
+share/osticket/include/class.user.php
+share/osticket/include/class.usersession.php
+share/osticket/include/class.util.php
+share/osticket/include/class.validator.php
+share/osticket/include/class.variable.php
+share/osticket/include/class.xml.php
+share/osticket/include/class.yaml.php
+share/osticket/include/cli/cli.inc.php
+share/osticket/include/cli/modules/agent.php
+share/osticket/include/cli/modules/cron.php
+share/osticket/include/cli/modules/deploy.php
+share/osticket/include/cli/modules/export.php
+share/osticket/include/cli/modules/file.php
+share/osticket/include/cli/modules/i18n.php
+share/osticket/include/cli/modules/import.php
+share/osticket/include/cli/modules/list.php
+share/osticket/include/cli/modules/org.php
+share/osticket/include/cli/modules/package.php
+share/osticket/include/cli/modules/serve.php
+share/osticket/include/cli/modules/unpack.php
+share/osticket/include/cli/modules/upgrade.php
+share/osticket/include/cli/modules/user.php
+share/osticket/include/client/accesslink.inc.php
+share/osticket/include/client/edit.inc.php
+share/osticket/include/client/faq-category.inc.php
+share/osticket/include/client/faq.inc.php
+share/osticket/include/client/footer.inc.php
+share/osticket/include/client/header.inc.php
+share/osticket/include/client/kb-categories.inc.php
+share/osticket/include/client/kb-search.inc.php
+share/osticket/include/client/knowledgebase.inc.php
+share/osticket/include/client/login.inc.php
+share/osticket/include/client/open.inc.php
+share/osticket/include/client/profile.inc.php
+share/osticket/include/client/pwreset.login.php
+share/osticket/include/client/pwreset.request.php
+share/osticket/include/client/pwreset.sent.php
+share/osticket/include/client/register.confirm.inc.php
+share/osticket/include/client/register.confirmed.inc.php
+share/osticket/include/client/register.inc.php
+share/osticket/include/client/templates/dynamic-form.tmpl.php
+share/osticket/include/client/templates/inline-form.tmpl.php
+share/osticket/include/client/templates/sidebar.tmpl.php
+share/osticket/include/client/templates/thread-entries.tmpl.php
+share/osticket/include/client/templates/thread-entry.tmpl.php
+share/osticket/include/client/templates/thread-event.tmpl.php
+share/osticket/include/client/templates/thread-export.tmpl.php
+share/osticket/include/client/templates/ticket-print.tmpl.php
+share/osticket/include/client/tickets.inc.php
+share/osticket/include/client/view.inc.php
+share/osticket/include/config/filetype.yaml
+share/osticket/include/fpdf/print-logo.png
+share/osticket/include/htmLawed.php
+share/osticket/include/html2text.php
+share/osticket/include/i18n/README.md
+share/osticket/include/i18n/en_US/config.yaml
+share/osticket/include/i18n/en_US/department.yaml
+share/osticket/include/i18n/en_US/email_template_group.yaml
+share/osticket/include/i18n/en_US/event.yaml
+share/osticket/include/i18n/en_US/file.yaml
+share/osticket/include/i18n/en_US/filter.yaml
+share/osticket/include/i18n/en_US/form.yaml
+share/osticket/include/i18n/en_US/group.yaml
+share/osticket/include/i18n/en_US/help/tips/dashboard.audit_logs.yaml
+share/osticket/include/i18n/en_US/help/tips/dashboard.dashboard.yaml
+share/osticket/include/i18n/en_US/help/tips/dashboard.my_profile.yaml
+share/osticket/include/i18n/en_US/help/tips/dashboard.staff_directory.yaml
+share/osticket/include/i18n/en_US/help/tips/dashboard.system_logs.yaml
+share/osticket/include/i18n/en_US/help/tips/emails.banlist.yaml
+share/osticket/include/i18n/en_US/help/tips/emails.diagnostic.yaml
+share/osticket/include/i18n/en_US/help/tips/emails.email.yaml
+share/osticket/include/i18n/en_US/help/tips/emails.template.yaml
+share/osticket/include/i18n/en_US/help/tips/forms.yaml
+share/osticket/include/i18n/en_US/help/tips/install.yaml
+share/osticket/include/i18n/en_US/help/tips/knowledgebase.canned_response.yaml
+share/osticket/include/i18n/en_US/help/tips/knowledgebase.category.yaml
+share/osticket/include/i18n/en_US/help/tips/knowledgebase.faq.yaml
+share/osticket/include/i18n/en_US/help/tips/manage.api_keys.yaml
+share/osticket/include/i18n/en_US/help/tips/manage.custom_list.yaml
+share/osticket/include/i18n/en_US/help/tips/manage.filter.yaml
+share/osticket/include/i18n/en_US/help/tips/manage.helptopic.yaml
+share/osticket/include/i18n/en_US/help/tips/manage.pages.yaml
+share/osticket/include/i18n/en_US/help/tips/manage.schedule.yaml
+share/osticket/include/i18n/en_US/help/tips/manage.sla.yaml
+share/osticket/include/i18n/en_US/help/tips/org.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.agents.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.alerts.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.autoresponder.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.email.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.kb.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.pages.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.system.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.tasks.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.ticket.yaml
+share/osticket/include/i18n/en_US/help/tips/settings.users.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.agent.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.agents.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.department.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.departments.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.groups.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.staff_members.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.team.yaml
+share/osticket/include/i18n/en_US/help/tips/staff.yaml
+share/osticket/include/i18n/en_US/help/tips/tasks.queue.yaml
+share/osticket/include/i18n/en_US/help/tips/tickets.queue.yaml
+share/osticket/include/i18n/en_US/help_topic.yaml
+share/osticket/include/i18n/en_US/list.yaml
+share/osticket/include/i18n/en_US/organization.yaml
+share/osticket/include/i18n/en_US/priority.yaml
+share/osticket/include/i18n/en_US/queue.yaml
+share/osticket/include/i18n/en_US/queue_column.yaml
+share/osticket/include/i18n/en_US/queue_sort.yaml
+share/osticket/include/i18n/en_US/role.yaml
+share/osticket/include/i18n/en_US/schedule.yaml
+share/osticket/include/i18n/en_US/sequence.yaml
+share/osticket/include/i18n/en_US/sla.yaml
+share/osticket/include/i18n/en_US/team.yaml
+share/osticket/include/i18n/en_US/templates/email/assigned.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/message.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/message.autoresp.yaml
+share/osticket/include/i18n/en_US/templates/email/note.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/task.activity.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/task.activity.notice.yaml
+share/osticket/include/i18n/en_US/templates/email/task.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/task.assignment.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/task.overdue.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/task.transfer.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.activity.notice.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.alert.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.autoreply.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.autoresp.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.notice.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.overdue.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.overlimit.yaml
+share/osticket/include/i18n/en_US/templates/email/ticket.reply.yaml
+share/osticket/include/i18n/en_US/templates/email/transfer.alert.yaml
+share/osticket/include/i18n/en_US/templates/page/access-link.yaml
+share/osticket/include/i18n/en_US/templates/page/banner-client.yaml
+share/osticket/include/i18n/en_US/templates/page/banner-staff.yaml
+share/osticket/include/i18n/en_US/templates/page/email2fa-staff.yaml
+share/osticket/include/i18n/en_US/templates/page/landing.yaml
+share/osticket/include/i18n/en_US/templates/page/offline.yaml
+share/osticket/include/i18n/en_US/templates/page/pwreset-client.yaml
+share/osticket/include/i18n/en_US/templates/page/pwreset-staff.yaml
+share/osticket/include/i18n/en_US/templates/page/registration-client.yaml
+share/osticket/include/i18n/en_US/templates/page/registration-confirm.yaml
+share/osticket/include/i18n/en_US/templates/page/registration-staff.yaml
+share/osticket/include/i18n/en_US/templates/page/registration-thanks.yaml
+share/osticket/include/i18n/en_US/templates/page/thank-you.yaml
+share/osticket/include/i18n/en_US/templates/premade.yaml
+share/osticket/include/i18n/en_US/templates/ticket/installed.yaml
+share/osticket/include/i18n/en_US/templates/ticket/upgraded.yaml
+share/osticket/include/i18n/en_US/ticket_status.yaml
+share/osticket/include/i18n/langs.php
+share/osticket/include/i18n/vendor/redactor/ar.js
+share/osticket/include/i18n/vendor/redactor/cs.js
+share/osticket/include/i18n/vendor/redactor/da.js
+share/osticket/include/i18n/vendor/redactor/de.js
+share/osticket/include/i18n/vendor/redactor/es.js
+share/osticket/include/i18n/vendor/redactor/fa.js
+share/osticket/include/i18n/vendor/redactor/fi.js
+share/osticket/include/i18n/vendor/redactor/fr.js
+share/osticket/include/i18n/vendor/redactor/he.js
+share/osticket/include/i18n/vendor/redactor/hu.js
+share/osticket/include/i18n/vendor/redactor/it.js
+share/osticket/include/i18n/vendor/redactor/ja.js
+share/osticket/include/i18n/vendor/redactor/ko.js
+share/osticket/include/i18n/vendor/redactor/nl.js
+share/osticket/include/i18n/vendor/redactor/no.js
+share/osticket/include/i18n/vendor/redactor/pl.js
+share/osticket/include/i18n/vendor/redactor/pt_br.js
+share/osticket/include/i18n/vendor/redactor/ro.js
+share/osticket/include/i18n/vendor/redactor/ru.js
+share/osticket/include/i18n/vendor/redactor/sk.js
+share/osticket/include/i18n/vendor/redactor/sl.js
+share/osticket/include/i18n/vendor/redactor/sv.js
+share/osticket/include/i18n/vendor/redactor/tr.js
+share/osticket/include/i18n/vendor/redactor/zh_cn.js
+share/osticket/include/i18n/vendor/redactor/zh_tw.js
+share/osticket/include/index.php
+share/osticket/include/laminas-mail/COPYRIGHT.md
+share/osticket/include/laminas-mail/LICENSE.md
+share/osticket/include/laminas-mail/README.md
+share/osticket/include/laminas-mail/composer.json
+share/osticket/include/laminas-mail/composer.lock
+share/osticket/include/laminas-mail/src/Address.php
+share/osticket/include/laminas-mail/src/Address/AddressInterface.php
+share/osticket/include/laminas-mail/src/AddressList.php
+share/osticket/include/laminas-mail/src/ConfigProvider.php
+share/osticket/include/laminas-mail/src/Exception/BadMethodCallException.php
+share/osticket/include/laminas-mail/src/Exception/DomainException.php
+share/osticket/include/laminas-mail/src/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/src/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/src/Exception/OutOfBoundsException.php
+share/osticket/include/laminas-mail/src/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/src/Header/AbstractAddressList.php
+share/osticket/include/laminas-mail/src/Header/Bcc.php
+share/osticket/include/laminas-mail/src/Header/Cc.php
+share/osticket/include/laminas-mail/src/Header/ContentDisposition.php
+share/osticket/include/laminas-mail/src/Header/ContentTransferEncoding.php
+share/osticket/include/laminas-mail/src/Header/ContentType.php
+share/osticket/include/laminas-mail/src/Header/Date.php
+share/osticket/include/laminas-mail/src/Header/Exception/BadMethodCallException.php
+share/osticket/include/laminas-mail/src/Header/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/src/Header/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/src/Header/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/src/Header/From.php
+share/osticket/include/laminas-mail/src/Header/GenericHeader.php
+share/osticket/include/laminas-mail/src/Header/GenericMultiHeader.php
+share/osticket/include/laminas-mail/src/Header/HeaderInterface.php
+share/osticket/include/laminas-mail/src/Header/HeaderLoader.php
+share/osticket/include/laminas-mail/src/Header/HeaderLocator.php
+share/osticket/include/laminas-mail/src/Header/HeaderLocatorInterface.php
+share/osticket/include/laminas-mail/src/Header/HeaderName.php
+share/osticket/include/laminas-mail/src/Header/HeaderValue.php
+share/osticket/include/laminas-mail/src/Header/HeaderWrap.php
+share/osticket/include/laminas-mail/src/Header/IdentificationField.php
+share/osticket/include/laminas-mail/src/Header/InReplyTo.php
+share/osticket/include/laminas-mail/src/Header/ListParser.php
+share/osticket/include/laminas-mail/src/Header/MessageId.php
+share/osticket/include/laminas-mail/src/Header/MimeVersion.php
+share/osticket/include/laminas-mail/src/Header/MultipleHeadersInterface.php
+share/osticket/include/laminas-mail/src/Header/Received.php
+share/osticket/include/laminas-mail/src/Header/References.php
+share/osticket/include/laminas-mail/src/Header/ReplyTo.php
+share/osticket/include/laminas-mail/src/Header/Sender.php
+share/osticket/include/laminas-mail/src/Header/StructuredInterface.php
+share/osticket/include/laminas-mail/src/Header/Subject.php
+share/osticket/include/laminas-mail/src/Header/To.php
+share/osticket/include/laminas-mail/src/Header/UnstructuredInterface.php
+share/osticket/include/laminas-mail/src/Headers.php
+share/osticket/include/laminas-mail/src/Message.php
+share/osticket/include/laminas-mail/src/MessageFactory.php
+share/osticket/include/laminas-mail/src/Module.php
+share/osticket/include/laminas-mail/src/Protocol/AbstractProtocol.php
+share/osticket/include/laminas-mail/src/Protocol/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/src/Protocol/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/src/Protocol/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/src/Protocol/Imap.php
+share/osticket/include/laminas-mail/src/Protocol/Pop3.php
+share/osticket/include/laminas-mail/src/Protocol/Pop3/Response.php
+share/osticket/include/laminas-mail/src/Protocol/Pop3/Xoauth2/Microsoft.php
+share/osticket/include/laminas-mail/src/Protocol/ProtocolTrait.php
+share/osticket/include/laminas-mail/src/Protocol/Smtp.php
+share/osticket/include/laminas-mail/src/Protocol/Smtp/Auth/Crammd5.php
+share/osticket/include/laminas-mail/src/Protocol/Smtp/Auth/Login.php
+share/osticket/include/laminas-mail/src/Protocol/Smtp/Auth/Plain.php
+share/osticket/include/laminas-mail/src/Protocol/Smtp/Auth/Xoauth2.php
+share/osticket/include/laminas-mail/src/Protocol/SmtpPluginManager.php
+share/osticket/include/laminas-mail/src/Protocol/SmtpPluginManagerFactory.php
+share/osticket/include/laminas-mail/src/Protocol/Xoauth2/Xoauth2.php
+share/osticket/include/laminas-mail/src/Storage.php
+share/osticket/include/laminas-mail/src/Storage/AbstractStorage.php
+share/osticket/include/laminas-mail/src/Storage/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/src/Storage/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/src/Storage/Exception/OutOfBoundsException.php
+share/osticket/include/laminas-mail/src/Storage/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/src/Storage/Folder.php
+share/osticket/include/laminas-mail/src/Storage/Folder/FolderInterface.php
+share/osticket/include/laminas-mail/src/Storage/Folder/Maildir.php
+share/osticket/include/laminas-mail/src/Storage/Folder/Mbox.php
+share/osticket/include/laminas-mail/src/Storage/Imap.php
+share/osticket/include/laminas-mail/src/Storage/Maildir.php
+share/osticket/include/laminas-mail/src/Storage/Mbox.php
+share/osticket/include/laminas-mail/src/Storage/Message.php
+share/osticket/include/laminas-mail/src/Storage/Message/File.php
+share/osticket/include/laminas-mail/src/Storage/Message/MessageInterface.php
+share/osticket/include/laminas-mail/src/Storage/ParamsNormalizer.php
+share/osticket/include/laminas-mail/src/Storage/Part.php
+share/osticket/include/laminas-mail/src/Storage/Part/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/src/Storage/Part/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/src/Storage/Part/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/src/Storage/Part/File.php
+share/osticket/include/laminas-mail/src/Storage/Part/PartInterface.php
+share/osticket/include/laminas-mail/src/Storage/Pop3.php
+share/osticket/include/laminas-mail/src/Storage/Writable/Maildir.php
+share/osticket/include/laminas-mail/src/Storage/Writable/WritableInterface.php
+share/osticket/include/laminas-mail/src/Transport/Envelope.php
+share/osticket/include/laminas-mail/src/Transport/Exception/DomainException.php
+share/osticket/include/laminas-mail/src/Transport/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/src/Transport/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/src/Transport/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/src/Transport/Factory.php
+share/osticket/include/laminas-mail/src/Transport/File.php
+share/osticket/include/laminas-mail/src/Transport/FileOptions.php
+share/osticket/include/laminas-mail/src/Transport/InMemory.php
+share/osticket/include/laminas-mail/src/Transport/Sendmail.php
+share/osticket/include/laminas-mail/src/Transport/Smtp.php
+share/osticket/include/laminas-mail/src/Transport/SmtpOptions.php
+share/osticket/include/laminas-mail/src/Transport/TransportInterface.php
+share/osticket/include/laminas-mail/vendor/autoload.php
+share/osticket/include/laminas-mail/vendor/bin/generate-deps-for-config-factory
+share/osticket/include/laminas-mail/vendor/bin/generate-factory-for-class
+share/osticket/include/laminas-mail/vendor/composer/ClassLoader.php
+share/osticket/include/laminas-mail/vendor/composer/InstalledVersions.php
+share/osticket/include/laminas-mail/vendor/composer/LICENSE
+share/osticket/include/laminas-mail/vendor/composer/autoload_classmap.php
+share/osticket/include/laminas-mail/vendor/composer/autoload_files.php
+share/osticket/include/laminas-mail/vendor/composer/autoload_namespaces.php
+share/osticket/include/laminas-mail/vendor/composer/autoload_psr4.php
+share/osticket/include/laminas-mail/vendor/composer/autoload_real.php
+share/osticket/include/laminas-mail/vendor/composer/autoload_static.php
+share/osticket/include/laminas-mail/vendor/composer/installed.json
+share/osticket/include/laminas-mail/vendor/composer/installed.php
+share/osticket/include/laminas-mail/vendor/composer/platform_check.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/COPYRIGHT.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/LICENSE.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/README.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/composer.json
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/composer.lock
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/AutoloaderFactory.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/ClassMapAutoloader.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/BadMethodCallException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/DomainException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/InvalidPathException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/MissingResourceNamespaceException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/PluginLoaderException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/Exception/SecurityException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/ModuleAutoloader.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/PluginClassLoader.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/PluginClassLocator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/ShortNameLocator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/SplAutoloader.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-loader/src/StandardAutoloader.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/.laminas-ci/pre-install.sh
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/COPYRIGHT.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/LICENSE.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/README.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/composer.json
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/composer.lock
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/src/Decode.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/src/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/src/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/src/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/src/Message.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/src/Mime.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-mime/src/Part.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/COPYRIGHT.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/LICENSE.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/README.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/bin/generate-deps-for-config-factory
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/bin/generate-factory-for-class
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/composer.json
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/composer.lock
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/AbstractFactory/ConfigAbstractFactory.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/AbstractFactory/ReflectionBasedAbstractFactory.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/AbstractFactoryInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/AbstractPluginManager.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Config.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/ConfigInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/DelegatorFactoryInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Exception/ContainerModificationsNotAllowedException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Exception/CyclicAliasException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Exception/InvalidServiceException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Exception/ServiceNotCreatedException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Exception/ServiceNotFoundException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Factory/AbstractFactoryInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Factory/DelegatorFactoryInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Factory/FactoryInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Factory/InvokableFactory.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/FactoryInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Initializer/InitializerInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/InitializerInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/PluginManagerInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Proxy/LazyServiceFactory.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/ServiceLocatorInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/ServiceManager.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Test/CommonPluginManagerTrait.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Tool/ConfigDumper.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Tool/ConfigDumperCommand.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Tool/FactoryCreator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/Tool/FactoryCreatorCommand.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-servicemanager/src/autoload.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/COPYRIGHT.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/LICENSE.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/README.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/composer.json
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/AbstractOptions.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ArrayObject.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ArraySerializableInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ArrayStack.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ArrayUtils.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ArrayUtils/MergeRemoveKey.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ArrayUtils/MergeReplaceKey.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ConsoleHelper.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/DispatchableInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ErrorHandler.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Exception/BadMethodCallException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Exception/DomainException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Exception/ExtensionNotLoadedException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Exception/LogicException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/FastPriorityQueue.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Glob.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Guard/AllGuardsTrait.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Guard/EmptyGuardTrait.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Guard/NullGuardTrait.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/InitializableInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/JsonSerializable.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Message.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/MessageInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ParameterObjectInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Parameters.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ParametersInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/PriorityList.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/PriorityQueue.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Request.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/RequestInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/Response.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/ResponseInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/SplPriorityQueue.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/SplQueue.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/SplStack.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/StringUtils.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/StringWrapper/AbstractStringWrapper.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/StringWrapper/Iconv.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/StringWrapper/Intl.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/StringWrapper/MbString.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/StringWrapper/Native.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-stdlib/src/StringWrapper/StringWrapperInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/COPYRIGHT.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/LICENSE.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/README.md
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/bin/update_hostname_validator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/composer.json
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/composer.lock
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/renovate.json
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/AbstractValidator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/AbstractAdapter.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/AdapterInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Codabar.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Code128.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Code25.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Code25interleaved.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Code39.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Code39ext.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Code93.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Code93ext.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Ean12.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Ean13.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Ean14.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Ean18.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Ean2.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Ean5.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Ean8.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Gtin12.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Gtin13.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Gtin14.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Identcode.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Intelligentmail.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Issn.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Itf14.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Leitcode.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Planet.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Postnet.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Royalmail.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Sscc.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Upca.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Barcode/Upce.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Between.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Bitwise.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/BusinessIdentifierCode.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Callback.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/ConfigProvider.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/CreditCard.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Csrf.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Date.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/DateStep.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Db/AbstractDb.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Db/NoRecordExists.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Db/RecordExists.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Digits.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/EmailAddress.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Exception/BadMethodCallException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Exception/ExceptionInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Exception/ExtensionNotLoadedException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Exception/InvalidArgumentException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Exception/InvalidMagicMimeFileException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Exception/RuntimeException.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Explode.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Count.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Crc32.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/ExcludeExtension.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/ExcludeMimeType.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Exists.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Extension.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/FileInformationTrait.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/FilesSize.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Hash.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/ImageSize.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/IsCompressed.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/IsImage.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Md5.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/MimeType.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/NotExists.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Sha1.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Size.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/Upload.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/UploadFile.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/File/WordCount.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/GpsPoint.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/GreaterThan.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Hex.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Hostname.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Hostname/Biz.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Hostname/Cn.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Hostname/Com.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Hostname/Jp.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Iban.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Identical.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/InArray.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Ip.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/IsArray.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/IsCountable.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/IsInstanceOf.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/IsJsonString.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Isbn.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Isbn/Isbn10.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Isbn/Isbn13.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/LessThan.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Module.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/NotEmpty.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Regex.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Sitemap/Changefreq.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Sitemap/Lastmod.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Sitemap/Loc.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Sitemap/Priority.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/StaticValidator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Step.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/StringLength.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Timezone.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Translator/DummyTranslator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Translator/Translator.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Translator/TranslatorAwareInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Translator/TranslatorFactory.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Translator/TranslatorInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/UndisclosedPassword.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Uri.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/Uuid.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/ValidatorChain.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/ValidatorInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/ValidatorPluginManager.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/ValidatorPluginManagerAwareInterface.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/ValidatorPluginManagerFactory.php
+share/osticket/include/laminas-mail/vendor/laminas/laminas-validator/src/ValidatorProviderInterface.php
+share/osticket/include/laminas-mail/vendor/psr/container/.gitignore
+share/osticket/include/laminas-mail/vendor/psr/container/LICENSE
+share/osticket/include/laminas-mail/vendor/psr/container/README.md
+share/osticket/include/laminas-mail/vendor/psr/container/composer.json
+share/osticket/include/laminas-mail/vendor/psr/container/src/ContainerExceptionInterface.php
+share/osticket/include/laminas-mail/vendor/psr/container/src/ContainerInterface.php
+share/osticket/include/laminas-mail/vendor/psr/container/src/NotFoundExceptionInterface.php
+share/osticket/include/laminas-mail/vendor/psr/http-message/CHANGELOG.md
+share/osticket/include/laminas-mail/vendor/psr/http-message/LICENSE
+share/osticket/include/laminas-mail/vendor/psr/http-message/README.md
+share/osticket/include/laminas-mail/vendor/psr/http-message/composer.json
+share/osticket/include/laminas-mail/vendor/psr/http-message/docs/PSR7-Interfaces.md
+share/osticket/include/laminas-mail/vendor/psr/http-message/docs/PSR7-Usage.md
+share/osticket/include/laminas-mail/vendor/psr/http-message/src/MessageInterface.php
+share/osticket/include/laminas-mail/vendor/psr/http-message/src/RequestInterface.php
+share/osticket/include/laminas-mail/vendor/psr/http-message/src/ResponseInterface.php
+share/osticket/include/laminas-mail/vendor/psr/http-message/src/ServerRequestInterface.php
+share/osticket/include/laminas-mail/vendor/psr/http-message/src/StreamInterface.php
+share/osticket/include/laminas-mail/vendor/psr/http-message/src/UploadedFileInterface.php
+share/osticket/include/laminas-mail/vendor/psr/http-message/src/UriInterface.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Idn.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Info.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/LICENSE
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/README.md
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/bootstrap.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/bootstrap80.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-idn/composer.json
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/LICENSE
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/Normalizer.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/README.md
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-intl-normalizer/composer.json
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/LICENSE
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/Mbstring.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/README.md
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/bootstrap.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/bootstrap80.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-mbstring/composer.json
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-php72/LICENSE
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-php72/Php72.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-php72/README.md
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-php72/bootstrap.php
+share/osticket/include/laminas-mail/vendor/symfony/polyfill-php72/composer.json
+share/osticket/include/laminas-mail/vendor/webmozart/assert/CHANGELOG.md
+share/osticket/include/laminas-mail/vendor/webmozart/assert/LICENSE
+share/osticket/include/laminas-mail/vendor/webmozart/assert/README.md
+share/osticket/include/laminas-mail/vendor/webmozart/assert/composer.json
+share/osticket/include/laminas-mail/vendor/webmozart/assert/src/Assert.php
+share/osticket/include/laminas-mail/vendor/webmozart/assert/src/InvalidArgumentException.php
+share/osticket/include/laminas-mail/vendor/webmozart/assert/src/Mixin.php
+share/osticket/include/mpdf/composer.json
+share/osticket/include/mpdf/composer.lock
+share/osticket/include/mpdf/vendor/autoload.php
+share/osticket/include/mpdf/vendor/composer/ClassLoader.php
+share/osticket/include/mpdf/vendor/composer/InstalledVersions.php
+share/osticket/include/mpdf/vendor/composer/LICENSE
+share/osticket/include/mpdf/vendor/composer/autoload_classmap.php
+share/osticket/include/mpdf/vendor/composer/autoload_files.php
+share/osticket/include/mpdf/vendor/composer/autoload_namespaces.php
+share/osticket/include/mpdf/vendor/composer/autoload_psr4.php
+share/osticket/include/mpdf/vendor/composer/autoload_real.php
+share/osticket/include/mpdf/vendor/composer/autoload_static.php
+share/osticket/include/mpdf/vendor/composer/installed.json
+share/osticket/include/mpdf/vendor/composer/installed.php
+share/osticket/include/mpdf/vendor/composer/platform_check.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/CONTRIBUTING.md
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/FUNDING.yml
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/Bug_report.md
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/Feature_request.md
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/config.yml
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/workflows/coverage.yml
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/workflows/cs.yml
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.github/workflows/tests.yml
+share/osticket/include/mpdf/vendor/mpdf/mpdf/.gitignore
+share/osticket/include/mpdf/vendor/mpdf/mpdf/CHANGELOG.md
+share/osticket/include/mpdf/vendor/mpdf/mpdf/CREDITS.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/LICENSE.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/README.md
+share/osticket/include/mpdf/vendor/mpdf/mpdf/composer.json
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/CJKdata.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Afrikaans_South_Africa.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Albanian_Albania.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Alsatian_France.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Algeria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Bahrain.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Egypt.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Iraq.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Jordan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Kuwait.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Lebanon.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Libya.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Morocco.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Oman.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Pseudo_RTL.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Qatar.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Saudi_Arabia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Syria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Tunisia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Arabic_Yemen.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Bashkir_Russia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Basque_Spain.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Belarusian_Belarus.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Breton_France.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Bulgarian_Bulgaria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Catalan_Spain.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Corsican_France.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Croatian_Croatia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Czech_Czech_Republic.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Danish_Denmark.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Dari_Afghanistan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Dutch_Belgium.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Dutch_Netherlands.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Australia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Belize.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Canada.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Caribbean.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_India.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Ireland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Jamaica.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Malaysia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_New_Zealand.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Republic_of_the_Philippines.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Singapore.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_South_Africa.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Trinidad_and_Tobago.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_United_Kingdom.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_United_States.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/English_Zimbabwe.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Estonian_Estonia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Faroese_Faroe_Islands.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Filipino_Philippines.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Finnish_Finland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/French_Belgium.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/French_Canada.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/French_France.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/French_Luxembourg.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/French_Principality_of_Monaco.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/French_Switzerland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Frisian_Netherlands.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Galician_Spain.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/German_Austria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/German_Germany.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/German_Liechtenstein.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/German_Luxembourg.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/German_Switzerland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Greek_Greece.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Greenlandic_Greenland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Hausa_(Latin)_Nigeria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Hebrew_Israel.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Hungarian_Hungary.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Icelandic_Iceland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Igbo_Nigeria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Indonesian_Indonesia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Inuktitut_(Latin)_Canada.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Invariant_Language_Invariant_Country.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Irish_Ireland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Italian_Italy.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Italian_Switzerland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Kinyarwanda_Rwanda.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Kiswahili_Kenya.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Kyrgyz_Kyrgyzstan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Latvian_Latvia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Lithuanian_Lithuania.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Lower_Sorbian_Germany.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Luxembourgish_Luxembourg.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Malay_Brunei_Darussalam.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Malay_Malaysia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Mapudungun_Chile.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Mohawk_Canada.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Occitan_France.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Persian_Iran.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Polish_Poland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Portuguese_Brazil.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Portuguese_Portugal.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Quechua_Bolivia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Quechua_Ecuador.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Quechua_Peru.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Romanian_Romania.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Romansh_Switzerland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Russian_Russia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Inari)_Finland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Lule)_Norway.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Lule)_Sweden.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Northern)_Finland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Northern)_Norway.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Northern)_Sweden.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Skolt)_Finland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Southern)_Norway.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sami_(Southern)_Sweden.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Serbian_(Latin)_Serbia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Setswana_South_Africa.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Slovak_Slovakia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Slovenian_Slovenia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Argentina.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Bolivia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Chile.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Colombia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Costa_Rica.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Dominican_Republic.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Ecuador.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_El_Salvador.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Guatemala.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Honduras.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Mexico.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Nicaragua.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Panama.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Paraguay.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Peru.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Puerto_Rico.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Spain.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_United_States.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Uruguay.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Spanish_Venezuela.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Swedish_Finland.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Swedish_Sweden.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Tamazight_(Latin)_Algeria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Tatar_Russia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Turkish_Turkey.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Turkmen_Turkmenistan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Ukrainian_Ukraine.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Upper_Sorbian_Germany.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Vietnamese_Vietnam.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Welsh_United_Kingdom.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Wolof_Senegal.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Yakut_Russia.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/Yoruba_Nigeria.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/isiXhosa_South_Africa.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/collations/isiZulu_South_Africa.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/entity_substitutions.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ccourier.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ccourierb.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ccourierbi.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ccourieri.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/chelvetica.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/chelveticab.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/chelveticabi.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/chelveticai.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/csymbol.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ctimes.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ctimesb.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ctimesbi.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/ctimesi.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/font/czapfdingbats.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/iccprofiles/sRGB_IEC61966-2-1.icc
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/lang2fonts.css
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/linebrdictK.dat
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/linebrdictL.dat
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/linebrdictT.dat
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/mpdf.css
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/no_image.jpg
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/out.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/NOTES.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/de.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/dictionary.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/en.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/es.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/fi.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/fr.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/it.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/nl.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/pl.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/ru.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/patterns/sv.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/subs_core.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/subs_win-1252.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/data/upperCase.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/phpunit.xml
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ruleset.xml
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/AbstractBarcode.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/BarcodeException.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/BarcodeInterface.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Codabar.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Code11.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Code128.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Code39.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Code93.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/EanExt.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/EanUpc.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/I25.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Imb.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Msi.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Postnet.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/Rm4Scc.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Barcode/S25.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Cache.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Color/ColorConverter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Color/ColorModeConverter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Color/ColorSpaceRestrictor.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Color/NamedColors.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Config/ConfigVariables.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Config/FontVariables.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Conversion/DecToAlpha.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Conversion/DecToCjk.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Conversion/DecToHebrew.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Conversion/DecToOther.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Conversion/DecToRoman.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Css/Border.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Css/DefaultCss.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Css/TextVars.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/CssManager.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/DirectWrite.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Exception/FontException.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Exception/InvalidArgumentException.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/File/StreamWrapperChecker.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Fonts/FontCache.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Fonts/FontFileFinder.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Fonts/GlyphOperator.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Fonts/MetricsGenerator.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Form.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/FpdiTrait.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Gif/ColorTable.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Gif/FileHeader.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Gif/Gif.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Gif/Image.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Gif/ImageHeader.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Gif/Lzw.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Gradient.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/HTMLParserMode.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Hyphenator.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Image/Bmp.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Image/ImageProcessor.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Image/ImageTypeGuesser.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Image/Svg.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Image/Wmf.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Language/LanguageToFont.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Language/LanguageToFontInterface.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Language/ScriptToLanguage.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Log/Context.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Mpdf.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/MpdfException.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/MpdfImageException.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Otl.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/OtlDump.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Output/Destination.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/PageFormat.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Pdf/Protection.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/RemoteContentFetcher.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/ServiceFactory.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Shaper/Indic.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Shaper/Myanmar.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Shaper/Sea.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/SizeConverter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Strict.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/TTFontFile.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/TTFontFileAnalysis.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/TableOfContents.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/A.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Acronym.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Address.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Annotation.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Article.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Aside.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/B.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/BarCode.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Bdi.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Bdo.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Big.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/BlockQuote.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/BlockTag.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Bookmark.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Br.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Caption.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Center.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Cite.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Code.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/ColumnBreak.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Columns.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Dd.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Del.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Details.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Div.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Dl.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/DotTab.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Dt.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Em.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/FieldSet.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/FigCaption.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Figure.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Font.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Footer.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Form.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/FormFeed.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/H1.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/H2.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/H3.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/H4.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/H5.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/H6.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/HGroup.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Header.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Hr.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/I.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Img.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/IndexEntry.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/IndexInsert.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/InlineTag.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Input.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Ins.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Kbd.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Legend.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Li.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Main.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Mark.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Meter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Nav.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/NewColumn.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/NewPage.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Ol.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Option.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/P.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/PageBreak.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/PageFooter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/PageHeader.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Pre.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Progress.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Q.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/S.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Samp.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Section.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Select.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/SetHtmlPageFooter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/SetHtmlPageHeader.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/SetPageFooter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/SetPageHeader.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Small.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Span.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Strike.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Strong.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Sub.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/SubstituteTag.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Summary.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Sup.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/TBody.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/TFoot.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/THead.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Table.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Tag.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Td.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/TextArea.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/TextCircle.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Th.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Time.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Toc.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/TocEntry.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/TocPageBreak.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Tr.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Tt.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Tta.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Tts.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Ttz.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/U.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/Ul.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/VarTag.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/WatermarkImage.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Tag/WatermarkText.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Ucdn.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Utils/Arrays.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Utils/NumericString.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Utils/PdfDate.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Utils/UtfString.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/BackgroundWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/BaseWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/BookmarkWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/ColorWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/FontWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/FormWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/ImageWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/JavaScriptWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/MetadataWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/ObjectWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/OptionalContentWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/PageWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/Writer/ResourceWriter.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/src/functions-dev.php
+share/osticket/include/mpdf/vendor/mpdf/mpdf/tmp/.gitignore
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/AboriginalSansREGULAR.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Abyssinica_SIL.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Aegean.otf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Aegyptus.otf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Akkadian.otf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DBSILBR.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSans-Bold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSans-BoldOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSans-Oblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSans.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansCondensed.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansMono-Bold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansMono-Oblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSansMono.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerif-Bold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerif-Italic.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerif.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuSerifCondensed.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DejaVuinfo.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Dhyana-Bold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Dhyana-Regular.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/DhyanaOFL.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeMono.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeMonoBold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeMonoBoldOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeMonoOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSans.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSansBold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSansBoldOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSansOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSerif.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSerifBold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSerifBoldItalic.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/FreeSerifItalic.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/GNUFreeFontinfo.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Garuda-Bold.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Garuda-BoldOblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Garuda-Oblique.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Garuda.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Jomolhari-OFL.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Jomolhari.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/KhmerOFL.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/KhmerOS.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Lateef font OFL.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/LateefRegOT.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Lohit-Kannada.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/LohitKannadaOFL.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Padauk-book.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Pothana2000.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Quivira.otf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Sun-ExtA.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Sun-ExtB.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/SundaneseUnicode-1.0.5.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/SyrCOMEdessa.otf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/SyrCOMEdessa_license.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/TaameyDavidCLM-LICENSE.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/TaameyDavidCLM-Medium.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/TaiHeritagePro.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Tharlon-Regular.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/TharlonOFL.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/UnBatang_0613.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/Uthman.otf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/XB Riyaz.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/XB RiyazBd.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/XB RiyazBdIt.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/XB RiyazIt.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/XW Zar Font Info.txt
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/ZawgyiOne.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/ayar.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/damase_v.2.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/kaputaunicode.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/lannaalif-v1-03.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/ocrb10.ttf
+share/osticket/include/mpdf/vendor/mpdf/mpdf/ttfonts/ocrbinfo.txt
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/.github/FUNDING.yml
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/LICENSE
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/README.md
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/composer.json
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php
+share/osticket/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
+share/osticket/include/mpdf/vendor/paragonie/random_compat/LICENSE
+share/osticket/include/mpdf/vendor/paragonie/random_compat/build-phar.sh
+share/osticket/include/mpdf/vendor/paragonie/random_compat/composer.json
+share/osticket/include/mpdf/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
+share/osticket/include/mpdf/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
+share/osticket/include/mpdf/vendor/paragonie/random_compat/lib/random.php
+share/osticket/include/mpdf/vendor/paragonie/random_compat/other/build_phar.php
+share/osticket/include/mpdf/vendor/paragonie/random_compat/psalm-autoload.php
+share/osticket/include/mpdf/vendor/paragonie/random_compat/psalm.xml
+share/osticket/include/mpdf/vendor/psr/log/LICENSE
+share/osticket/include/mpdf/vendor/psr/log/README.md
+share/osticket/include/mpdf/vendor/psr/log/composer.json
+share/osticket/include/mpdf/vendor/psr/log/src/AbstractLogger.php
+share/osticket/include/mpdf/vendor/psr/log/src/InvalidArgumentException.php
+share/osticket/include/mpdf/vendor/psr/log/src/LogLevel.php
+share/osticket/include/mpdf/vendor/psr/log/src/LoggerAwareInterface.php
+share/osticket/include/mpdf/vendor/psr/log/src/LoggerAwareTrait.php
+share/osticket/include/mpdf/vendor/psr/log/src/LoggerInterface.php
+share/osticket/include/mpdf/vendor/psr/log/src/LoggerTrait.php
+share/osticket/include/mpdf/vendor/psr/log/src/NullLogger.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/LICENSE.txt
+share/osticket/include/mpdf/vendor/setasign/fpdi/README.md
+share/osticket/include/mpdf/vendor/setasign/fpdi/SECURITY.md
+share/osticket/include/mpdf/vendor/setasign/fpdi/composer.json
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/FpdfTpl.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/FpdfTplTrait.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/Fpdi.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/FpdiException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/FpdiTrait.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/AbstractReader.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/CrossReferenceException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/FixedReader.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/LineReader.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/ReaderInterface.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/Ascii85.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/Ascii85Exception.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/AsciiHex.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/FilterException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/FilterInterface.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/Flate.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/FlateException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/Lzw.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Filter/LzwException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/PdfParser.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/PdfParserException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/StreamReader.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Tokenizer.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfArray.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfBoolean.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfDictionary.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfHexString.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfIndirectObject.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfIndirectObjectReference.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfName.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfNull.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfNumeric.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfStream.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfString.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfToken.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfType.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfParser/Type/PdfTypeException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/Rectangle.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfReader/Page.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfReader/PageBoundaries.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfReader/PdfReader.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/PdfReader/PdfReaderException.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/TcpdfFpdi.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/Tfpdf/FpdfTpl.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/Tfpdf/Fpdi.php
+share/osticket/include/mpdf/vendor/setasign/fpdi/src/autoload.php
+share/osticket/include/mysqli.php
+share/osticket/include/ost-config.php
+share/osticket/include/pear/Auth/SASL.php
+share/osticket/include/pear/Auth/SASL/Anonymous.php
+share/osticket/include/pear/Auth/SASL/Common.php
+share/osticket/include/pear/Auth/SASL/CramMD5.php
+share/osticket/include/pear/Auth/SASL/DigestMD5.php
+share/osticket/include/pear/Auth/SASL/External.php
+share/osticket/include/pear/Auth/SASL/Login.php
+share/osticket/include/pear/Auth/SASL/Plain.php
+share/osticket/include/pear/Auth/SASL/SCRAM.php
+share/osticket/include/pear/BUNDLE
+share/osticket/include/pear/Crypt/AES.php
+share/osticket/include/pear/Crypt/Hash.php
+share/osticket/include/pear/Crypt/Rijndael.php
+share/osticket/include/pear/Mail.php
+share/osticket/include/pear/Mail/RFC822.php
+share/osticket/include/pear/Mail/mail.php
+share/osticket/include/pear/Mail/mime.php
+share/osticket/include/pear/Mail/mimeDecode.php
+share/osticket/include/pear/Mail/mimePart.php
+share/osticket/include/pear/Mail/mock.php
+share/osticket/include/pear/Mail/null.php
+share/osticket/include/pear/Mail/sendmail.php
+share/osticket/include/pear/Mail/smtp.php
+share/osticket/include/pear/Mail/smtpmx.php
+share/osticket/include/pear/Math/BigInteger.php
+share/osticket/include/pear/Net/DNS2.php
+share/osticket/include/pear/Net/DNS2/BitMap.php
+share/osticket/include/pear/Net/DNS2/Cache.php
+share/osticket/include/pear/Net/DNS2/Cache/File.php
+share/osticket/include/pear/Net/DNS2/Cache/Shm.php
+share/osticket/include/pear/Net/DNS2/Exception.php
+share/osticket/include/pear/Net/DNS2/Header.php
+share/osticket/include/pear/Net/DNS2/Lookups.php
+share/osticket/include/pear/Net/DNS2/Packet.php
+share/osticket/include/pear/Net/DNS2/Packet/Request.php
+share/osticket/include/pear/Net/DNS2/Packet/Response.php
+share/osticket/include/pear/Net/DNS2/PrivateKey.php
+share/osticket/include/pear/Net/DNS2/Question.php
+share/osticket/include/pear/Net/DNS2/RR.php
+share/osticket/include/pear/Net/DNS2/RR/A.php
+share/osticket/include/pear/Net/DNS2/RR/AAAA.php
+share/osticket/include/pear/Net/DNS2/RR/AFSDB.php
+share/osticket/include/pear/Net/DNS2/RR/ANY.php
+share/osticket/include/pear/Net/DNS2/RR/APL.php
+share/osticket/include/pear/Net/DNS2/RR/ATMA.php
+share/osticket/include/pear/Net/DNS2/RR/CAA.php
+share/osticket/include/pear/Net/DNS2/RR/CDS.php
+share/osticket/include/pear/Net/DNS2/RR/CERT.php
+share/osticket/include/pear/Net/DNS2/RR/CNAME.php
+share/osticket/include/pear/Net/DNS2/RR/DHCID.php
+share/osticket/include/pear/Net/DNS2/RR/DLV.php
+share/osticket/include/pear/Net/DNS2/RR/DNAME.php
+share/osticket/include/pear/Net/DNS2/RR/DNSKEY.php
+share/osticket/include/pear/Net/DNS2/RR/DS.php
+share/osticket/include/pear/Net/DNS2/RR/EID.php
+share/osticket/include/pear/Net/DNS2/RR/HINFO.php
+share/osticket/include/pear/Net/DNS2/RR/HIP.php
+share/osticket/include/pear/Net/DNS2/RR/IPSECKEY.php
+share/osticket/include/pear/Net/DNS2/RR/ISDN.php
+share/osticket/include/pear/Net/DNS2/RR/KEY.php
+share/osticket/include/pear/Net/DNS2/RR/KX.php
+share/osticket/include/pear/Net/DNS2/RR/L32.php
+share/osticket/include/pear/Net/DNS2/RR/L64.php
+share/osticket/include/pear/Net/DNS2/RR/LOC.php
+share/osticket/include/pear/Net/DNS2/RR/LP.php
+share/osticket/include/pear/Net/DNS2/RR/MX.php
+share/osticket/include/pear/Net/DNS2/RR/NAPTR.php
+share/osticket/include/pear/Net/DNS2/RR/NID.php
+share/osticket/include/pear/Net/DNS2/RR/NIMLOC.php
+share/osticket/include/pear/Net/DNS2/RR/NS.php
+share/osticket/include/pear/Net/DNS2/RR/NSAP.php
+share/osticket/include/pear/Net/DNS2/RR/NSEC.php
+share/osticket/include/pear/Net/DNS2/RR/NSEC3.php
+share/osticket/include/pear/Net/DNS2/RR/NSEC3PARAM.php
+share/osticket/include/pear/Net/DNS2/RR/OPT.php
+share/osticket/include/pear/Net/DNS2/RR/PTR.php
+share/osticket/include/pear/Net/DNS2/RR/PX.php
+share/osticket/include/pear/Net/DNS2/RR/RP.php
+share/osticket/include/pear/Net/DNS2/RR/RRSIG.php
+share/osticket/include/pear/Net/DNS2/RR/RT.php
+share/osticket/include/pear/Net/DNS2/RR/SIG.php
+share/osticket/include/pear/Net/DNS2/RR/SOA.php
+share/osticket/include/pear/Net/DNS2/RR/SPF.php
+share/osticket/include/pear/Net/DNS2/RR/SRV.php
+share/osticket/include/pear/Net/DNS2/RR/SSHFP.php
+share/osticket/include/pear/Net/DNS2/RR/TA.php
+share/osticket/include/pear/Net/DNS2/RR/TALINK.php
+share/osticket/include/pear/Net/DNS2/RR/TKEY.php
+share/osticket/include/pear/Net/DNS2/RR/TLSA.php
+share/osticket/include/pear/Net/DNS2/RR/TSIG.php
+share/osticket/include/pear/Net/DNS2/RR/TXT.php
+share/osticket/include/pear/Net/DNS2/RR/URI.php
+share/osticket/include/pear/Net/DNS2/RR/WKS.php
+share/osticket/include/pear/Net/DNS2/RR/X25.php
+share/osticket/include/pear/Net/DNS2/Resolver.php
+share/osticket/include/pear/Net/DNS2/Socket.php
+share/osticket/include/pear/Net/DNS2/Socket/Sockets.php
+share/osticket/include/pear/Net/DNS2/Socket/Streams.php
+share/osticket/include/pear/Net/DNS2/Updater.php
+share/osticket/include/pear/Net/SMTP.php
+share/osticket/include/pear/Net/Socket.php
+share/osticket/include/pear/PEAR.php
+share/osticket/include/pear/PEAR/FixPHP5PEARWarnings.php
+share/osticket/include/pear/PEAR5.php
+share/osticket/include/plugins/.keep
+share/osticket/include/plugins/updates.pem
+share/osticket/include/staff/apikey.inc.php
+share/osticket/include/staff/apikeys.inc.php
+share/osticket/include/staff/banlist.inc.php
+share/osticket/include/staff/banrule.inc.php
+share/osticket/include/staff/cannedresponse.inc.php
+share/osticket/include/staff/cannedresponses.inc.php
+share/osticket/include/staff/categories.inc.php
+share/osticket/include/staff/category.inc.php
+share/osticket/include/staff/dashboard.inc.php
+share/osticket/include/staff/department.inc.php
+share/osticket/include/staff/departments.inc.php
+share/osticket/include/staff/directory.inc.php
+share/osticket/include/staff/dynamic-form.inc.php
+share/osticket/include/staff/dynamic-forms.inc.php
+share/osticket/include/staff/dynamic-list.inc.php
+share/osticket/include/staff/dynamic-lists.inc.php
+share/osticket/include/staff/email.inc.php
+share/osticket/include/staff/emails.inc.php
+share/osticket/include/staff/faq-categories.inc.php
+share/osticket/include/staff/faq-category.inc.php
+share/osticket/include/staff/faq-view.inc.php
+share/osticket/include/staff/faq.inc.php
+share/osticket/include/staff/filter.inc.php
+share/osticket/include/staff/filters.inc.php
+share/osticket/include/staff/footer.inc.php
+share/osticket/include/staff/header.inc.php
+share/osticket/include/staff/helptopic.inc.php
+share/osticket/include/staff/helptopics.inc.php
+share/osticket/include/staff/index.php
+share/osticket/include/staff/login.header.php
+share/osticket/include/staff/login.tpl.php
+share/osticket/include/staff/org-view.inc.php
+share/osticket/include/staff/orgs.inc.php
+share/osticket/include/staff/page.inc.php
+share/osticket/include/staff/pages.inc.php
+share/osticket/include/staff/plugin-add.inc.php
+share/osticket/include/staff/plugin-instance.inc.php
+share/osticket/include/staff/plugin.inc.php
+share/osticket/include/staff/plugins.inc.php
+share/osticket/include/staff/profile.inc.php
+share/osticket/include/staff/pwreset.login.php
+share/osticket/include/staff/pwreset.php
+share/osticket/include/staff/pwreset.sent.php
+share/osticket/include/staff/queue.inc.php
+share/osticket/include/staff/queues-ticket.inc.php
+share/osticket/include/staff/role.inc.php
+share/osticket/include/staff/roles.inc.php
+share/osticket/include/staff/schedule.inc.php
+share/osticket/include/staff/schedules.inc.php
+share/osticket/include/staff/settings-agents.inc.php
+share/osticket/include/staff/settings-alerts.inc.php
+share/osticket/include/staff/settings-autoresp.inc.php
+share/osticket/include/staff/settings-emails.inc.php
+share/osticket/include/staff/settings-kb.inc.php
+share/osticket/include/staff/settings-pages.inc.php
+share/osticket/include/staff/settings-system.inc.php
+share/osticket/include/staff/settings-tasks.inc.php
+share/osticket/include/staff/settings-tickets.inc.php
+share/osticket/include/staff/settings-users.inc.php
+share/osticket/include/staff/slaplan.inc.php
+share/osticket/include/staff/slaplans.inc.php
+share/osticket/include/staff/staff.inc.php
+share/osticket/include/staff/staffmembers.inc.php
+share/osticket/include/staff/syslogs.inc.php
+share/osticket/include/staff/system.inc.php
+share/osticket/include/staff/task-view.inc.php
+share/osticket/include/staff/tasks.inc.php
+share/osticket/include/staff/team.inc.php
+share/osticket/include/staff/teams.inc.php
+share/osticket/include/staff/template.inc.php
+share/osticket/include/staff/templates.inc.php
+share/osticket/include/staff/templates/2fas.tmpl.php
+share/osticket/include/staff/templates/advanced-search-criteria.tmpl.php
+share/osticket/include/staff/templates/advanced-search-field.tmpl.php
+share/osticket/include/staff/templates/advanced-search.tmpl.php
+share/osticket/include/staff/templates/assign.tmpl.php
+share/osticket/include/staff/templates/collaborators-preview.tmpl.php
+share/osticket/include/staff/templates/collaborators.tmpl.php
+share/osticket/include/staff/templates/confirm.tmpl.php
+share/osticket/include/staff/templates/content-manage.tmpl.php
+share/osticket/include/staff/templates/delete.tmpl.php
+share/osticket/include/staff/templates/dynamic-field-config.tmpl.php
+share/osticket/include/staff/templates/dynamic-form-fields-view.tmpl.php
+share/osticket/include/staff/templates/dynamic-form-simple.tmpl.php
+share/osticket/include/staff/templates/dynamic-form.tmpl.php
+share/osticket/include/staff/templates/email-basicauth.tmpl.php
+share/osticket/include/staff/templates/email-mailbox.tmpl.php
+share/osticket/include/staff/templates/email-oauth2auth.tmpl.php
+share/osticket/include/staff/templates/email-smtp.tmpl.php
+share/osticket/include/staff/templates/export.tmpl.php
+share/osticket/include/staff/templates/faq-print.tmpl.php
+share/osticket/include/staff/templates/field-edit.tmpl.php
+share/osticket/include/staff/templates/field-view.tmpl.php
+share/osticket/include/staff/templates/form-manage.tmpl.php
+share/osticket/include/staff/templates/inline-form.tmpl.php
+share/osticket/include/staff/templates/list-import.tmpl.php
+share/osticket/include/staff/templates/list-item-preview.tmpl.php
+share/osticket/include/staff/templates/list-item-properties.tmpl.php
+share/osticket/include/staff/templates/list-item-row.tmpl.php
+share/osticket/include/staff/templates/list-items.tmpl.php
+share/osticket/include/staff/templates/mark-as.tmpl.php
+share/osticket/include/staff/templates/merge-preview.tmpl.php
+share/osticket/include/staff/templates/merge-tickets.tmpl.php
+share/osticket/include/staff/templates/navigation.tmpl.php
+share/osticket/include/staff/templates/note.tmpl.php
+share/osticket/include/staff/templates/notes.tmpl.php
+share/osticket/include/staff/templates/org-delete.tmpl.php
+share/osticket/include/staff/templates/org-lookup.tmpl.php
+share/osticket/include/staff/templates/org-profile.tmpl.php
+share/osticket/include/staff/templates/org.tmpl.php
+share/osticket/include/staff/templates/plugin-instance-modal.tmpl.php
+share/osticket/include/staff/templates/plugin-instance.tmpl.php
+share/osticket/include/staff/templates/plugin-instances.tmpl.php
+share/osticket/include/staff/templates/queue-column-add.tmpl.php
+share/osticket/include/staff/templates/queue-column-condition-prop.tmpl.php
+share/osticket/include/staff/templates/queue-column-condition.tmpl.php
+share/osticket/include/staff/templates/queue-column-edit.tmpl.php
+share/osticket/include/staff/templates/queue-column.tmpl.php
+share/osticket/include/staff/templates/queue-columns.tmpl.php
+share/osticket/include/staff/templates/queue-export.tmpl.php
+share/osticket/include/staff/templates/queue-fields.tmpl.php
+share/osticket/include/staff/templates/queue-navigation.tmpl.php
+share/osticket/include/staff/templates/queue-preview.tmpl.php
+share/osticket/include/staff/templates/queue-quickfilter.tmpl.php
+share/osticket/include/staff/templates/queue-savedsearches-nav.tmpl.php
+share/osticket/include/staff/templates/queue-sort.tmpl.php
+share/osticket/include/staff/templates/queue-sorting-add.tmpl.php
+share/osticket/include/staff/templates/queue-sorting-edit.tmpl.php
+share/osticket/include/staff/templates/queue-sorting.tmpl.php
+share/osticket/include/staff/templates/queue-subnavigation.tmpl.php
+share/osticket/include/staff/templates/queue-tickets.tmpl.php
+share/osticket/include/staff/templates/quick-add-role.tmpl.php
+share/osticket/include/staff/templates/quick-add.tmpl.php
+share/osticket/include/staff/templates/refer.tmpl.php
+share/osticket/include/staff/templates/release.tmpl.php
+share/osticket/include/staff/templates/reset-agent-permissions.tmpl.php
+share/osticket/include/staff/templates/savedqueue-settings.tmpl.php
+share/osticket/include/staff/templates/schedule-add.tmpl.php
+share/osticket/include/staff/templates/schedule-diagnostic.tmpl.php
+share/osticket/include/staff/templates/schedule-entries.tmpl.php
+share/osticket/include/staff/templates/schedule-entry.tmpl.php
+share/osticket/include/staff/templates/schedule-holidays.tmpl.php
+share/osticket/include/staff/templates/sequence-manage.tmpl.php
+share/osticket/include/staff/templates/set-password.tmpl.php
+share/osticket/include/staff/templates/simple-form.tmpl.php
+share/osticket/include/staff/templates/status-options.tmpl.php
+share/osticket/include/staff/templates/sub-navigation.tmpl.php
+share/osticket/include/staff/templates/task-edit.tmpl.php
+share/osticket/include/staff/templates/task-preview.tmpl.php
+share/osticket/include/staff/templates/task-print.tmpl.php
+share/osticket/include/staff/templates/task-status.tmpl.php
+share/osticket/include/staff/templates/task-view.tmpl.php
+share/osticket/include/staff/templates/task.tmpl.php
+share/osticket/include/staff/templates/tasks-actions.tmpl.php
+share/osticket/include/staff/templates/tasks-queue-sort.tmpl.php
+share/osticket/include/staff/templates/thread-email-headers.tmpl.php
+share/osticket/include/staff/templates/thread-email-recipients.tmpl.php
+share/osticket/include/staff/templates/thread-entries-preview.tmpl.php
+share/osticket/include/staff/templates/thread-entries.tmpl.php
+share/osticket/include/staff/templates/thread-entry-edit.tmpl.php
+share/osticket/include/staff/templates/thread-entry-resend.tmpl.php
+share/osticket/include/staff/templates/thread-entry-view.tmpl.php
+share/osticket/include/staff/templates/thread-entry.tmpl.php
+share/osticket/include/staff/templates/thread-event.tmpl.php
+share/osticket/include/staff/templates/ticket-preview.tmpl.php
+share/osticket/include/staff/templates/ticket-print.tmpl.php
+share/osticket/include/staff/templates/ticket-status.tmpl.php
+share/osticket/include/staff/templates/tickets-actions.tmpl.php
+share/osticket/include/staff/templates/tickets.tmpl.php
+share/osticket/include/staff/templates/timezone.tmpl.php
+share/osticket/include/staff/templates/transfer.tmpl.php
+share/osticket/include/staff/templates/user-account.tmpl.php
+share/osticket/include/staff/templates/user-delete.tmpl.php
+share/osticket/include/staff/templates/user-import.tmpl.php
+share/osticket/include/staff/templates/user-lookup.tmpl.php
+share/osticket/include/staff/templates/user-register.tmpl.php
+share/osticket/include/staff/templates/user.tmpl.php
+share/osticket/include/staff/templates/users.tmpl.php
+share/osticket/include/staff/ticket-edit.inc.php
+share/osticket/include/staff/ticket-open.inc.php
+share/osticket/include/staff/ticket-relations.inc.php
+share/osticket/include/staff/ticket-tasks.inc.php
+share/osticket/include/staff/ticket-view.inc.php
+share/osticket/include/staff/tpl.inc.php
+share/osticket/include/staff/user-view.inc.php
+share/osticket/include/staff/users.inc.php
+share/osticket/include/tnef_decoder.php
+share/osticket/include/upgrader/aborted.inc.php
+share/osticket/include/upgrader/done.inc.php
+share/osticket/include/upgrader/prereq.inc.php
+share/osticket/include/upgrader/rename.inc.php
+share/osticket/include/upgrader/streams/core.sig
+share/osticket/include/upgrader/streams/core/00c949a6-8b923d61.patch.sql
+share/osticket/include/upgrader/streams/core/00c949a6-8b923d61.task.php
+share/osticket/include/upgrader/streams/core/00ff231f-9f3b454c.patch.sql
+share/osticket/include/upgrader/streams/core/02decaa2-60fcbee1.patch.sql
+share/osticket/include/upgrader/streams/core/03ff59bf-b26f29a6.cleanup.sql
+share/osticket/include/upgrader/streams/core/03ff59bf-b26f29a6.patch.sql
+share/osticket/include/upgrader/streams/core/0ca85857-86707325.patch.sql
+share/osticket/include/upgrader/streams/core/0d6099a6-98ad7d55.cleanup.sql
+share/osticket/include/upgrader/streams/core/0d6099a6-98ad7d55.patch.sql
+share/osticket/include/upgrader/streams/core/0d6099a6-98ad7d55.task.php
+share/osticket/include/upgrader/streams/core/15719536-dd0022fb.patch.sql
+share/osticket/include/upgrader/streams/core/15af7cd3-98ae1ed2.patch.sql
+share/osticket/include/upgrader/streams/core/15b30765-dd0022fb.cleanup.sql
+share/osticket/include/upgrader/streams/core/15b30765-dd0022fb.patch.sql
+share/osticket/include/upgrader/streams/core/15b30765-dd0022fb.task.php
+share/osticket/include/upgrader/streams/core/16fcef4a-d51f303a.patch.sql
+share/osticket/include/upgrader/streams/core/1b0fce99-ed60ba20.patch.sql
+share/osticket/include/upgrader/streams/core/1da1bcba-15b30765.patch.sql
+share/osticket/include/upgrader/streams/core/1ee831c8-36f6b328.cleanup.sql
+share/osticket/include/upgrader/streams/core/1ee831c8-36f6b328.patch.sql
+share/osticket/include/upgrader/streams/core/1ee831c8-36f6b328.task.php
+share/osticket/include/upgrader/streams/core/26fd79dc-00c949a6.cleanup.sql
+share/osticket/include/upgrader/streams/core/26fd79dc-00c949a6.patch.sql
+share/osticket/include/upgrader/streams/core/26fd79dc-00c949a6.task.php
+share/osticket/include/upgrader/streams/core/2d590ffa-9143a511.patch.sql
+share/osticket/include/upgrader/streams/core/2e20a0eb-98ae1ed2.patch.sql
+share/osticket/include/upgrader/streams/core/2e7531a2-d0e37dca.patch.sql
+share/osticket/include/upgrader/streams/core/32de1766-852ca89e.patch.sql
+share/osticket/include/upgrader/streams/core/36f6b328-5cd0a25a.cleanup.sql
+share/osticket/include/upgrader/streams/core/36f6b328-5cd0a25a.patch.sql
+share/osticket/include/upgrader/streams/core/36f6b328-5cd0a25a.task.php
+share/osticket/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql
+share/osticket/include/upgrader/streams/core/435c62c3-2e7531a2.cleanup.sql
+share/osticket/include/upgrader/streams/core/435c62c3-2e7531a2.patch.sql
+share/osticket/include/upgrader/streams/core/435c62c3-2e7531a2.task.php
+share/osticket/include/upgrader/streams/core/49478749-c2d2fabf.patch.sql
+share/osticket/include/upgrader/streams/core/4bd47d94-e7038ce9.cleanup.sql
+share/osticket/include/upgrader/streams/core/4bd47d94-e7038ce9.patch.sql
+share/osticket/include/upgrader/streams/core/4bd47d94-e7038ce9.task.php
+share/osticket/include/upgrader/streams/core/522e5b78-02decaa2.patch.sql
+share/osticket/include/upgrader/streams/core/526c601b-cce1ba43.patch.sql
+share/osticket/include/upgrader/streams/core/5cd0a25a-2d590ffa.cleanup.sql
+share/osticket/include/upgrader/streams/core/5cd0a25a-2d590ffa.patch.sql
+share/osticket/include/upgrader/streams/core/5cd0a25a-2d590ffa.task.php
+share/osticket/include/upgrader/streams/core/60fcbee1-f8856d56.patch.sql
+share/osticket/include/upgrader/streams/core/61c9d5d7-6de40a4d.patch.sql
+share/osticket/include/upgrader/streams/core/61c9d5d7-6de40a4d.task.php
+share/osticket/include/upgrader/streams/core/6de40a4d-1b0fce99.patch.sql
+share/osticket/include/upgrader/streams/core/70921d5c-26fd79dc.patch.sql
+share/osticket/include/upgrader/streams/core/740428f9-8aeda901.patch.sql
+share/osticket/include/upgrader/streams/core/7be60a84-522e5b78.patch.sql
+share/osticket/include/upgrader/streams/core/83a22ba2-5fb92bef.patch.sql
+share/osticket/include/upgrader/streams/core/852ca89e-740428f9.patch.sql
+share/osticket/include/upgrader/streams/core/86707325-526c601b.cleanup.sql
+share/osticket/include/upgrader/streams/core/86707325-526c601b.patch.sql
+share/osticket/include/upgrader/streams/core/87d4a323-4bd47d94.patch.sql
+share/osticket/include/upgrader/streams/core/87d4a323-4bd47d94.task.php
+share/osticket/include/upgrader/streams/core/8aeda901-16fcef4a.patch.sql
+share/osticket/include/upgrader/streams/core/8aeda901-16fcef4a.task.php
+share/osticket/include/upgrader/streams/core/8b923d61-9b5550da.patch.sql
+share/osticket/include/upgrader/streams/core/8f99b8bf-03ff59bf.cleanup.sql
+share/osticket/include/upgrader/streams/core/8f99b8bf-03ff59bf.patch.sql
+share/osticket/include/upgrader/streams/core/8f99b8bf-03ff59bf.task.php
+share/osticket/include/upgrader/streams/core/914098f4-87d4a323.patch.sql
+share/osticket/include/upgrader/streams/core/9143a511-0d6099a6.cleanup.sql
+share/osticket/include/upgrader/streams/core/9143a511-0d6099a6.patch.sql
+share/osticket/include/upgrader/streams/core/9143a511-0d6099a6.task.php
+share/osticket/include/upgrader/streams/core/934954de-f1ccd3bb.patch.sql
+share/osticket/include/upgrader/streams/core/934954de-f1ccd3bb.task.php
+share/osticket/include/upgrader/streams/core/934b8db8-ad9d0a5f.patch.sql
+share/osticket/include/upgrader/streams/core/934b8db8-ad9d0a5f.task.php
+share/osticket/include/upgrader/streams/core/98ad7d55-934b8db8.patch.sql
+share/osticket/include/upgrader/streams/core/98ae1ed2-e342f869.cleanup.sql
+share/osticket/include/upgrader/streams/core/98ae1ed2-e342f869.patch.sql
+share/osticket/include/upgrader/streams/core/98ae1ed2-e342f869.task.php
+share/osticket/include/upgrader/streams/core/9b5550da-e6978154.patch.sql
+share/osticket/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql
+share/osticket/include/upgrader/streams/core/9f3b454c-c0fd16f4.patch.sql
+share/osticket/include/upgrader/streams/core/a67ba35e-98ae1ed2.patch.sql
+share/osticket/include/upgrader/streams/core/aa4664af-b19dc97d.patch.sql
+share/osticket/include/upgrader/streams/core/abe9c0cb-bbb021fb.patch.sql
+share/osticket/include/upgrader/streams/core/ad9d0a5f-0ca85857.patch.sql
+share/osticket/include/upgrader/streams/core/add62892-c37e1656.patch.sql
+share/osticket/include/upgrader/streams/core/aee589ab-98ae1ed2.patch.sql
+share/osticket/include/upgrader/streams/core/b19dc97d-435c62c3.patch.sql
+share/osticket/include/upgrader/streams/core/b26f29a6-1ee831c8.cleanup.sql
+share/osticket/include/upgrader/streams/core/b26f29a6-1ee831c8.patch.sql
+share/osticket/include/upgrader/streams/core/b26f29a6-1ee831c8.task.php
+share/osticket/include/upgrader/streams/core/bbb021fb-49478749.patch.sql
+share/osticket/include/upgrader/streams/core/c00511c7-7be60a84.cleanup.sql
+share/osticket/include/upgrader/streams/core/c00511c7-7be60a84.patch.sql
+share/osticket/include/upgrader/streams/core/c00511c7-7be60a84.task.php
+share/osticket/include/upgrader/streams/core/c0fd16f4-d959a00e.patch.sql
+share/osticket/include/upgrader/streams/core/c2d2fabf-aa4664af.patch.sql
+share/osticket/include/upgrader/streams/core/c37e1656-e2b4e5cb.patch.sql
+share/osticket/include/upgrader/streams/core/c37e1656-e2b4e5cb.task.php
+share/osticket/include/upgrader/streams/core/cc6d1b03-914098f4.patch.sql
+share/osticket/include/upgrader/streams/core/cce1ba43-e7dfe821.patch.sql
+share/osticket/include/upgrader/streams/core/d0e37dca-1da1bcba.patch.sql
+share/osticket/include/upgrader/streams/core/d51f303a-dad45ca2.patch.sql
+share/osticket/include/upgrader/streams/core/d51f303a-dad45ca2.task.php
+share/osticket/include/upgrader/streams/core/d959a00e-32de1766.patch.sql
+share/osticket/include/upgrader/streams/core/dad45ca2-61c9d5d7.cleanup.sql
+share/osticket/include/upgrader/streams/core/dad45ca2-61c9d5d7.patch.sql
+share/osticket/include/upgrader/streams/core/dad45ca2-61c9d5d7.task.php
+share/osticket/include/upgrader/streams/core/dd0022fb-f4da0c9b.patch.sql
+share/osticket/include/upgrader/streams/core/ddbe2e76-add62892.patch.sql
+share/osticket/include/upgrader/streams/core/e2b4e5cb-f0d2e14d.cleanup.sql
+share/osticket/include/upgrader/streams/core/e2b4e5cb-f0d2e14d.patch.sql
+share/osticket/include/upgrader/streams/core/e2b4e5cb-f0d2e14d.task.php
+share/osticket/include/upgrader/streams/core/e342f869-c00511c7.patch.sql
+share/osticket/include/upgrader/streams/core/e6978154-cc6d1b03.patch.sql
+share/osticket/include/upgrader/streams/core/e7038ce9-ddbe2e76.patch.sql
+share/osticket/include/upgrader/streams/core/e7038ce9-ddbe2e76.task.php
+share/osticket/include/upgrader/streams/core/e7dfe821-70921d5c.patch.sql
+share/osticket/include/upgrader/streams/core/ed60ba20-934954de.patch.sql
+share/osticket/include/upgrader/streams/core/f0d2e14d-83a22ba2.cleanup.sql
+share/osticket/include/upgrader/streams/core/f0d2e14d-83a22ba2.patch.sql
+share/osticket/include/upgrader/streams/core/f0d2e14d-83a22ba2.task.php
+share/osticket/include/upgrader/streams/core/f1ccd3bb-f5692e24.cleanup.sql
+share/osticket/include/upgrader/streams/core/f1ccd3bb-f5692e24.patch.sql
+share/osticket/include/upgrader/streams/core/f1ccd3bb-f5692e24.task.php
+share/osticket/include/upgrader/streams/core/f4da0c9b-00ff231f.patch.sql
+share/osticket/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql
+share/osticket/include/upgrader/streams/core/f5692e24-4323a6a8.task.php
+share/osticket/include/upgrader/streams/core/f8856d56-abe9c0cb.patch.sql
+share/osticket/include/upgrader/upgrade.inc.php
+share/osticket/index.php
+share/osticket/js/bootstrap-typeahead.js
+share/osticket/js/fabric.min.js
+share/osticket/js/filedrop.field.js
+share/osticket/js/jquery-3.7.0.min.js
+share/osticket/js/jquery-ui-1.13.2.custom.min.js
+share/osticket/js/jquery-ui-sliderAccess.js
+share/osticket/js/jquery-ui-timepicker-addon.js
+share/osticket/js/jquery.pjax.js
+share/osticket/js/jstz.min.js
+share/osticket/js/osticket.js
+share/osticket/js/redactor-osticket.js
+share/osticket/js/redactor-plugins.js
+share/osticket/js/redactor.min.js
+share/osticket/js/select2.min.js
+share/osticket/kb/faq.php
+share/osticket/kb/index.php
+share/osticket/kb/kb.inc.php
+share/osticket/login.php
+share/osticket/logo.php
+share/osticket/logout.php
+share/osticket/main.inc.php
+share/osticket/manage.php
+share/osticket/offline.php
+share/osticket/open.php
+share/osticket/pages/.htaccess
+share/osticket/pages/index.php
+share/osticket/profile.php
+share/osticket/pwreset.php
+share/osticket/scp/admin.inc.php
+share/osticket/scp/admin.php
+share/osticket/scp/ajax.php
+share/osticket/scp/apikeys.php
+share/osticket/scp/apps/.htaccess
+share/osticket/scp/apps/dispatcher.php
+share/osticket/scp/audits.php
+share/osticket/scp/autocron.php
+share/osticket/scp/banlist.php
+share/osticket/scp/canned.php
+share/osticket/scp/categories.php
+share/osticket/scp/css/dashboard.css
+share/osticket/scp/css/dropdown.css
+share/osticket/scp/css/login.css
+share/osticket/scp/css/scp.css
+share/osticket/scp/css/spectrum.css
+share/osticket/scp/css/tooltip.css
+share/osticket/scp/css/translatable.css
+share/osticket/scp/dashboard.php
+share/osticket/scp/departments.php
+share/osticket/scp/directory.php
+share/osticket/scp/emails.php
+share/osticket/scp/emailsettings.php
+share/osticket/scp/emailtest.php
+share/osticket/scp/export.php
+share/osticket/scp/faq.php
+share/osticket/scp/filters.php
+share/osticket/scp/forms.php
+share/osticket/scp/helptopics.php
+share/osticket/scp/images/FhHRx-Spinner.gif
+share/osticket/scp/images/ajax-loader.gif
+share/osticket/scp/images/arrowleftmonth.gif
+share/osticket/scp/images/arrowrightmonth.gif
+share/osticket/scp/images/asc.gif
+share/osticket/scp/images/asc_desc.gif
+share/osticket/scp/images/btn_bg.png
+share/osticket/scp/images/btn_sm_bg.png
+share/osticket/scp/images/cal.png
+share/osticket/scp/images/cog.png
+share/osticket/scp/images/desc.gif
+share/osticket/scp/images/faq_category_bg.png
+share/osticket/scp/images/grey_btn_bg.png
+share/osticket/scp/images/icons/add.png
+share/osticket/scp/images/icons/add_new_email.gif
+share/osticket/scp/images/icons/alert-settings.gif
+share/osticket/scp/images/icons/alert.png
+share/osticket/scp/images/icons/answered.gif
+share/osticket/scp/images/icons/answered_tickets.gif
+share/osticket/scp/images/icons/api.png
+share/osticket/scp/images/icons/api_settings.gif
+share/osticket/scp/images/icons/articles.png
+share/osticket/scp/images/icons/assigned_ticket.gif
+share/osticket/scp/images/icons/assigned_tickets.gif
+share/osticket/scp/images/icons/attachment.gif
+share/osticket/scp/images/icons/ban_list.gif
+share/osticket/scp/images/icons/cancel.png
+share/osticket/scp/images/icons/canned.gif
+share/osticket/scp/images/icons/change_password.gif
+share/osticket/scp/images/icons/closed.gif
+share/osticket/scp/images/icons/closed_tickets.gif
+share/osticket/scp/images/icons/date.png
+share/osticket/scp/images/icons/delete.png
+share/osticket/scp/images/icons/delete_category.png
+share/osticket/scp/images/icons/edit.png
+share/osticket/scp/images/icons/edit_category.png
+share/osticket/scp/images/icons/edit_ticket.png
+share/osticket/scp/images/icons/email-autoresponders.gif
+share/osticket/scp/images/icons/email-settings.gif
+share/osticket/scp/images/icons/email_diagnostic.gif
+share/osticket/scp/images/icons/email_filters.png
+share/osticket/scp/images/icons/email_templates.gif
+share/osticket/scp/images/icons/email_templates.png
+share/osticket/scp/images/icons/emails.png
+share/osticket/scp/images/icons/error.png
+share/osticket/scp/images/icons/faq-categories.gif
+share/osticket/scp/images/icons/faq-categories.png
+share/osticket/scp/images/icons/file.gif
+share/osticket/scp/images/icons/help.gif
+share/osticket/scp/images/icons/help_topics.png
+share/osticket/scp/images/icons/icon-form-add.png
+share/osticket/scp/images/icons/icon-form.png
+share/osticket/scp/images/icons/icon-list-add.png
+share/osticket/scp/images/icons/icon-list.png
+share/osticket/scp/images/icons/kb-large.png
+share/osticket/scp/images/icons/kb-settings.gif
+share/osticket/scp/images/icons/kb.gif
+share/osticket/scp/images/icons/list_departments.gif
+share/osticket/scp/images/icons/list_groups.gif
+share/osticket/scp/images/icons/list_users.gif
+share/osticket/scp/images/icons/locked_ticket.gif
+share/osticket/scp/images/icons/log_alert.gif
+share/osticket/scp/images/icons/log_debug.gif
+share/osticket/scp/images/icons/log_error.gif
+share/osticket/scp/images/icons/logs.gif
+share/osticket/scp/images/icons/mine.gif
+share/osticket/scp/images/icons/my_tickets.gif
+share/osticket/scp/images/icons/new.gif
+share/osticket/scp/images/icons/new_api.png
+share/osticket/scp/images/icons/new_article.png
+share/osticket/scp/images/icons/new_category.png
+share/osticket/scp/images/icons/new_department.gif
+share/osticket/scp/images/icons/new_email.png
+share/osticket/scp/images/icons/new_email_filter.png
+share/osticket/scp/images/icons/new_email_template.png
+share/osticket/scp/images/icons/new_faq.png
+share/osticket/scp/images/icons/new_group.gif
+share/osticket/scp/images/icons/new_help_topic.gif
+share/osticket/scp/images/icons/new_help_topic.png
+share/osticket/scp/images/icons/new_page.gif
+share/osticket/scp/images/icons/new_premade_reply.gif
+share/osticket/scp/images/icons/new_reply.png
+share/osticket/scp/images/icons/new_sla.png
+share/osticket/scp/images/icons/new_team.gif
+share/osticket/scp/images/icons/new_team.png
+share/osticket/scp/images/icons/new_ticket.gif
+share/osticket/scp/images/icons/new_ticket_filter.png
+share/osticket/scp/images/icons/new_user.gif
+share/osticket/scp/images/icons/note.gif
+share/osticket/scp/images/icons/ok.png
+share/osticket/scp/images/icons/open.gif
+share/osticket/scp/images/icons/open_tickets.gif
+share/osticket/scp/images/icons/overdue_ticket.gif
+share/osticket/scp/images/icons/overdue_tickets.gif
+share/osticket/scp/images/icons/page.png
+share/osticket/scp/images/icons/pages.gif
+share/osticket/scp/images/icons/phone.png
+share/osticket/scp/images/icons/premade_reply.gif
+share/osticket/scp/images/icons/printer.gif
+share/osticket/scp/images/icons/refresh.gif
+share/osticket/scp/images/icons/settings.gif
+share/osticket/scp/images/icons/slas.png
+share/osticket/scp/images/icons/teams.gif
+share/osticket/scp/images/icons/teams.png
+share/osticket/scp/images/icons/thread.gif
+share/osticket/scp/images/icons/ticket-settings.gif
+share/osticket/scp/images/icons/ticket.gif
+share/osticket/scp/images/icons/ticket_filters.png
+share/osticket/scp/images/icons/ticket_source_email.gif
+share/osticket/scp/images/icons/ticket_source_other.gif
+share/osticket/scp/images/icons/ticket_source_other.png
+share/osticket/scp/images/icons/ticket_source_phone.gif
+share/osticket/scp/images/icons/ticket_source_web.gif
+share/osticket/scp/images/icons/user.gif
+share/osticket/scp/images/icons/user_preferences.gif
+share/osticket/scp/images/kb_category_bg.png
+share/osticket/scp/images/kb_large_folder.png
+share/osticket/scp/images/login-headquarters.jpg
+share/osticket/scp/images/nicEditorIcons.gif
+share/osticket/scp/images/no.png
+share/osticket/scp/images/oscar-avatars.png
+share/osticket/scp/images/oscar-wall.jpg
+share/osticket/scp/images/ost-logo.png
+share/osticket/scp/images/osticket-grey.png
+share/osticket/scp/images/popwin_close.png
+share/osticket/scp/images/popwin_minimize.png
+share/osticket/scp/images/sub-tab.png
+share/osticket/scp/images/tip_arrow.png
+share/osticket/scp/images/yes.png
+share/osticket/scp/index.php
+share/osticket/scp/js/bootstrap-tab.js
+share/osticket/scp/js/bootstrap-tooltip.js
+share/osticket/scp/js/dashboard.inc.js
+share/osticket/scp/js/g.dot-min.js
+share/osticket/scp/js/g.line-min.js
+share/osticket/scp/js/g.raphael.js
+share/osticket/scp/js/jb.overflow.menu.js
+share/osticket/scp/js/jquery.dropdown.js
+share/osticket/scp/js/jquery.translatable.js
+share/osticket/scp/js/raphael-min.js
+share/osticket/scp/js/scp.js
+share/osticket/scp/js/spectrum.js
+share/osticket/scp/js/thread.js
+share/osticket/scp/js/ticket.js
+share/osticket/scp/js/tips.js
+share/osticket/scp/js/upgrader.js
+share/osticket/scp/kb.php
+share/osticket/scp/lists.php
+share/osticket/scp/login.php
+share/osticket/scp/logo.php
+share/osticket/scp/logout.php
+share/osticket/scp/logs.php
+share/osticket/scp/orgs.php
+share/osticket/scp/pages.php
+share/osticket/scp/plugins.php
+share/osticket/scp/profile.php
+share/osticket/scp/pwreset.php
+share/osticket/scp/queues.php
+share/osticket/scp/roles.php
+share/osticket/scp/schedules.php
+share/osticket/scp/settings.php
+share/osticket/scp/slas.php
+share/osticket/scp/staff.inc.php
+share/osticket/scp/staff.php
+share/osticket/scp/system.php
+share/osticket/scp/tasks.php
+share/osticket/scp/teams.php
+share/osticket/scp/templates.php
+share/osticket/scp/tickets.php
+share/osticket/scp/upgrade.php
+share/osticket/scp/users.php
+share/osticket/secure.inc.php
+share/osticket/setup/ajax.php
+share/osticket/setup/cli/cleanup-codebase.sh
+share/osticket/setup/cli/manage.php
+share/osticket/setup/css/wizard.css
+share/osticket/setup/images/ajax-loader.gif
+share/osticket/setup/images/background.jpg
+share/osticket/setup/images/cog.png
+share/osticket/setup/images/database.png
+share/osticket/setup/images/email.png
+share/osticket/setup/images/grey_btn_bg.png
+share/osticket/setup/images/icons/alert.png
+share/osticket/setup/images/icons/error.png
+share/osticket/setup/images/icons/ok.png
+share/osticket/setup/images/incomplete.png
+share/osticket/setup/images/lightbulb.png
+share/osticket/setup/images/logo.png
+share/osticket/setup/images/no.png
+share/osticket/setup/images/system.png
+share/osticket/setup/images/tip_arrow.png
+share/osticket/setup/images/user.png
+share/osticket/setup/images/yes.png
+share/osticket/setup/inc/class.installer.php
+share/osticket/setup/inc/file-missing.inc.php
+share/osticket/setup/inc/file-perm.inc.php
+share/osticket/setup/inc/file-unclean.inc.php
+share/osticket/setup/inc/footer.inc.php
+share/osticket/setup/inc/header.inc.php
+share/osticket/setup/inc/install-done.inc.php
+share/osticket/setup/inc/install-prereq.inc.php
+share/osticket/setup/inc/install.inc.php
+share/osticket/setup/inc/ost-sampleconfig.php
+share/osticket/setup/inc/streams/core/install-mysql.sql
+share/osticket/setup/inc/subscribe.inc.php
+share/osticket/setup/index.php
+share/osticket/setup/install.php
+share/osticket/setup/js/setup.js
+share/osticket/setup/js/tips.js
+share/osticket/setup/scripts/api_ticket_create.php
+share/osticket/setup/scripts/automail.php
+share/osticket/setup/scripts/automail.pl
+share/osticket/setup/scripts/rcron.php
+share/osticket/setup/setup.inc.php
+share/osticket/setup/test/run-tests.php
+share/osticket/setup/test/tests/class.php_analyze.php
+share/osticket/setup/test/tests/class.test.php
+share/osticket/setup/test/tests/mockdb.php
+share/osticket/setup/test/tests/stubs.php
+share/osticket/setup/test/tests/test.crypto.php
+share/osticket/setup/test/tests/test.email-bounces.php
+share/osticket/setup/test/tests/test.extra-whitespace.php
+share/osticket/setup/test/tests/test.git-conflicts.php
+share/osticket/setup/test/tests/test.header_functions.php
+share/osticket/setup/test/tests/test.jslint.php
+share/osticket/setup/test/tests/test.mail-parse.php
+share/osticket/setup/test/tests/test.shortopentags.php
+share/osticket/setup/test/tests/test.signals.php
+share/osticket/setup/test/tests/test.staticmethods.php
+share/osticket/setup/test/tests/test.syntax.php
+share/osticket/setup/test/tests/test.undefinedmethods.php
+share/osticket/setup/test/tests/test.unitialized.php
+share/osticket/setup/test/tests/test.validation.php
+share/osticket/setup/test/tests/test.var-dump.php
+share/osticket/setup/tips.php
+share/osticket/setup/upgrade.php
+share/osticket/tickets.php
+share/osticket/view.php
+share/osticket/web.config
Index: pkgsrc/www/osticket/distinfo
diff -u /dev/null pkgsrc/www/osticket/distinfo:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/distinfo Mon Jun 30 14:34:14 2025
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1 2025/06/30 14:34:14 hauke Exp $
+
+BLAKE2s (osticket-v1.18.2.zip) = 0d7e6014b49e0136320535ec6bcca4548afaf2423346b6bee1e4f00a84467db0
+SHA512 (osticket-v1.18.2.zip) = 9aa0f88f1ade84aff8be619d2bbe6b8bd0f5cc95b3373e7e500f86d60974412c3d05260c33427842ee58aaf679c4b0a74559a8a57b99376472e52beb11c2697a
+Size (osticket-v1.18.2.zip) = 51768260 bytes
+SHA1 (patch-include_class.mailer.php) = 9efaf0af5ddecdf770c442fc67dc1181a4f6bdde
+SHA1 (patch-include_mpdf_vendor_paragonie_random__compat_build-phar.sh) = f206340e8adcb46879fc010fe0d89a0e8b30b764
+SHA1 (patch-scp_admin.inc.php) = 3e20e082618b0bfc51bd0f359630753c34c4c93d
Index: pkgsrc/www/osticket/files/apache-osticket.conf
diff -u /dev/null pkgsrc/www/osticket/files/apache-osticket.conf:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/files/apache-osticket.conf Mon Jun 30 14:34:14 2025
@@ -0,0 +1,19 @@
+# $NetBSD: apache-osticket.conf,v 1.1 2025/06/30 14:34:14 hauke Exp $
+#
+# osTicket configuration fragment for Apache 2.4+
+
+<IfModule mod_alias.c>
+ Alias /support/ "@PREFIX@/share/osticket/"
+</IfModule>
+
+<Directory "@PREFIX@/share/osticket">
+
+ DirectoryIndex index.php
+
+ # Required for automail pipelining
+ Options FollowSymlinks
+ AllowOverride AuthConfig FileInfo
+
+ Require all granted
+
+</Directory>
Index: pkgsrc/www/osticket/patches/patch-include_class.mailer.php
diff -u /dev/null pkgsrc/www/osticket/patches/patch-include_class.mailer.php:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/patches/patch-include_class.mailer.php Mon Jun 30 14:34:15 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-include_class.mailer.php,v 1.1 2025/06/30 14:34:15 hauke Exp $
+
+The html2text conversion hard-wraps the mail body, rendering ticket
+URLs unrecognizable to many MUAs.
+
+--- include/class.mailer.php.orig 2025-06-25 13:43:16.397706426 +0000
++++ include/class.mailer.php
+@@ -516,7 +516,7 @@ class Mailer {
+ $body);
+ }
+
+- $txtbody = rtrim(\Format::html2text($body, 90, false))
++ $txtbody = rtrim(\Format::html2text($body, 100, false))
+ . ($messageId ? "\nRef-Mid: $messageId\n" : '');
+ $message->setTextBody($txtbody);
+ }
Index: pkgsrc/www/osticket/patches/patch-include_mpdf_vendor_paragonie_random__compat_build-phar.sh
diff -u /dev/null pkgsrc/www/osticket/patches/patch-include_mpdf_vendor_paragonie_random__compat_build-phar.sh:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/patches/patch-include_mpdf_vendor_paragonie_random__compat_build-phar.sh Mon Jun 30 14:34:15 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_mpdf_vendor_paragonie_random__compat_build-phar.sh,v 1.1 2025/06/30 14:34:15 hauke Exp $
+
+Un-bash
+
+--- include/mpdf/vendor/paragonie/random_compat/build-phar.sh.orig 2025-06-23 11:45:58.911126445 +0000
++++ include/mpdf/vendor/paragonie/random_compat/build-phar.sh
+@@ -1,5 +1,5 @@
+ #!/usr/bin/env bash
+
+-basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
++basedir=$( dirname $( readlink -f ${0} ) )
+
+ php -dphar.readonly=0 "$basedir/other/build_phar.php" $*
+\ No newline at end of file
Index: pkgsrc/www/osticket/patches/patch-scp_admin.inc.php
diff -u /dev/null pkgsrc/www/osticket/patches/patch-scp_admin.inc.php:1.1
--- /dev/null Mon Jun 30 14:34:15 2025
+++ pkgsrc/www/osticket/patches/patch-scp_admin.inc.php Mon Jun 30 14:34:15 2025
@@ -0,0 +1,18 @@
+$NetBSD: patch-scp_admin.inc.php,v 1.1 2025/06/30 14:34:15 hauke Exp $
+
+Removing the setup directory creates noise when the package is
+deleted; it is really enough to make it unreadable to the web server.
+
+--- scp/admin.inc.php.orig 2025-06-25 16:45:19.787476545 +0000
++++ scp/admin.inc.php
+@@ -43,8 +43,8 @@ if($ost->isUpgradePending()) {
+ if(!strcasecmp(basename($_SERVER['SCRIPT_NAME']), 'settings.php'))
+ die($sysnotice);
+
+- } elseif(file_exists('../setup/')) {
+- $sysnotice=__('Please take a minute to delete <strong>setup</strong> directory (../setup/) for security reasons.');
++ } elseif(file_exists('../setup/') && is_readable('../setup/')) {
++ $sysnotice=__('For security reasons, make the <strong>setup</strong> directory (../setup/) inaccessible to the web server, or delete it.');
+ } elseif(CONFIG_FILE && file_exists(CONFIG_FILE) && is_writable(CONFIG_FILE)) {
+ //Confirm for real that the file is writable by group or world.
+ clearstatcache(); //clear the cache!
Home |
Main Index |
Thread Index |
Old Index