Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2023 20:29:26 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 950524dd8120 - main - www/bareos21-webui: Copy bareos-webui to bareos21-webui
Message-ID:  <202304102029.33AKTQk3037511@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=950524dd812080319935c9e2e48cf46d0a6ddf6d

commit 950524dd812080319935c9e2e48cf46d0a6ddf6d
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-10 20:23:26 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-10 20:28:58 +0000

    www/bareos21-webui: Copy bareos-webui to bareos21-webui
    
    - update to 21.1.7
    - www/bareos-webui will be updated to 22.0.3
---
 www/Makefile                            |    1 +
 www/bareos21-webui/Makefile             |   67 +
 www/bareos21-webui/distinfo             |    3 +
 www/bareos21-webui/files/pkg-message.in |   19 +
 www/bareos21-webui/pkg-descr            |    8 +
 www/bareos21-webui/pkg-plist            | 2036 +++++++++++++++++++++++++++++++
 6 files changed, 2134 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index fe8b1044dd8c..9bab08c3c89f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -46,6 +46,7 @@
     SUBDIR += bareos18-webui
     SUBDIR += bareos19-webui
     SUBDIR += bareos20-webui
+    SUBDIR += bareos21-webui
     SUBDIR += beehive
     SUBDIR += bkmrkconv
     SUBDIR += bluefish
diff --git a/www/bareos21-webui/Makefile b/www/bareos21-webui/Makefile
new file mode 100644
index 000000000000..f1a6ecbc4ed5
--- /dev/null
+++ b/www/bareos21-webui/Makefile
@@ -0,0 +1,67 @@
+PORTNAME=	bareos
+DISTVERSIONPREFIX=	Release/
+DISTVERSION=	21.1.7
+CATEGORIES?=	www sysutils
+PKGNAMESUFFIX=	21-webui
+
+MAINTAINER=	acm@FreeBSD.org
+COMMENT=	PHP-Frontend to manage Bareos over the web
+WWW=		https://www.bareos.org/
+
+LICENSE=	AGPLv3+
+LICENSE_FILE=	${WRKSRC}/webui/LICENSE
+
+USE_GITHUB=	yes
+
+USES=		cpe php:build cmake gettext
+USE_PHP=	openssl gettext ctype hash json session iconv
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+CMAKE_SOURCE_PATH=	${WRKSRC}/webui
+CMAKE_INSTALL_PREFIX=	${STAGEDIR}
+CMAKE_ARGS+=	-DSHARE_INSTALL_PREFIX:PATH=${PREFIX}/www \
+		-DCMAKE_INSTALL_FULL_SYSCONFDIR:PATH=${PREFIX}/etc \
+		-Dsysconfdir=${PREFIX}/etc \
+		-Dwebuiconfdir=${PREFIX}/${ETCDIRWEBUI} \
+		-DVERSION_STRING=${DISTVERSION} \
+		-DBAREOS_FULL_VERSION:STRING=${DISTVERSION}
+
+SUB_FILES=	pkg-message
+SUB_LIST+=	ETCDIRWEBUI=${PREFIX}/${ETCDIRWEBUI}
+PLIST_SUB+=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} ETCDIRWEBUI=${ETCDIRWEBUI}
+
+OPTIONS_DEFINE=		PGSQL
+OPTIONS_DEFAULT=	PGSQL
+
+PGSQL_USE=		PHP=pdo_pgsql
+
+ETCDIRWEBUI=		etc/${PORTNAME}${PKGNAMESUFFIX}
+
+post-extract:
+	${FIND} ${WRKSRC}/webui -name .gitignore -delete
+
+pre-install:
+	${FIND} ${WRKSRC}/webui -name *.in -delete
+
+do-install:
+	@${ECHO} "Installing in ${WWWDIR}"
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${ETCDIRWEBUI}
+	@${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/console
+	@${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile
+	@${MKDIR} ${STAGEDIR}${BAREOSWEB_HOME}
+	cd ${WRKSRC}/webui && ${COPYTREE_SHARE} "config data module public vendor" \
+		${STAGEDIR}${WWWDIR}
+	${INSTALL_DATA} ${WRKSRC}/webui/*.php ${STAGEDIR}${WWWDIR}
+	${INSTALL_DATA} ${WRKSRC}/webui/composer* ${STAGEDIR}${WWWDIR}
+	${INSTALL_DATA} ${WRKSRC}/webui/phpunit.xml ${STAGEDIR}${WWWDIR}
+	${INSTALL_DATA} ${WRKSRC}/webui/install/directors.ini ${STAGEDIR}${PREFIX}/${ETCDIRWEBUI}/directors.ini
+	${INSTALL_DATA} ${WRKSRC}/webui/install/configuration.ini ${STAGEDIR}${PREFIX}/${ETCDIRWEBUI}/configuration.ini
+	${INSTALL_DATA} ${WRKSRC}/webui/install/bareos/bareos-dir.d/console/admin.conf.example ${STAGEDIR}${ETCDIR}/bareos-dir.d/console/admin.conf.sample
+	${INSTALL_DATA} ${WRKSRC}/webui/install/bareos/bareos-dir.d/profile/webui-admin.conf ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile/webui-admin.conf.sample
+	${INSTALL_DATA} ${WRKSRC}/webui/install/bareos/bareos-dir.d/profile/webui-limited.conf.example ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile/webui-limited.conf.sample
+	${INSTALL_DATA} ${WRKSRC}/webui/install/bareos/bareos-dir.d/profile/webui-readonly.conf ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile/webui-readonly.conf.sample
+	${INSTALL_DATA} ${WRKSRC}/webui/install/apache/bareos-webui.conf ${STAGEDIR}${PREFIX}/${ETCDIRWEBUI}/apache-bareos-webui.conf
+	${INSTALL_DATA} ${WRKSRC}/webui/install/nginx/bareos-webui.conf ${STAGEDIR}${PREFIX}/${ETCDIRWEBUI}/nginx-bareos-webui.conf
+
+.include <bsd.port.mk>
diff --git a/www/bareos21-webui/distinfo b/www/bareos21-webui/distinfo
new file mode 100644
index 000000000000..086861e08a12
--- /dev/null
+++ b/www/bareos21-webui/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1680995666
+SHA256 (bareos-bareos-Release-21.1.7_GH0.tar.gz) = b87a8bba775adb8bbe15af0962b588cecc2179726dcf1e9e14cfeb89eccb2de6
+SIZE (bareos-bareos-Release-21.1.7_GH0.tar.gz) = 11666508
diff --git a/www/bareos21-webui/files/pkg-message.in b/www/bareos21-webui/files/pkg-message.in
new file mode 100644
index 000000000000..ec5adb592717
--- /dev/null
+++ b/www/bareos21-webui/files/pkg-message.in
@@ -0,0 +1,19 @@
+[
+{ type: install
+  message: <<EOM
+bareos webui was installed
+
+Please note that everything has been installed in %%WWWDIR%% and 
+%%ETCDIRWEBUI%%. You can look bareos-webui installation/configuration 
+instructions at:
+
+https://docs.bareos.org/IntroductionAndTutorial/InstallingBareosWebui.html
+
+1) Configuration files are stored at %%ETCDIRWEBUI%%
+2) Some webserver configuration samples are installed at %%ETCDIRWEBUI%%
+3) This install some bareos-dir configuration samples at %%PREFIX%%/etc/bareos.
+   Don't forget change permissions to user/group used by bareos-dir on server 
+   where it is installed
+EOM
+}
+]
diff --git a/www/bareos21-webui/pkg-descr b/www/bareos21-webui/pkg-descr
new file mode 100644
index 000000000000..6a8b5b042ec0
--- /dev/null
+++ b/www/bareos21-webui/pkg-descr
@@ -0,0 +1,8 @@
+The bareos-webui is a free software tool written in PHP, intended to monitor
+and manage Bareos over the web.
+
+The webui is based on Zend Framework 2, an open source framework for developing
+web applications and services using PHP 5.3+ and makes extensive use of the
+Twitter Bootstrap front-end framework.
+
+The bareos-webui is licensed under AGPL Version 3.
diff --git a/www/bareos21-webui/pkg-plist b/www/bareos21-webui/pkg-plist
new file mode 100644
index 000000000000..2c1d8e6eb884
--- /dev/null
+++ b/www/bareos21-webui/pkg-plist
@@ -0,0 +1,2036 @@
+@owner %%WWWOWN%%
+@group %%WWWGRP%%
+%%ETCDIRWEBUI%%/apache-bareos-webui.conf
+@(,www,640) %%ETCDIRWEBUI%%/configuration.ini
+@(,www,640) %%ETCDIRWEBUI%%/directors.ini
+%%ETCDIRWEBUI%%/nginx-bareos-webui.conf
+@sample(,www,640) %%ETCDIR%%/bareos-dir.d/console/admin.conf.sample
+@sample(,www,640) %%ETCDIR%%/bareos-dir.d/profile/webui-admin.conf.sample
+@sample(,www,640) %%ETCDIR%%/bareos-dir.d/profile/webui-limited.conf.sample
+@sample(,www,640) %%ETCDIR%%/bareos-dir.d/profile/webui-readonly.conf.sample
+%%WWWDIR%%/composer.json
+%%WWWDIR%%/config/application.config.php
+%%WWWDIR%%/config/autoload/README.md
+%%WWWDIR%%/config/autoload/global.php
+%%WWWDIR%%/init_autoloader.php
+%%WWWDIR%%/module/Analytics/Module.php
+%%WWWDIR%%/module/Analytics/autoload_classmap.php
+%%WWWDIR%%/module/Analytics/config/module.config.php
+%%WWWDIR%%/module/Analytics/src/Analytics/Controller/AnalyticsController.php
+%%WWWDIR%%/module/Analytics/src/Analytics/Model/Analytics.php
+%%WWWDIR%%/module/Analytics/src/Analytics/Model/AnalyticsModel.php
+%%WWWDIR%%/module/Analytics/view/analytics/analytics/index.phtml
+%%WWWDIR%%/module/Application/Module.php
+%%WWWDIR%%/module/Application/autoload_classmap.php
+%%WWWDIR%%/module/Application/config/commands.csv
+%%WWWDIR%%/module/Application/config/module.commands.php
+%%WWWDIR%%/module/Application/config/module.config.php
+%%WWWDIR%%/module/Application/language/cn_CN.mo
+%%WWWDIR%%/module/Application/language/cn_CN.po
+%%WWWDIR%%/module/Application/language/cs_CZ.mo
+%%WWWDIR%%/module/Application/language/cs_CZ.po
+%%WWWDIR%%/module/Application/language/de_DE.mo
+%%WWWDIR%%/module/Application/language/de_DE.po
+%%WWWDIR%%/module/Application/language/en_EN.mo
+%%WWWDIR%%/module/Application/language/en_EN.po
+%%WWWDIR%%/module/Application/language/es_ES.mo
+%%WWWDIR%%/module/Application/language/es_ES.po
+%%WWWDIR%%/module/Application/language/fr_FR.mo
+%%WWWDIR%%/module/Application/language/fr_FR.po
+%%WWWDIR%%/module/Application/language/hu_HU.mo
+%%WWWDIR%%/module/Application/language/hu_HU.po
+%%WWWDIR%%/module/Application/language/it_IT.mo
+%%WWWDIR%%/module/Application/language/it_IT.po
+%%WWWDIR%%/module/Application/language/nl_BE.mo
+%%WWWDIR%%/module/Application/language/nl_BE.po
+%%WWWDIR%%/module/Application/language/pl_PL.mo
+%%WWWDIR%%/module/Application/language/pl_PL.po
+%%WWWDIR%%/module/Application/language/pt_BR.mo
+%%WWWDIR%%/module/Application/language/pt_BR.po
+%%WWWDIR%%/module/Application/language/ru_RU.mo
+%%WWWDIR%%/module/Application/language/ru_RU.po
+%%WWWDIR%%/module/Application/language/sk_SK.mo
+%%WWWDIR%%/module/Application/language/sk_SK.po
+%%WWWDIR%%/module/Application/language/tr_TR.mo
+%%WWWDIR%%/module/Application/language/tr_TR.po
+%%WWWDIR%%/module/Application/language/uk_UA.mo
+%%WWWDIR%%/module/Application/language/uk_UA.po
+%%WWWDIR%%/module/Application/language/webui.pot
+%%WWWDIR%%/module/Application/src/Application/Controller/IndexController.php
+%%WWWDIR%%/module/Application/src/Application/Controller/Plugin/CommandACLPlugin.php
+%%WWWDIR%%/module/Application/src/Application/Controller/Plugin/RequestURIPlugin.php
+%%WWWDIR%%/module/Application/src/Application/Controller/Plugin/SessionTimeoutPlugin.php
+%%WWWDIR%%/module/Application/src/Application/View/Helper/ACLAlert.php
+%%WWWDIR%%/module/Application/src/Application/View/Helper/Example.php
+%%WWWDIR%%/module/Application/src/Application/View/Helper/UpdateAlert.php
+%%WWWDIR%%/module/Application/view/application/index/index.phtml
+%%WWWDIR%%/module/Application/view/error/404.phtml
+%%WWWDIR%%/module/Application/view/error/index.phtml
+%%WWWDIR%%/module/Application/view/layout/error.phtml
+%%WWWDIR%%/module/Application/view/layout/install.phtml
+%%WWWDIR%%/module/Application/view/layout/json.phtml
+%%WWWDIR%%/module/Application/view/layout/layout.phtml
+%%WWWDIR%%/module/Application/view/layout/login.phtml
+%%WWWDIR%%/module/Application/view/partial/breadcrumb.phtml
+%%WWWDIR%%/module/Application/view/partial/paginator.phtml
+%%WWWDIR%%/module/Auth/Module.php
+%%WWWDIR%%/module/Auth/autoload_classmap.php
+%%WWWDIR%%/module/Auth/config/module.config.php
+%%WWWDIR%%/module/Auth/src/Auth/Controller/AuthController.php
+%%WWWDIR%%/module/Auth/src/Auth/Form/LoginForm.php
+%%WWWDIR%%/module/Auth/src/Auth/Model/Auth.php
+%%WWWDIR%%/module/Auth/view/auth/auth/index.phtml
+%%WWWDIR%%/module/Auth/view/auth/auth/login.phtml
+%%WWWDIR%%/module/Auth/view/auth/auth/logout.phtml
+%%WWWDIR%%/module/Client/Module.php
+%%WWWDIR%%/module/Client/autoload_classmap.php
+%%WWWDIR%%/module/Client/config/module.config.php
+%%WWWDIR%%/module/Client/src/Client/Controller/ClientController.php
+%%WWWDIR%%/module/Client/src/Client/Model/Client.php
+%%WWWDIR%%/module/Client/src/Client/Model/ClientModel.php
+%%WWWDIR%%/module/Client/view/client/client/details.phtml
+%%WWWDIR%%/module/Client/view/client/client/index.phtml
+%%WWWDIR%%/module/Client/view/client/client/status.phtml
+%%WWWDIR%%/module/Client/view/client/client/timeline.phtml
+%%WWWDIR%%/module/Console/Module.php
+%%WWWDIR%%/module/Console/autoload_classmap.php
+%%WWWDIR%%/module/Console/config/module.config.php
+%%WWWDIR%%/module/Console/src/Console/Controller/ConsoleController.php
+%%WWWDIR%%/module/Console/src/Console/Model/Console.php
+%%WWWDIR%%/module/Console/src/Console/Model/ConsoleModel.php
+%%WWWDIR%%/module/Console/view/console/console/index.phtml
+%%WWWDIR%%/module/Dashboard/Module.php
+%%WWWDIR%%/module/Dashboard/autoload_classmap.php
+%%WWWDIR%%/module/Dashboard/config/module.config.php
+%%WWWDIR%%/module/Dashboard/src/Dashboard/Controller/DashboardController.php
+%%WWWDIR%%/module/Dashboard/src/Dashboard/Model/Dashboard.php
+%%WWWDIR%%/module/Dashboard/src/Dashboard/Model/DashboardModel.php
+%%WWWDIR%%/module/Dashboard/view/dashboard/dashboard/index.phtml
+%%WWWDIR%%/module/Dashboard/view/partial/JobTotals.phtml
+%%WWWDIR%%/module/Dashboard/view/partial/JobsLastStatus.phtml
+%%WWWDIR%%/module/Dashboard/view/partial/JobsPast24h.phtml
+%%WWWDIR%%/module/Dashboard/view/partial/LastDirectorMessages.phtml
+%%WWWDIR%%/module/Dashboard/view/partial/RunningJobs.phtml
+%%WWWDIR%%/module/Director/Module.php
+%%WWWDIR%%/module/Director/autoload_classmap.php
+%%WWWDIR%%/module/Director/config/module.config.php
+%%WWWDIR%%/module/Director/src/Director/Controller/DirectorController.php
+%%WWWDIR%%/module/Director/src/Director/Model/Director.php
+%%WWWDIR%%/module/Director/src/Director/Model/DirectorModel.php
+%%WWWDIR%%/module/Director/view/director/director/index.phtml
+%%WWWDIR%%/module/Director/view/director/director/messages.phtml
+%%WWWDIR%%/module/Fileset/Module.php
+%%WWWDIR%%/module/Fileset/autoload_classmap.php
+%%WWWDIR%%/module/Fileset/config/module.config.php
+%%WWWDIR%%/module/Fileset/src/Fileset/Controller/FilesetController.php
+%%WWWDIR%%/module/Fileset/src/Fileset/Model/Fileset.php
+%%WWWDIR%%/module/Fileset/src/Fileset/Model/FilesetModel.php
+%%WWWDIR%%/module/Fileset/view/fileset/fileset/details.phtml
+%%WWWDIR%%/module/Fileset/view/fileset/fileset/index.phtml
+%%WWWDIR%%/module/Job/Module.php
+%%WWWDIR%%/module/Job/autoload_classmap.php
+%%WWWDIR%%/module/Job/config/module.config.php
+%%WWWDIR%%/module/Job/src/Job/Controller/JobController.php
+%%WWWDIR%%/module/Job/src/Job/Form/JobForm.php
+%%WWWDIR%%/module/Job/src/Job/Form/RunJobForm.php
+%%WWWDIR%%/module/Job/src/Job/Model/Job.php
+%%WWWDIR%%/module/Job/src/Job/Model/JobModel.php
+%%WWWDIR%%/module/Job/view/job/job/actions.phtml
+%%WWWDIR%%/module/Job/view/job/job/cancel.phtml
+%%WWWDIR%%/module/Job/view/job/job/details.phtml
+%%WWWDIR%%/module/Job/view/job/job/index.phtml
+%%WWWDIR%%/module/Job/view/job/job/run.phtml
+%%WWWDIR%%/module/Job/view/job/job/timeline.phtml
+%%WWWDIR%%/module/Media/Module.php
+%%WWWDIR%%/module/Media/autoload_classmap.php
+%%WWWDIR%%/module/Media/config/module.config.php
+%%WWWDIR%%/module/Media/src/Media/Controller/MediaController.php
+%%WWWDIR%%/module/Media/src/Media/Model/Media.php
+%%WWWDIR%%/module/Media/src/Media/Model/MediaModel.php
+%%WWWDIR%%/module/Media/view/media/media/details.phtml
+%%WWWDIR%%/module/Media/view/media/media/index.phtml
+%%WWWDIR%%/module/Pool/Module.php
+%%WWWDIR%%/module/Pool/autoload_classmap.php
+%%WWWDIR%%/module/Pool/config/module.config.php
+%%WWWDIR%%/module/Pool/src/Pool/Controller/PoolController.php
+%%WWWDIR%%/module/Pool/src/Pool/Model/Pool.php
+%%WWWDIR%%/module/Pool/src/Pool/Model/PoolModel.php
+%%WWWDIR%%/module/Pool/view/pool/pool/details.phtml
+%%WWWDIR%%/module/Pool/view/pool/pool/index.phtml
+%%WWWDIR%%/module/Restore/Module.php
+%%WWWDIR%%/module/Restore/autoload_classmap.php
+%%WWWDIR%%/module/Restore/config/module.config.php
+%%WWWDIR%%/module/Restore/src/Restore/Controller/RestoreController.php
+%%WWWDIR%%/module/Restore/src/Restore/Form/RestoreForm.php
+%%WWWDIR%%/module/Restore/src/Restore/Model/Restore.php
+%%WWWDIR%%/module/Restore/src/Restore/Model/RestoreModel.php
+%%WWWDIR%%/module/Restore/view/restore/restore/filebrowser.phtml
+%%WWWDIR%%/module/Restore/view/restore/restore/index.phtml
+%%WWWDIR%%/module/Restore/view/restore/restore/versions.phtml
+%%WWWDIR%%/module/Schedule/Module.php
+%%WWWDIR%%/module/Schedule/autoload_classmap.php
+%%WWWDIR%%/module/Schedule/config/module.config.php
+%%WWWDIR%%/module/Schedule/src/Schedule/Controller/ScheduleController.php
+%%WWWDIR%%/module/Schedule/src/Schedule/Model/Schedule.php
+%%WWWDIR%%/module/Schedule/src/Schedule/Model/ScheduleModel.php
+%%WWWDIR%%/module/Schedule/view/schedule/schedule/details.phtml
+%%WWWDIR%%/module/Schedule/view/schedule/schedule/index.phtml
+%%WWWDIR%%/module/Schedule/view/schedule/schedule/overview.phtml
+%%WWWDIR%%/module/Schedule/view/schedule/schedule/status.phtml
+%%WWWDIR%%/module/Storage/Module.php
+%%WWWDIR%%/module/Storage/autoload_classmap.php
+%%WWWDIR%%/module/Storage/config/module.config.php
+%%WWWDIR%%/module/Storage/src/Storage/Controller/StorageController.php
+%%WWWDIR%%/module/Storage/src/Storage/Form/StorageForm.php
+%%WWWDIR%%/module/Storage/src/Storage/Model/Storage.php
+%%WWWDIR%%/module/Storage/src/Storage/Model/StorageModel.php
+%%WWWDIR%%/module/Storage/view/storage/storage/details.phtml
+%%WWWDIR%%/module/Storage/view/storage/storage/index.phtml
+%%WWWDIR%%/module/Storage/view/storage/storage/status.phtml
+%%WWWDIR%%/phpunit.xml
+%%WWWDIR%%/public/css/32px.png
+%%WWWDIR%%/public/css/40px.png
+%%WWWDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff2
+%%WWWDIR%%/public/css/bootstrap-datetimepicker.css
+%%WWWDIR%%/public/css/bootstrap-datetimepicker.min.css
+%%WWWDIR%%/public/css/bootstrap-select.css
+%%WWWDIR%%/public/css/bootstrap-select.css.map
+%%WWWDIR%%/public/css/bootstrap-select.min.css
+%%WWWDIR%%/public/css/bootstrap-slider.css
+%%WWWDIR%%/public/css/bootstrap-slider.min.css
+%%WWWDIR%%/public/css/bootstrap-table-filter-control.css
+%%WWWDIR%%/public/css/bootstrap-table-filter-control.min.css
+%%WWWDIR%%/public/css/bootstrap-table.css
+%%WWWDIR%%/public/css/bootstrap-table.min.css
+%%WWWDIR%%/public/css/bootstrap-theme.css
+%%WWWDIR%%/public/css/bootstrap-theme.css.map
+%%WWWDIR%%/public/css/bootstrap-theme.min.css
+%%WWWDIR%%/public/css/bootstrap.css
+%%WWWDIR%%/public/css/bootstrap.css.map
+%%WWWDIR%%/public/css/bootstrap.min.css
+%%WWWDIR%%/public/css/bootstrap.min.css.map
+%%WWWDIR%%/public/css/jstree.css
+%%WWWDIR%%/public/css/jstree.min.css
+%%WWWDIR%%/public/css/spinner.gif
+%%WWWDIR%%/public/css/style.css
+%%WWWDIR%%/public/css/throbber.gif
+%%WWWDIR%%/public/css/timeline.css
+%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.eot
+%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.svg
+%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.woff2
+%%WWWDIR%%/public/img/bareos-logo-small.png
+%%WWWDIR%%/public/img/bareos-logo.png
+%%WWWDIR%%/public/img/bareos.png
+%%WWWDIR%%/public/img/favicon.ico
+%%WWWDIR%%/public/img/icons/os/centos.png
+%%WWWDIR%%/public/img/icons/os/debian.png
+%%WWWDIR%%/public/img/icons/os/fedora.png
+%%WWWDIR%%/public/img/icons/os/freebsd.png
+%%WWWDIR%%/public/img/icons/os/macos.png
+%%WWWDIR%%/public/img/icons/os/redhat.png
+%%WWWDIR%%/public/img/icons/os/sunsolaris.png
+%%WWWDIR%%/public/img/icons/os/suse.png
+%%WWWDIR%%/public/img/icons/os/ubuntu.png
+%%WWWDIR%%/public/img/icons/os/univention.png
+%%WWWDIR%%/public/img/icons/os/windows.png
+%%WWWDIR%%/public/index.php
+%%WWWDIR%%/public/js/apexcharts.js
+%%WWWDIR%%/public/js/apexcharts.min.js
+%%WWWDIR%%/public/js/bootstrap-datetimepicker.min.js
+%%WWWDIR%%/public/js/bootstrap-select.js
+%%WWWDIR%%/public/js/bootstrap-select.js.map
+%%WWWDIR%%/public/js/bootstrap-select.min.js
+%%WWWDIR%%/public/js/bootstrap-slider.js
+%%WWWDIR%%/public/js/bootstrap-slider.min.js
+%%WWWDIR%%/public/js/bootstrap-table-cookie.js
+%%WWWDIR%%/public/js/bootstrap-table-cookie.min.js
+%%WWWDIR%%/public/js/bootstrap-table-filter-control.js
+%%WWWDIR%%/public/js/bootstrap-table-filter-control.min.js
+%%WWWDIR%%/public/js/bootstrap-table-formatter.js
+%%WWWDIR%%/public/js/bootstrap-table-locale-all.js
+%%WWWDIR%%/public/js/bootstrap-table-locale-all.min.js
+%%WWWDIR%%/public/js/bootstrap-table.js
+%%WWWDIR%%/public/js/bootstrap-table.min.js
+%%WWWDIR%%/public/js/bootstrap.js
+%%WWWDIR%%/public/js/bootstrap.min.js
+%%WWWDIR%%/public/js/custom-functions.js
+%%WWWDIR%%/public/js/d3/d3.js
+%%WWWDIR%%/public/js/d3/d3.min.js
+%%WWWDIR%%/public/js/excanvas.js
+%%WWWDIR%%/public/js/excanvas.min.js
+%%WWWDIR%%/public/js/html5shiv.js
+%%WWWDIR%%/public/js/i_core.js
+%%WWWDIR%%/public/js/i_core.min.js
+%%WWWDIR%%/public/js/i_gettext.js
+%%WWWDIR%%/public/js/i_gettext.min.js
+%%WWWDIR%%/public/js/jquery.cookie.js
+%%WWWDIR%%/public/js/jquery.jqplot.js
+%%WWWDIR%%/public/js/jquery.jqplot.min.js
+%%WWWDIR%%/public/js/jquery.js
+%%WWWDIR%%/public/js/jquery.min.js
+%%WWWDIR%%/public/js/jquery.min.map
+%%WWWDIR%%/public/js/jstree.js
+%%WWWDIR%%/public/js/jstree.min.js
+%%WWWDIR%%/public/js/jstreegrid-helper.js
+%%WWWDIR%%/public/js/jstreegrid.js
+%%WWWDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo
+%%WWWDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po
+%%WWWDIR%%/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo
+%%WWWDIR%%/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.po
+%%WWWDIR%%/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo
+%%WWWDIR%%/public/js/locale/de_DE/LC_MESSAGES/de_DE.po
+%%WWWDIR%%/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo
+%%WWWDIR%%/public/js/locale/en_EN/LC_MESSAGES/en_EN.po
+%%WWWDIR%%/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo
+%%WWWDIR%%/public/js/locale/es_ES/LC_MESSAGES/es_ES.po
+%%WWWDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo
+%%WWWDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po
+%%WWWDIR%%/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo
+%%WWWDIR%%/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po
+%%WWWDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo
+%%WWWDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.po
+%%WWWDIR%%/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo
+%%WWWDIR%%/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po
+%%WWWDIR%%/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.mo
+%%WWWDIR%%/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.po
+%%WWWDIR%%/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.mo
+%%WWWDIR%%/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po
+%%WWWDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo
+%%WWWDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po
+%%WWWDIR%%/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo
+%%WWWDIR%%/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po
+%%WWWDIR%%/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo
+%%WWWDIR%%/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po
+%%WWWDIR%%/public/js/locale/uk_UA/LC_MESSAGES/uk_UA.mo
+%%WWWDIR%%/public/js/locale/uk_UA/LC_MESSAGES/uk_UA.po
+%%WWWDIR%%/public/js/locales/ar.json
+%%WWWDIR%%/public/js/locales/ca.json
+%%WWWDIR%%/public/js/locales/cs.json
+%%WWWDIR%%/public/js/locales/de.json
+%%WWWDIR%%/public/js/locales/el.json
+%%WWWDIR%%/public/js/locales/en.json
+%%WWWDIR%%/public/js/locales/es.json
+%%WWWDIR%%/public/js/locales/fi.json
+%%WWWDIR%%/public/js/locales/fr.json
+%%WWWDIR%%/public/js/locales/he.json
+%%WWWDIR%%/public/js/locales/hi.json
+%%WWWDIR%%/public/js/locales/hr.json
+%%WWWDIR%%/public/js/locales/hu.json
+%%WWWDIR%%/public/js/locales/hy.json
+%%WWWDIR%%/public/js/locales/id.json
+%%WWWDIR%%/public/js/locales/it.json
+%%WWWDIR%%/public/js/locales/ja.json
+%%WWWDIR%%/public/js/locales/ka.json
+%%WWWDIR%%/public/js/locales/ko.js
+%%WWWDIR%%/public/js/locales/ko.json
+%%WWWDIR%%/public/js/locales/lt.json
+%%WWWDIR%%/public/js/locales/nb.json
+%%WWWDIR%%/public/js/locales/nl.json
+%%WWWDIR%%/public/js/locales/pl.json
+%%WWWDIR%%/public/js/locales/pt-br.json
+%%WWWDIR%%/public/js/locales/pt.json
+%%WWWDIR%%/public/js/locales/rs.json
+%%WWWDIR%%/public/js/locales/ru.json
+%%WWWDIR%%/public/js/locales/se.json
+%%WWWDIR%%/public/js/locales/sk.json
+%%WWWDIR%%/public/js/locales/sl.json
+%%WWWDIR%%/public/js/locales/sq.json
+%%WWWDIR%%/public/js/locales/th.json
+%%WWWDIR%%/public/js/locales/tr.json
+%%WWWDIR%%/public/js/locales/ua.json
+%%WWWDIR%%/public/js/locales/zh-cn.json
+%%WWWDIR%%/public/js/moment-timezone-with-data.js
+%%WWWDIR%%/public/js/moment-timezone-with-data.min.js
+%%WWWDIR%%/public/js/moment-with-locales.js
+%%WWWDIR%%/public/js/moment-with-locales.min.js
+%%WWWDIR%%/public/js/moment.js
+%%WWWDIR%%/public/js/moment.min.js
+%%WWWDIR%%/public/js/partials/i_core.min.js.map
+%%WWWDIR%%/public/js/partials/i_gettext.min.js.map
+%%WWWDIR%%/public/js/respond.min.js
+%%WWWDIR%%/public/js/responsive.bootstrap.js
+%%WWWDIR%%/public/js/responsive.bootstrap.min.js
+%%WWWDIR%%/public/js/timeline.js
+%%WWWDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSock.php
+%%WWWDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockAbstractServiceFactory.php
+%%WWWDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockInterface.php
+%%WWWDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockServiceFactory.php
+%%WWWDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBase64.php
+%%WWWDIR%%/vendor/README.md
+%%WWWDIR%%/vendor/autoload.php
+%%WWWDIR%%/vendor/composer/ClassLoader.php
+%%WWWDIR%%/vendor/composer/LICENSE
+%%WWWDIR%%/vendor/composer/autoload_classmap.php
+%%WWWDIR%%/vendor/composer/autoload_namespaces.php
+%%WWWDIR%%/vendor/composer/autoload_psr4.php
+%%WWWDIR%%/vendor/composer/autoload_real.php
+%%WWWDIR%%/vendor/composer/autoload_static.php
+%%WWWDIR%%/vendor/composer/installed.json
+%%WWWDIR%%/vendor/zendframework/zend-cache/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-cache/CHANGELOG.md
+%%WWWDIR%%/vendor/zendframework/zend-cache/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-cache/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-cache/README.md
+%%WWWDIR%%/vendor/zendframework/zend-cache/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-cache/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-cache/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/BadMethodCallException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/ExtensionNotLoadedException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/LogicException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/MissingDependencyException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/MissingKeyException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/OutOfSpaceException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/UnexpectedValueException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Exception/UnsupportedMethodCallException.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/AbstractPattern.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/CallbackCache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/CaptureCache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/ClassCache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/ObjectCache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/OutputCache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/PatternInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Pattern/PatternOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/PatternFactory.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/PatternPluginManager.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Service/StorageCacheAbstractServiceFactory.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Service/StorageCacheFactory.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractAdapter.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractZendServer.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AdapterOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcIterator.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/BlackHole.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Dba.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaIterator.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Filesystem.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemIterator.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/KeyListIterator.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheResourceManager.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcached.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedResourceManager.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memory.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemoryOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDb.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbResourceManager.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Redis.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisResourceManager.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Session.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/SessionOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCacheOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/XCache.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/XCacheOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerDisk.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerShm.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/AvailableSpaceCapableInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Capabilities.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearByNamespaceInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearByPrefixInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearExpiredInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Event.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/ExceptionEvent.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/FlushableInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/IterableInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/IteratorInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/OptimizableInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/AbstractPlugin.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/ClearExpiredByFactor.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/ExceptionHandler.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/IgnoreUserAbort.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/OptimizeByFactor.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginOptions.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/Serializer.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/PluginManager.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/PostEvent.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/StorageInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/TaggableInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/Storage/TotalSpaceCapableInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-cache/src/StorageFactory.php
+%%WWWDIR%%/vendor/zendframework/zend-config/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-config/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-config/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-config/README.md
+%%WWWDIR%%/vendor/zendframework/zend-config/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-config/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-config/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-config/src/AbstractConfigFactory.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Config.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Factory.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Processor/Constant.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Processor/Filter.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Processor/ProcessorInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Processor/Queue.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Processor/Token.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Processor/Translator.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Reader/Ini.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Reader/JavaProperties.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Reader/Json.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Reader/ReaderInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Reader/Xml.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Reader/Yaml.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/ReaderPluginManager.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Writer/AbstractWriter.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Writer/Ini.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Writer/Json.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Writer/PhpArray.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Writer/WriterInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Writer/Xml.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/Writer/Yaml.php
+%%WWWDIR%%/vendor/zendframework/zend-config/src/WriterPluginManager.php
+%%WWWDIR%%/vendor/zendframework/zend-console/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-console/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-console/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-console/README.md
+%%WWWDIR%%/vendor/zendframework/zend-console/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-console/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-console/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Adapter/AbstractAdapter.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Adapter/AdapterInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Adapter/Posix.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Adapter/Virtual.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Adapter/Windows.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Adapter/WindowsAnsicon.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Charset/Ascii.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Charset/AsciiExtended.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Charset/CharsetInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Charset/DECSG.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Charset/Utf8.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Charset/Utf8Heavy.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Color/Xterm256.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/ColorInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Console.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Exception/BadMethodCallException.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Getopt.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/AbstractPrompt.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/Char.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/Checkbox.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/Confirm.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/Line.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/Number.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/Password.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/PromptInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Prompt/Select.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Request.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/Response.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/RouteMatcher/DefaultRouteMatcher.php
+%%WWWDIR%%/vendor/zendframework/zend-console/src/RouteMatcher/RouteMatcherInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-escaper/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-escaper/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-escaper/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-escaper/README.md
+%%WWWDIR%%/vendor/zendframework/zend-escaper/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-escaper/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-escaper/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-escaper/src/Escaper.php
+%%WWWDIR%%/vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/README.md
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/AbstractListenerAggregate.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/Event.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/EventInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/EventManager.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerAwareInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerAwareTrait.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/EventsCapableInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/DomainException.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/InvalidCallbackException.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/Filter/FilterInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/Filter/FilterIterator.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/FilterChain.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/GlobalEventManager.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/ListenerAggregateInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/ListenerAggregateTrait.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/ProvidesEvents.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/ResponseCollection.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventAggregateAwareInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManager.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManagerAwareInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManagerInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/SharedListenerAggregateInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-eventmanager/src/StaticEventManager.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-filter/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-filter/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-filter/README.md
+%%WWWDIR%%/vendor/zendframework/zend-filter/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-filter/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-filter/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/AbstractDateDropdown.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/AbstractFilter.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/AbstractUnicode.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/BaseName.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Blacklist.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Boolean.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Callback.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/AbstractCompressionAlgorithm.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/Bz2.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/CompressionAlgorithmInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/Gz.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/Lzf.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/Rar.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/Snappy.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/Tar.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Compress/Zip.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/DataUnitFormatter.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/DateSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/DateTimeFormatter.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/DateTimeSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Decompress.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Decrypt.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Digits.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Dir.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Encrypt.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Encrypt/BlockCipher.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Encrypt/EncryptionAlgorithmInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Encrypt/Openssl.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Exception/BadMethodCallException.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Exception/DomainException.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Exception/ExtensionNotLoadedException.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/File/Decrypt.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/File/Encrypt.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/File/LowerCase.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/File/Rename.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/File/RenameUpload.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/File/UpperCase.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/FilterChain.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/FilterInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/FilterPluginManager.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/HtmlEntities.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Inflector.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Int.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/MonthSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Null.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/PregReplace.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/RealPath.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/StaticFilter.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/StringToLower.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/StringToUpper.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/StringTrim.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/StripNewlines.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/StripTags.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/ToInt.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/ToNull.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/UpperCaseWords.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/UriNormalize.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Whitelist.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/AbstractSeparator.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToDash.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToSeparator.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToUnderscore.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/DashToCamelCase.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/DashToSeparator.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/DashToUnderscore.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToCamelCase.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToDash.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToSeparator.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/Service/SeparatorToSeparatorFactory.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToCamelCase.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToDash.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToSeparator.php
+%%WWWDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToStudlyCase.php
+%%WWWDIR%%/vendor/zendframework/zend-form/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-form/CHANGELOG.md
+%%WWWDIR%%/vendor/zendframework/zend-form/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-form/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-form/README.md
+%%WWWDIR%%/vendor/zendframework/zend-form/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-form/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-form/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractAnnotationsListener.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractArrayAnnotation.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractArrayOrStringAnnotation.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractStringAnnotation.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/AllowEmpty.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/AnnotationBuilder.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Attributes.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/ComposedObject.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/ContinueIfEmpty.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/ElementAnnotationsListener.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/ErrorMessage.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Exclude.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Filter.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Flags.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/FormAnnotationsListener.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Hydrator.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Input.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/InputFilter.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Instance.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Name.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Object.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Options.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Required.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Type.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/ValidationGroup.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Annotation/Validator.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Button.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Captcha.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Checkbox.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Collection.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Color.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Csrf.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Date.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/DateSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/DateTime.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/DateTimeLocal.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/DateTimeSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Email.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/File.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Hidden.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Image.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Month.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/MonthSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/MultiCheckbox.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Number.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Password.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Radio.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Range.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Select.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Submit.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Text.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Textarea.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Time.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Url.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Element/Week.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/ElementAttributeRemovalInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/ElementInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/ElementPrepareAwareInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Exception/BadMethodCallException.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Exception/DomainException.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Exception/ExtensionNotLoadedException.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Exception/InvalidElementException.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Exception/UnexpectedValueException.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Factory.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Fieldset.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/FieldsetInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/FieldsetPrepareAwareInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/Form.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/FormAbstractServiceFactory.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/FormElementManager.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/FormFactoryAwareInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/FormFactoryAwareTrait.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/FormInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/InputFilterProviderFieldset.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/LabelAwareInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/LabelAwareTrait.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/AbstractHelper.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/AbstractWord.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Dumb.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Figlet.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Image.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/ReCaptcha.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileApcProgress.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileSessionProgress.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileUploadProgress.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/Form.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormButton.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCaptcha.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCheckbox.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCollection.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormColor.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDate.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTime.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTimeLocal.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTimeSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormElement.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormElementErrors.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormEmail.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormFile.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormHidden.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormImage.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormInput.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormLabel.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMonth.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMonthSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMultiCheckbox.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormNumber.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormPassword.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRadio.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRange.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormReset.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRow.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSearch.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSelect.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSubmit.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTel.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormText.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTextarea.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTime.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormUrl.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormWeek.php
+%%WWWDIR%%/vendor/zendframework/zend-form/src/View/HelperConfig.php
+%%WWWDIR%%/vendor/zendframework/zend-http/.coveralls.yml
+%%WWWDIR%%/vendor/zendframework/zend-http/CHANGELOG.md
+%%WWWDIR%%/vendor/zendframework/zend-http/CONTRIBUTING.md
+%%WWWDIR%%/vendor/zendframework/zend-http/LICENSE.txt
+%%WWWDIR%%/vendor/zendframework/zend-http/README.md
+%%WWWDIR%%/vendor/zendframework/zend-http/composer.json
+%%WWWDIR%%/vendor/zendframework/zend-http/phpunit.xml.dist
+%%WWWDIR%%/vendor/zendframework/zend-http/phpunit.xml.travis
+%%WWWDIR%%/vendor/zendframework/zend-http/src/AbstractMessage.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/AdapterInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Curl.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/InitializationException.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/OutOfRangeException.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/RuntimeException.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/TimeoutException.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Proxy.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Socket.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/StreamInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Test.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Exception/ExceptionInterface.php
+%%WWWDIR%%/vendor/zendframework/zend-http/src/Client/Exception/InvalidArgumentException.php
*** 1211 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304102029.33AKTQk3037511>