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:           Tue Jul 18 14:29:52 UTC 2017

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/php-glpi: DESCR MESSAGE Makefile PLIST distinfo
        pkgsrc/www/php-glpi/files: config_path.php crontab.sample
            httpd-glpi.conf

Log Message:
GLPI is a web based Information Resource Manager application with an
additional Administration Interface. You can use it to build up a
database with an inventory for your company (computers, software,
printers, etc).

Its enhanced functionality makes daily life for administrators easier.
Besides an inventory, it provides a trouble-ticket system, job
tracking with mail notification, and methods to build a database with
basic information about your network-topology.

<http://glpi-project.org/>


To generate a diff of this commit:
cvs rdiff -u -r1.1258 -r1.1259 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/php-glpi/DESCR pkgsrc/www/php-glpi/MESSAGE \
    pkgsrc/www/php-glpi/Makefile pkgsrc/www/php-glpi/PLIST \
    pkgsrc/www/php-glpi/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/php-glpi/files/config_path.php \
    pkgsrc/www/php-glpi/files/crontab.sample \
    pkgsrc/www/php-glpi/files/httpd-glpi.conf

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.1258 pkgsrc/www/Makefile:1.1259
--- pkgsrc/www/Makefile:1.1258  Sun Jul 16 19:04:16 2017
+++ pkgsrc/www/Makefile Tue Jul 18 14:29:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1258 2017/07/16 19:04:16 adam Exp $
+# $NetBSD: Makefile,v 1.1259 2017/07/18 14:29:51 hauke Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -571,6 +571,7 @@ SUBDIR+=    php-basercms
 SUBDIR+=       php-concrete5
 SUBDIR+=       php-curl
 SUBDIR+=       php-fpm
+SUBDIR+=       php-glpi
 SUBDIR+=       php-http
 SUBDIR+=       php-http3
 SUBDIR+=       php-ja-wordpress

Added files:

Index: pkgsrc/www/php-glpi/DESCR
diff -u /dev/null pkgsrc/www/php-glpi/DESCR:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/DESCR   Tue Jul 18 14:29:51 2017
@@ -0,0 +1,8 @@
+GLPI is an Information Resource Manager application with an additional
+Administration Interface. You can use it to build up a database with
+an inventory for your company (computers, software, printers, etc).
+
+Its enhanced functionality makes daily life for administrators easier.
+Besides an inventory, it provides a trouble-ticket system, job
+tracking with mail notification, and methods to build a database with
+basic information about your network-topology.
Index: pkgsrc/www/php-glpi/MESSAGE
diff -u /dev/null pkgsrc/www/php-glpi/MESSAGE:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/MESSAGE Tue Jul 18 14:29:51 2017
@@ -0,0 +1,12 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2017/07/18 14:29:51 hauke Exp $
+
+To set up or upgrade GLPI, activate the setup page:
+
+cd ${PREFIX}/share/glpi/install && mv install.php.disabled install.php
+
+Then, open <http://localhost/glpi>.
+
+Rename install.php when you are done.
+
+===========================================================================
Index: pkgsrc/www/php-glpi/Makefile
diff -u /dev/null pkgsrc/www/php-glpi/Makefile:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/Makefile        Tue Jul 18 14:29:51 2017
@@ -0,0 +1,98 @@
+# $NetBSD: Makefile,v 1.1 2017/07/18 14:29:51 hauke Exp $
+
+DISTNAME=      glpi-${GLPI_VERSION}
+GLPI_VERSION=  9.1.5
+CATEGORIES=    www
+
+MASTER_SITES=  https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    hauke%NetBSD.org@localhost
+HOMEPAGE=      http://glpi-project.org/
+COMMENT=       IT inventory management software
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.4:../../archivers/php-zlib
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.4:../../converters/php-mbstring
+DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=5.4:../../databases/php-ldap
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.4:../../databases/php-mysqli
+DEPENDS+=      ${PHP_PKG_PREFIX}-opcache>=5.4:../../devel/php-opcache
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-imap>=5.4:../../mail/php-imap
+DEPENDS+=      ${PHP_PKG_PREFIX}-xmlrpc>=5.4:../../net/php-xmlrpc
+DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4:../../textproc/php-json
+DEPENDS+=      ${PHP_PKG_PREFIX}-apcu_bc>=1.0:../../www/php-apcu_bc
+DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=5.4:../../www/php-curl
+DEPENDS+=      freefont-ttf-[0-9]*:../../fonts/freefont-ttf
+
+NO_BUILD=      yes
+USE_LANGUAGES= # none
+
+USE_TOOLS+=    chmod find pax
+
+BUILD_DEFS+=    APACHE_USER APACHE_GROUP VARBASE
+
+.include "../../mk/bsd.prefs.mk"
+
+APACHE_USER?=   www
+APACHE_GROUP?=  www
+
+WRKSRC=                ${WRKDIR}/glpi
+
+# Config dir managed through web interface (move under {VARBASE}/glpi?)
+PKG_SYSCONFSUBDIR=     glpi
+PKG_SYSCONFDIR_PERMS=  ${APACHE_USER} ${APACHE_GROUP} 0700
+
+EGDIR=         share/examples/glpi
+GLPI_DIR=      share/glpi
+
+.for ddd in based_config.php config.php config_path.php define.php
+CONF_FILES+=   ${EGDIR}/${ddd} ${PKG_SYSCONFDIR}/${ddd}
+.endfor
+
+MAKE_DIRS_PERMS+=      ${VARBASE}/glpi ${APACHE_USER} ${APACHE_GROUP} 0700
+.for ddd in _cron _dumps _graphs _lock _log _pictures _plugins \
+        _rss _sessions _tmp _uploads
+MAKE_DIRS_PERMS+=      ${VARBASE}/glpi/${ddd} \
+                       ${APACHE_USER} ${APACHE_GROUP} 0750
+.endfor
+MAKE_DIRS_PERMS+=      ${VARBASE}/log/glpi \
+                       ${APACHE_USER} ${REAL_ROOT_GROUP} 0750
+
+SUBST_CLASSES+=                path
+SUBST_STAGE.path=      post-configure
+SUBST_MESSAGE.path=    Fixing paths.
+SUBST_VARS.path=       PREFIX VARBASE PKG_SYSCONFDIR APACHE_USER
+SUBST_FILES.path=      config/config_path.php
+SUBST_FILES.path+=     config/crontab.sample
+SUBST_FILES.path+=     config/httpd-glpi.conf
+
+REPLACE_INTERPRETER+=  php
+REPLACE.php.old=       .*php
+REPLACE.php.new=       ${PREFIX}/bin/php
+REPLACE_FILES.php=     vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php
+.for ddd in  bench.php fetch_windows_zones.php generate_vcards \
+            generateicalendardata.php vobject
+REPLACE_FILES.php+=      vendor/sabre/vobject/bin/${ddd}
+.endfor
+
+INSTALLATION_DIRS+=    ${GLPI_DIR} ${EGDIR}
+
+post-extract:
+       for ddd in config_path.php crontab.sample httpd-glpi.conf ; do \
+               ${CP} ${FILESDIR}/$${ddd} ${WRKSRC}/config ; \
+       done
+       for ddd in ajax front lib locales pics vendor ; do \
+               find ${WRKSRC}/$${ddd} -type f -exec ${CHMOD} ugo-x \{\} \; ; \
+       done
+       cd ${WRKSRC}/install && ${MV} install.php install.php.disabled
+       ${CHMOD} ugo-x ${WRKSRC}/scripts/.htaccess
+
+do-install:
+       cd ${WRKSRC}/config && ${PAX} -rw * ${DESTDIR}${PREFIX}/${EGDIR}
+       cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${GLPI_DIR}
+
+.include "../../mk/apache.mk"
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/php-glpi/PLIST
diff -u /dev/null pkgsrc/www/php-glpi/PLIST:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/PLIST   Tue Jul 18 14:29:51 2017
@@ -0,0 +1,3313 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/18 14:29:51 hauke Exp $
+share/examples/glpi/based_config.php
+share/examples/glpi/config.php
+share/examples/glpi/config_path.php
+share/examples/glpi/crontab.sample
+share/examples/glpi/define.php
+share/examples/glpi/httpd-glpi.conf
+share/glpi/.htaccess
+share/glpi/AUTHORS.txt
+share/glpi/CHANGELOG.txt
+share/glpi/COPYING.txt
+share/glpi/LISEZMOI.txt
+share/glpi/README.md
+share/glpi/ajax/autocompletion.php
+share/glpi/ajax/comments.php
+share/glpi/ajax/common.tabs.php
+share/glpi/ajax/displayMessageAfterRedirect.php
+share/glpi/ajax/dropdownAllItems.php
+share/glpi/ajax/dropdownConnect.php
+share/glpi/ajax/dropdownConnectNetworkPort.php
+share/glpi/ajax/dropdownConnectNetworkPortDeviceType.php
+share/glpi/ajax/dropdownDelegationUsers.php
+share/glpi/ajax/dropdownFieldsBlacklist.php
+share/glpi/ajax/dropdownInstallVersion.php
+share/glpi/ajax/dropdownItilActors.php
+share/glpi/ajax/dropdownMassiveAction.php
+share/glpi/ajax/dropdownMassiveActionAddActor.php
+share/glpi/ajax/dropdownMassiveActionAddValidator.php
+share/glpi/ajax/dropdownMassiveActionAuthMethods.php
+share/glpi/ajax/dropdownMassiveActionField.php
+share/glpi/ajax/dropdownNotificationEvent.php
+share/glpi/ajax/dropdownNotificationTemplate.php
+share/glpi/ajax/dropdownRubDocument.php
+share/glpi/ajax/dropdownShowIPNetwork.php
+share/glpi/ajax/dropdownSoftwareLicense.php
+share/glpi/ajax/dropdownTicketCategories.php
+share/glpi/ajax/dropdownTrackingDeviceType.php
+share/glpi/ajax/dropdownUnicityFields.php
+share/glpi/ajax/dropdownValidator.php
+share/glpi/ajax/dropdownValuesBlacklist.php
+share/glpi/ajax/entitytree.php
+share/glpi/ajax/entitytreesearch.php
+share/glpi/ajax/entitytreesons.php
+share/glpi/ajax/genericdate.php
+share/glpi/ajax/getDropdownConnect.php
+share/glpi/ajax/getDropdownFindNum.php
+share/glpi/ajax/getDropdownNetpoint.php
+share/glpi/ajax/getDropdownNumber.php
+share/glpi/ajax/getDropdownUsers.php
+share/glpi/ajax/getDropdownValue.php
+share/glpi/ajax/getFileTag.php
+share/glpi/ajax/helpdesk_observer.php
+share/glpi/ajax/index.php
+share/glpi/ajax/inputtext.php
+share/glpi/ajax/itemTicket.php
+share/glpi/ajax/ldapdaterestriction.php
+share/glpi/ajax/massiveaction.php
+share/glpi/ajax/planning.php
+share/glpi/ajax/planningcheck.php
+share/glpi/ajax/planningend.php
+share/glpi/ajax/priority.php
+share/glpi/ajax/private_public.php
+share/glpi/ajax/resaperiod.php
+share/glpi/ajax/ruleaction.php
+share/glpi/ajax/ruleactionvalue.php
+share/glpi/ajax/rulecriteria.php
+share/glpi/ajax/rulecriteriavalue.php
+share/glpi/ajax/searchmetarow.php
+share/glpi/ajax/searchoption.php
+share/glpi/ajax/searchoptionvalue.php
+share/glpi/ajax/searchrow.php
+share/glpi/ajax/selectUnaffectedOrNewItem_Device.php
+share/glpi/ajax/solution.php
+share/glpi/ajax/subvisibility.php
+share/glpi/ajax/task.php
+share/glpi/ajax/textarea.php
+share/glpi/ajax/ticketassigninformation.php
+share/glpi/ajax/ticketiteminformation.php
+share/glpi/ajax/ticketsatisfaction.php
+share/glpi/ajax/timeline.php
+share/glpi/ajax/transfers.php
+share/glpi/ajax/uemailUpdate.php
+share/glpi/ajax/unlockobject.php
+share/glpi/ajax/updateMetaSearch.php
+share/glpi/ajax/updateTrackingDeviceType.php
+share/glpi/ajax/updateTranslationFields.php
+share/glpi/ajax/updatecurrenttab.php
+share/glpi/ajax/viewsubitem.php
+share/glpi/ajax/visibility.php
+share/glpi/apirest.md
+share/glpi/apirest.php
+share/glpi/apixmlrpc.php
+share/glpi/config/.htaccess
+share/glpi/config/based_config.php
+share/glpi/config/config.php
+share/glpi/config/config_path.php
+share/glpi/config/crontab.sample
+share/glpi/config/define.php
+share/glpi/config/httpd-glpi.conf
+share/glpi/css/highcontrast.css
+share/glpi/css/jquery-glpi.css
+share/glpi/css/jstree/d.gif
+share/glpi/css/jstree/d.png
+share/glpi/css/jstree/dot_for_ie.gif
+share/glpi/css/jstree/style.css
+share/glpi/css/jstree/throbber.gif
+share/glpi/css/nothing.gif
+share/glpi/css/palettes/aerialgreen.css
+share/glpi/css/palettes/auror.css
+share/glpi/css/palettes/automn.css
+share/glpi/css/palettes/classic.css
+share/glpi/css/palettes/clockworkorange.css
+share/glpi/css/palettes/dark.css
+share/glpi/css/palettes/flood.css
+share/glpi/css/palettes/greenflat.css
+share/glpi/css/palettes/hipster.css
+share/glpi/css/palettes/icecream.css
+share/glpi/css/palettes/lightblue.css
+share/glpi/css/palettes/premiumred.css
+share/glpi/css/palettes/previews/aerialgreen.png
+share/glpi/css/palettes/previews/auror.png
+share/glpi/css/palettes/previews/automn.png
+share/glpi/css/palettes/previews/classic.png
+share/glpi/css/palettes/previews/clockworkorange.png
+share/glpi/css/palettes/previews/dark.png
+share/glpi/css/palettes/previews/flood.png
+share/glpi/css/palettes/previews/greenflat.png
+share/glpi/css/palettes/previews/hipster.png
+share/glpi/css/palettes/previews/icecream.png
+share/glpi/css/palettes/previews/lightblue.png
+share/glpi/css/palettes/previews/premiumred.png
+share/glpi/css/palettes/previews/purplehaze.png
+share/glpi/css/palettes/previews/teclib.png
+share/glpi/css/palettes/previews/vintage.png
+share/glpi/css/palettes/purplehaze.css
+share/glpi/css/palettes/teclib.css
+share/glpi/css/palettes/vintage.css
+share/glpi/css/print.css
+share/glpi/css/style_install.css
+share/glpi/css/styles.css
+share/glpi/css/styles_ie.css
+share/glpi/css/tab-scroller-menu.css
+share/glpi/css/win_png.htc
+share/glpi/files/.htaccess
+share/glpi/files/_cron/remove.txt
+share/glpi/files/_dumps/remove.txt
+share/glpi/files/_graphs/remove.txt
+share/glpi/files/_lock/remove.txt
+share/glpi/files/_log/remove.txt
+share/glpi/files/_pictures/remove.txt
+share/glpi/files/_plugins/remove.txt
+share/glpi/files/_rss/remove.txt
+share/glpi/files/_sessions/remove.txt
+share/glpi/files/_tmp/remove.txt
+share/glpi/files/_uploads/remove.txt
+share/glpi/front/allassets.php
+share/glpi/front/apiclient.form.php
+share/glpi/front/auth.others.php
+share/glpi/front/auth.settings.php
+share/glpi/front/authldap.form.php
+share/glpi/front/authldap.php
+share/glpi/front/authmail.form.php
+share/glpi/front/authmail.php
+share/glpi/front/autoupdatesystem.form.php
+share/glpi/front/autoupdatesystem.php
+share/glpi/front/backup.php
+share/glpi/front/blacklist.form.php
+share/glpi/front/blacklist.php
+share/glpi/front/blacklistedmailcontent.form.php
+share/glpi/front/blacklistedmailcontent.php
+share/glpi/front/bookmark.php
+share/glpi/front/budget.form.php
+share/glpi/front/budget.php
+share/glpi/front/budgettype.form.php
+share/glpi/front/budgettype.php
+share/glpi/front/calendar.form.php
+share/glpi/front/calendar.php
+share/glpi/front/calendar_holiday.form.php
+share/glpi/front/calendarsegment.form.php
+share/glpi/front/cartridge.form.php
+share/glpi/front/cartridgeitem.form.php
+share/glpi/front/cartridgeitem.php
+share/glpi/front/cartridgeitem_printermodel.form.php
+share/glpi/front/cartridgeitemtype.form.php
+share/glpi/front/cartridgeitemtype.php
+share/glpi/front/central.php
+share/glpi/front/change.form.php
+share/glpi/front/change.php
+share/glpi/front/change_group.form.php
+share/glpi/front/change_item.form.php
+share/glpi/front/change_problem.form.php
+share/glpi/front/change_project.form.php
+share/glpi/front/change_supplier.form.php
+share/glpi/front/change_ticket.form.php
+share/glpi/front/change_user.form.php
+share/glpi/front/changecost.form.php
+share/glpi/front/changetask.form.php
+share/glpi/front/changevalidation.form.php
+share/glpi/front/commonitilcost.form.php
+share/glpi/front/commonitiltask.form.php
+share/glpi/front/commonitilvalidation.form.php
+share/glpi/front/computer.form.php
+share/glpi/front/computer.php
+share/glpi/front/computer_item.form.php
+share/glpi/front/computer_softwarelicense.form.php
+share/glpi/front/computer_softwareversion.form.php
+share/glpi/front/computerantivirus.form.php
+share/glpi/front/computerdisk.form.php
+share/glpi/front/computermodel.form.php
+share/glpi/front/computermodel.php
+share/glpi/front/computertype.form.php
+share/glpi/front/computertype.php
+share/glpi/front/computervirtualmachine.form.php
+share/glpi/front/config.form.php
+share/glpi/front/consumable.form.php
+share/glpi/front/consumableitem.form.php
+share/glpi/front/consumableitem.php
+share/glpi/front/consumableitemtype.form.php
+share/glpi/front/consumableitemtype.php
+share/glpi/front/contact.form.php
+share/glpi/front/contact.php
+share/glpi/front/contact_supplier.form.php
+share/glpi/front/contacttype.form.php
+share/glpi/front/contacttype.php
+share/glpi/front/contract.form.php
+share/glpi/front/contract.php
+share/glpi/front/contract_item.form.php
+share/glpi/front/contract_supplier.form.php
+share/glpi/front/contractcost.form.php
+share/glpi/front/contracttype.form.php
+share/glpi/front/contracttype.php
+share/glpi/front/control.php
+share/glpi/front/cron.php
+share/glpi/front/crontask.form.php
+share/glpi/front/crontask.php
+share/glpi/front/device.php
+share/glpi/front/devicecase.form.php
+share/glpi/front/devicecase.php
+share/glpi/front/devicecasetype.form.php
+share/glpi/front/devicecasetype.php
+share/glpi/front/devicecontrol.form.php
+share/glpi/front/devicecontrol.php
+share/glpi/front/devicedrive.form.php
+share/glpi/front/devicedrive.php
+share/glpi/front/devicegraphiccard.form.php
+share/glpi/front/devicegraphiccard.php
+share/glpi/front/deviceharddrive.form.php
+share/glpi/front/deviceharddrive.php
+share/glpi/front/devicememory.form.php
+share/glpi/front/devicememory.php
+share/glpi/front/devicememorytype.form.php
+share/glpi/front/devicememorytype.php
+share/glpi/front/devicemotherboard.form.php
+share/glpi/front/devicemotherboard.php
+share/glpi/front/devicenetworkcard.form.php
+share/glpi/front/devicenetworkcard.php
+share/glpi/front/devicepci.form.php
+share/glpi/front/devicepci.php
+share/glpi/front/devicepowersupply.form.php
+share/glpi/front/devicepowersupply.php
+share/glpi/front/deviceprocessor.form.php
+share/glpi/front/deviceprocessor.php
+share/glpi/front/devicesoundcard.form.php
+share/glpi/front/devicesoundcard.php
+share/glpi/front/dictionnary.php
+share/glpi/front/display.options.php
+share/glpi/front/displaypreference.form.php
+share/glpi/front/document.form.php
+share/glpi/front/document.php
+share/glpi/front/document.send.php
+share/glpi/front/document_item.form.php
+share/glpi/front/documentcategory.form.php
+share/glpi/front/documentcategory.php
+share/glpi/front/documenttype.form.php
+share/glpi/front/documenttype.list.php
+share/glpi/front/documenttype.php
+share/glpi/front/domain.form.php
+share/glpi/front/domain.php
+share/glpi/front/dropdown.common.form.php
+share/glpi/front/dropdown.common.php
+share/glpi/front/dropdown.php
+share/glpi/front/dropdowntranslation.form.php
+share/glpi/front/entity.form.php
+share/glpi/front/entity.php
+share/glpi/front/event.php
+share/glpi/front/fieldblacklist.form.php
+share/glpi/front/fieldblacklist.php
+share/glpi/front/fieldunicity.form.php
+share/glpi/front/fieldunicity.php
+share/glpi/front/filesystem.form.php
+share/glpi/front/filesystem.php
+share/glpi/front/fileupload.php
+share/glpi/front/find_num.php
+share/glpi/front/fqdn.form.php
+share/glpi/front/fqdn.php
+share/glpi/front/graph.send.php
+share/glpi/front/group.form.php
+share/glpi/front/group.php
+share/glpi/front/group_problem.form.php
+share/glpi/front/group_ticket.form.php
+share/glpi/front/group_user.form.php
+share/glpi/front/helpdesk.faq.php
+share/glpi/front/helpdesk.html
+share/glpi/front/helpdesk.php
+share/glpi/front/helpdesk.public.php
+share/glpi/front/holiday.form.php
+share/glpi/front/holiday.php
+share/glpi/front/index.php
+share/glpi/front/infocom.form.php
+share/glpi/front/interfacetype.form.php
+share/glpi/front/interfacetype.php
+share/glpi/front/ipnetwork.form.php
+share/glpi/front/ipnetwork.php
+share/glpi/front/ipnetwork_vlan.form.php
+share/glpi/front/item_device.common.form.php
+share/glpi/front/item_devicecase.form.php
+share/glpi/front/item_devicecontrol.form.php
+share/glpi/front/item_devicedrive.form.php
+share/glpi/front/item_devicegraphiccard.form.php
+share/glpi/front/item_deviceharddrive.form.php
+share/glpi/front/item_devicememory.form.php
+share/glpi/front/item_devicemotherboard.form.php
+share/glpi/front/item_devicenetworkcard.form.php
+share/glpi/front/item_devicepci.form.php
+share/glpi/front/item_devicepowersupply.form.php
+share/glpi/front/item_deviceprocessor.form.php
+share/glpi/front/item_devices.form.php
+share/glpi/front/item_devicesoundcard.form.php
+share/glpi/front/item_problem.form.php
+share/glpi/front/item_project.form.php
+share/glpi/front/item_ticket.form.php
+share/glpi/front/itilcategory.form.php
+share/glpi/front/itilcategory.php
+share/glpi/front/knowbaseitem.form.php
+share/glpi/front/knowbaseitem.php
+share/glpi/front/knowbaseitemcategory.form.php
+share/glpi/front/knowbaseitemcategory.php
+share/glpi/front/knowbaseitemtranslation.form.php
+share/glpi/front/ldap.group.import.php
+share/glpi/front/ldap.group.php
+share/glpi/front/ldap.import.php
+share/glpi/front/ldap.php
+share/glpi/front/link.form.php
+share/glpi/front/link.php
+share/glpi/front/link.send.php
+share/glpi/front/link_itemtype.form.php
+share/glpi/front/location.form.php
+share/glpi/front/location.php
+share/glpi/front/lock.form.php
+share/glpi/front/login.php
+share/glpi/front/logout.php
+share/glpi/front/lostpassword.php
+share/glpi/front/mailcollector.form.php
+share/glpi/front/mailcollector.php
+share/glpi/front/manufacturer.form.php
+share/glpi/front/manufacturer.php
+share/glpi/front/massiveaction.php
+share/glpi/front/migrationcleaner.php
+share/glpi/front/monitor.form.php
+share/glpi/front/monitor.php
+share/glpi/front/monitormodel.form.php
+share/glpi/front/monitormodel.php
+share/glpi/front/monitortype.form.php
+share/glpi/front/monitortype.php
+share/glpi/front/netpoint.form.php
+share/glpi/front/netpoint.php
+share/glpi/front/network.form.php
+share/glpi/front/network.php
+share/glpi/front/networkalias.form.php
+share/glpi/front/networkequipment.form.php
+share/glpi/front/networkequipment.php
+share/glpi/front/networkequipmentfirmware.form.php
+share/glpi/front/networkequipmentfirmware.php
+share/glpi/front/networkequipmentmodel.form.php
+share/glpi/front/networkequipmentmodel.php
+share/glpi/front/networkequipmenttype.form.php
+share/glpi/front/networkequipmenttype.php
+share/glpi/front/networkinterface.form.php
+share/glpi/front/networkinterface.php
+share/glpi/front/networkname.form.php
+share/glpi/front/networkname.php
+share/glpi/front/networkport.form.php
+share/glpi/front/networkport_vlan.form.php
+share/glpi/front/networkportmigration.form.php
+share/glpi/front/networkportmigration.php
+share/glpi/front/notepad.form.php
+share/glpi/front/notification.form.php
+share/glpi/front/notification.php
+share/glpi/front/notification.tags.php
+share/glpi/front/notificationmailsetting.form.php
+share/glpi/front/notificationtarget.form.php
+share/glpi/front/notificationtemplate.form.php
+share/glpi/front/notificationtemplate.php
+share/glpi/front/notificationtemplatetranslation.form.php
+share/glpi/front/notimportedemail.php
+share/glpi/front/operatingsystem.form.php
+share/glpi/front/operatingsystem.php
+share/glpi/front/operatingsystemarchitecture.form.php
+share/glpi/front/operatingsystemarchitecture.php
+share/glpi/front/operatingsystemservicepack.form.php
+share/glpi/front/operatingsystemservicepack.php
+share/glpi/front/operatingsystemversion.form.php
+share/glpi/front/operatingsystemversion.php
+share/glpi/front/peripheral.form.php
+share/glpi/front/peripheral.php
+share/glpi/front/peripheralmodel.form.php
+share/glpi/front/peripheralmodel.php
+share/glpi/front/peripheraltype.form.php
+share/glpi/front/peripheraltype.php
+share/glpi/front/phone.form.php
+share/glpi/front/phone.php
+share/glpi/front/phonemodel.form.php
+share/glpi/front/phonemodel.php
+share/glpi/front/phonepowersupply.form.php
+share/glpi/front/phonepowersupply.php
+share/glpi/front/phonetype.form.php
+share/glpi/front/phonetype.php
+share/glpi/front/planning.form.php
+share/glpi/front/planning.php
+share/glpi/front/planningrecall.form.php
+share/glpi/front/plugin.form.php
+share/glpi/front/plugin.php
+share/glpi/front/pluginimage.send.php
+share/glpi/front/preference.php
+share/glpi/front/printer.form.php
+share/glpi/front/printer.php
+share/glpi/front/printermodel.form.php
+share/glpi/front/printermodel.php
+share/glpi/front/printertype.form.php
+share/glpi/front/printertype.php
+share/glpi/front/problem.form.php
+share/glpi/front/problem.php
+share/glpi/front/problem_supplier.form.php
+share/glpi/front/problem_ticket.form.php
+share/glpi/front/problem_user.form.php
+share/glpi/front/problemcost.form.php
+share/glpi/front/problemtask.form.php
+share/glpi/front/profile.form.php
+share/glpi/front/profile.php
+share/glpi/front/profile_user.form.php
+share/glpi/front/project.form.php
+share/glpi/front/project.php
+share/glpi/front/projectcost.form.php
+share/glpi/front/projectstate.form.php
+share/glpi/front/projectstate.php
+share/glpi/front/projecttask.form.php
+share/glpi/front/projecttask.php
+share/glpi/front/projecttask_ticket.form.php
+share/glpi/front/projecttaskteam.form.php
+share/glpi/front/projecttasktype.form.php
+share/glpi/front/projecttasktype.php
+share/glpi/front/projectteam.form.php
+share/glpi/front/projecttype.form.php
+share/glpi/front/projecttype.php
+share/glpi/front/queuedmail.form.php
+share/glpi/front/queuedmail.php
+share/glpi/front/reminder.form.php
+share/glpi/front/reminder.php
+share/glpi/front/report.contract.list.php
+share/glpi/front/report.contract.php
+share/glpi/front/report.default.php
+share/glpi/front/report.dynamic.php
+share/glpi/front/report.infocom.conso.php
+share/glpi/front/report.infocom.php
+share/glpi/front/report.location.list.php
+share/glpi/front/report.netpoint.list.php
+share/glpi/front/report.networking.php
+share/glpi/front/report.php
+share/glpi/front/report.reservation.php
+share/glpi/front/report.state.php
+share/glpi/front/report.switch.list.php
+share/glpi/front/report.year.list.php
+share/glpi/front/report.year.php
+share/glpi/front/requesttype.form.php
+share/glpi/front/requesttype.php
+share/glpi/front/reservation.form.php
+share/glpi/front/reservation.php
+share/glpi/front/reservationitem.form.php
+share/glpi/front/reservationitem.php
+share/glpi/front/rssfeed.form.php
+share/glpi/front/rssfeed.php
+share/glpi/front/rule.backup.php
+share/glpi/front/rule.common.form.php
+share/glpi/front/rule.common.php
+share/glpi/front/rule.generic.form.php
+share/glpi/front/rule.php
+share/glpi/front/rule.test.php
+share/glpi/front/ruleaction.form.php
+share/glpi/front/rulecriteria.form.php
+share/glpi/front/ruledictionnarycomputermodel.form.php
+share/glpi/front/ruledictionnarycomputermodel.php
+share/glpi/front/ruledictionnarycomputertype.form.php
+share/glpi/front/ruledictionnarycomputertype.php
+share/glpi/front/ruledictionnarymanufacturer.form.php
+share/glpi/front/ruledictionnarymanufacturer.php
+share/glpi/front/ruledictionnarymonitormodel.form.php
+share/glpi/front/ruledictionnarymonitormodel.php
+share/glpi/front/ruledictionnarymonitortype.form.php
+share/glpi/front/ruledictionnarymonitortype.php
+share/glpi/front/ruledictionnarynetworkequipmentmodel.form.php
+share/glpi/front/ruledictionnarynetworkequipmentmodel.php
+share/glpi/front/ruledictionnarynetworkequipmenttype.form.php
+share/glpi/front/ruledictionnarynetworkequipmenttype.php
+share/glpi/front/ruledictionnaryoperatingsystem.form.php
+share/glpi/front/ruledictionnaryoperatingsystem.php
+share/glpi/front/ruledictionnaryoperatingsystemarchitecture.form.php
+share/glpi/front/ruledictionnaryoperatingsystemarchitecture.php
+share/glpi/front/ruledictionnaryoperatingsystemservicepack.form.php
+share/glpi/front/ruledictionnaryoperatingsystemservicepack.php
+share/glpi/front/ruledictionnaryoperatingsystemversion.form.php
+share/glpi/front/ruledictionnaryoperatingsystemversion.php
+share/glpi/front/ruledictionnaryperipheralmodel.form.php
+share/glpi/front/ruledictionnaryperipheralmodel.php
+share/glpi/front/ruledictionnaryperipheraltype.form.php
+share/glpi/front/ruledictionnaryperipheraltype.php
+share/glpi/front/ruledictionnaryphonemodel.form.php
+share/glpi/front/ruledictionnaryphonemodel.php
+share/glpi/front/ruledictionnaryphonetype.form.php
+share/glpi/front/ruledictionnaryphonetype.php
+share/glpi/front/ruledictionnaryprinter.form.php
+share/glpi/front/ruledictionnaryprinter.php
+share/glpi/front/ruledictionnaryprintermodel.form.php
+share/glpi/front/ruledictionnaryprintermodel.php
+share/glpi/front/ruledictionnaryprintertype.form.php
+share/glpi/front/ruledictionnaryprintertype.php
+share/glpi/front/ruledictionnarysoftware.form.php
+share/glpi/front/ruledictionnarysoftware.php
+share/glpi/front/ruleimportcomputer.form.php
+share/glpi/front/ruleimportcomputer.php
+share/glpi/front/ruleimportentity.form.php
+share/glpi/front/ruleimportentity.php
+share/glpi/front/rulemailcollector.form.php
+share/glpi/front/rulemailcollector.php
+share/glpi/front/ruleright.form.php
+share/glpi/front/ruleright.php
+share/glpi/front/rulerightparameter.form.php
+share/glpi/front/rulerightparameter.php
+share/glpi/front/rulesengine.test.php
+share/glpi/front/rulesoftwarecategory.form.php
+share/glpi/front/rulesoftwarecategory.php
+share/glpi/front/ruleticket.form.php
+share/glpi/front/ruleticket.php
+share/glpi/front/search.php
+share/glpi/front/setup.auth.php
+share/glpi/front/setup.notification.php
+share/glpi/front/setup.templates.php
+share/glpi/front/sla.form.php
+share/glpi/front/sla.php
+share/glpi/front/slalevel.form.php
+share/glpi/front/slalevel.php
+share/glpi/front/slalevelaction.form.php
+share/glpi/front/slalevelcriteria.form.php
+share/glpi/front/slt.form.php
+share/glpi/front/slt.php
+share/glpi/front/software.form.php
+share/glpi/front/software.php
+share/glpi/front/softwarecategory.form.php
+share/glpi/front/softwarecategory.php
+share/glpi/front/softwarelicense.form.php
+share/glpi/front/softwarelicense.php
+share/glpi/front/softwarelicensetype.form.php
+share/glpi/front/softwarelicensetype.php
+share/glpi/front/softwareversion.form.php
+share/glpi/front/solutiontemplate.form.php
+share/glpi/front/solutiontemplate.php
+share/glpi/front/solutiontype.form.php
+share/glpi/front/solutiontype.php
+share/glpi/front/ssovariable.form.php
+share/glpi/front/ssovariable.php
+share/glpi/front/stat.global.php
+share/glpi/front/stat.graph.php
+share/glpi/front/stat.item.php
+share/glpi/front/stat.location.php
+share/glpi/front/stat.php
+share/glpi/front/stat.tracking.php
+share/glpi/front/state.form.php
+share/glpi/front/state.php
+share/glpi/front/supplier.form.php
+share/glpi/front/supplier.php
+share/glpi/front/supplier_ticket.form.php
+share/glpi/front/suppliertype.form.php
+share/glpi/front/suppliertype.php
+share/glpi/front/taskcategory.form.php
+share/glpi/front/taskcategory.php
+share/glpi/front/tasktemplate.form.php
+share/glpi/front/tasktemplate.php
+share/glpi/front/ticket.form.php
+share/glpi/front/ticket.php
+share/glpi/front/ticket_ticket.form.php
+share/glpi/front/ticket_user.form.php
+share/glpi/front/ticketcost.form.php
+share/glpi/front/ticketfollowup.form.php
+share/glpi/front/ticketrecurrent.form.php
+share/glpi/front/ticketrecurrent.php
+share/glpi/front/ticketsatisfaction.form.php
+share/glpi/front/tickettask.form.php
+share/glpi/front/tickettemplate.form.php
+share/glpi/front/tickettemplate.php
+share/glpi/front/tickettemplatehiddenfield.form.php
+share/glpi/front/tickettemplatemandatoryfield.form.php
+share/glpi/front/tickettemplatepredefinedfield.form.php
+share/glpi/front/ticketvalidation.form.php
+share/glpi/front/tracking.injector.php
+share/glpi/front/transfer.action.php
+share/glpi/front/transfer.form.php
+share/glpi/front/transfer.php
+share/glpi/front/user.form.php
+share/glpi/front/user.php
+share/glpi/front/usercategory.form.php
+share/glpi/front/usercategory.php
+share/glpi/front/usertitle.form.php
+share/glpi/front/usertitle.php
+share/glpi/front/virtualmachinestate.form.php
+share/glpi/front/virtualmachinestate.php
+share/glpi/front/virtualmachinesystem.form.php
+share/glpi/front/virtualmachinesystem.php
+share/glpi/front/virtualmachinetype.form.php
+share/glpi/front/virtualmachinetype.php
+share/glpi/front/vlan.form.php
+share/glpi/front/vlan.php
+share/glpi/front/wifinetwork.form.php
+share/glpi/front/wifinetwork.php
+share/glpi/inc/ajax.class.php
+share/glpi/inc/alert.class.php
+share/glpi/inc/api.class.php
+share/glpi/inc/apiclient.class.php
+share/glpi/inc/apirest.class.php
+share/glpi/inc/apixmlrpc.class.php
+share/glpi/inc/auth.class.php
+share/glpi/inc/authldap.class.php
+share/glpi/inc/authldapreplicate.class.php
+share/glpi/inc/authmail.class.php
+share/glpi/inc/autoload.function.php
+share/glpi/inc/autoupdatesystem.class.php
+share/glpi/inc/backup.class.php
+share/glpi/inc/blacklist.class.php
+share/glpi/inc/blacklistedmailcontent.class.php
+share/glpi/inc/bookmark.class.php
+share/glpi/inc/bookmark_user.class.php
+share/glpi/inc/budget.class.php
+share/glpi/inc/budgettype.class.php
+share/glpi/inc/calendar.class.php
+share/glpi/inc/calendar_holiday.class.php
+share/glpi/inc/calendarsegment.class.php
+share/glpi/inc/cartridge.class.php
+share/glpi/inc/cartridgeitem.class.php
+share/glpi/inc/cartridgeitem_printermodel.class.php
+share/glpi/inc/cartridgeitemtype.class.php
+share/glpi/inc/central.class.php
+share/glpi/inc/change.class.php
+share/glpi/inc/change_group.class.php
+share/glpi/inc/change_item.class.php
+share/glpi/inc/change_problem.class.php
+share/glpi/inc/change_project.class.php
+share/glpi/inc/change_supplier.class.php
+share/glpi/inc/change_ticket.class.php
+share/glpi/inc/change_user.class.php
+share/glpi/inc/changecost.class.php
+share/glpi/inc/changetask.class.php
+share/glpi/inc/changevalidation.class.php
+share/glpi/inc/commondbchild.class.php
+share/glpi/inc/commondbconnexity.class.php
+share/glpi/inc/commondbrelation.class.php
+share/glpi/inc/commondbtm.class.php
+share/glpi/inc/commondevice.class.php
+share/glpi/inc/commondropdown.class.php
+share/glpi/inc/commonglpi.class.php
+share/glpi/inc/commonimplicittreedropdown.class.php
+share/glpi/inc/commonitilactor.class.php
+share/glpi/inc/commonitilcost.class.php
+share/glpi/inc/commonitilobject.class.php
+share/glpi/inc/commonitiltask.class.php
+share/glpi/inc/commonitilvalidation.class.php
+share/glpi/inc/commontreedropdown.class.php
+share/glpi/inc/computer.class.php
+share/glpi/inc/computer_item.class.php
+share/glpi/inc/computer_softwarelicense.class.php
+share/glpi/inc/computer_softwareversion.class.php
+share/glpi/inc/computerantivirus.class.php
+share/glpi/inc/computerdisk.class.php
+share/glpi/inc/computermodel.class.php
+share/glpi/inc/computertype.class.php
+share/glpi/inc/computervirtualmachine.class.php
+share/glpi/inc/config.class.php
+share/glpi/inc/consumable.class.php
+share/glpi/inc/consumableitem.class.php
+share/glpi/inc/consumableitemtype.class.php
+share/glpi/inc/contact.class.php
+share/glpi/inc/contact_supplier.class.php
+share/glpi/inc/contacttype.class.php
+share/glpi/inc/contract.class.php
+share/glpi/inc/contract_item.class.php
+share/glpi/inc/contract_supplier.class.php
+share/glpi/inc/contractcost.class.php
+share/glpi/inc/contracttype.class.php
+share/glpi/inc/control.class.php
+share/glpi/inc/crontask.class.php
+share/glpi/inc/crontasklog.class.php
+share/glpi/inc/db.function.php
+share/glpi/inc/dbconnection.class.php
+share/glpi/inc/dbmysql.class.php
+share/glpi/inc/devicecase.class.php
+share/glpi/inc/devicecasetype.class.php
+share/glpi/inc/devicecontrol.class.php
+share/glpi/inc/devicedrive.class.php
+share/glpi/inc/devicegraphiccard.class.php
+share/glpi/inc/deviceharddrive.class.php
+share/glpi/inc/devicememory.class.php
+share/glpi/inc/devicememorytype.class.php
+share/glpi/inc/devicemotherboard.class.php
+share/glpi/inc/devicenetworkcard.class.php
+share/glpi/inc/devicepci.class.php
+share/glpi/inc/devicepowersupply.class.php
+share/glpi/inc/deviceprocessor.class.php
+share/glpi/inc/devicesoundcard.class.php
+share/glpi/inc/displaypreference.class.php
+share/glpi/inc/document.class.php
+share/glpi/inc/document_item.class.php
+share/glpi/inc/documentcategory.class.php
+share/glpi/inc/documenttype.class.php
+share/glpi/inc/domain.class.php
+share/glpi/inc/dropdown.class.php
+share/glpi/inc/dropdowntranslation.class.php
+share/glpi/inc/entity.class.php
+share/glpi/inc/entity_knowbaseitem.class.php
+share/glpi/inc/entity_reminder.class.php
+share/glpi/inc/entity_rssfeed.class.php
+share/glpi/inc/event.class.php
+share/glpi/inc/fieldblacklist.class.php
+share/glpi/inc/fieldunicity.class.php
+share/glpi/inc/filesystem.class.php
+share/glpi/inc/fqdn.class.php
+share/glpi/inc/fqdnlabel.class.php
+share/glpi/inc/glpimailer.class.php
+share/glpi/inc/glpipdf.class.php
+share/glpi/inc/graphpalette.class.php
+share/glpi/inc/group.class.php
+share/glpi/inc/group_knowbaseitem.class.php
+share/glpi/inc/group_problem.class.php
+share/glpi/inc/group_reminder.class.php
+share/glpi/inc/group_rssfeed.class.php
+share/glpi/inc/group_ticket.class.php
+share/glpi/inc/group_user.class.php
+share/glpi/inc/holiday.class.php
+share/glpi/inc/html.class.php
+share/glpi/inc/htmltablebase.class.php
+share/glpi/inc/htmltablecell.class.php
+share/glpi/inc/htmltableentity.class.php
+share/glpi/inc/htmltablegroup.class.php
+share/glpi/inc/htmltableheader.class.php
+share/glpi/inc/htmltablemain.class.php
+share/glpi/inc/htmltablerow.class.php
+share/glpi/inc/htmltablesubheader.class.php
+share/glpi/inc/htmltablesuperheader.class.php
+share/glpi/inc/includes.php
+share/glpi/inc/index.php
+share/glpi/inc/infocom.class.php
+share/glpi/inc/interfacetype.class.php
+share/glpi/inc/ipaddress.class.php
+share/glpi/inc/ipaddress_ipnetwork.class.php
+share/glpi/inc/ipnetmask.class.php
+share/glpi/inc/ipnetwork.class.php
+share/glpi/inc/ipnetwork_vlan.class.php
+share/glpi/inc/item_devicecase.class.php
+share/glpi/inc/item_devicecontrol.class.php
+share/glpi/inc/item_devicedrive.class.php
+share/glpi/inc/item_devicegraphiccard.class.php
+share/glpi/inc/item_deviceharddrive.class.php
+share/glpi/inc/item_devicememory.class.php
+share/glpi/inc/item_devicemotherboard.class.php
+share/glpi/inc/item_devicenetworkcard.class.php
+share/glpi/inc/item_devicepci.class.php
+share/glpi/inc/item_devicepowersupply.class.php
+share/glpi/inc/item_deviceprocessor.class.php
+share/glpi/inc/item_devices.class.php
+share/glpi/inc/item_devicesoundcard.class.php
+share/glpi/inc/item_problem.class.php
+share/glpi/inc/item_project.class.php
+share/glpi/inc/item_ticket.class.php
+share/glpi/inc/itilcategory.class.php
+share/glpi/inc/knowbase.class.php
+share/glpi/inc/knowbaseitem.class.php
+share/glpi/inc/knowbaseitem_profile.class.php
+share/glpi/inc/knowbaseitem_user.class.php
+share/glpi/inc/knowbaseitemcategory.class.php
+share/glpi/inc/knowbaseitemtranslation.class.php
+share/glpi/inc/link.class.php
+share/glpi/inc/link_itemtype.class.php
+share/glpi/inc/location.class.php
+share/glpi/inc/lock.class.php
+share/glpi/inc/log.class.php
+share/glpi/inc/mailcollector.class.php
+share/glpi/inc/manufacturer.class.php
+share/glpi/inc/massiveaction.class.php
+share/glpi/inc/migration.class.php
+share/glpi/inc/migrationcleaner.class.php
+share/glpi/inc/monitor.class.php
+share/glpi/inc/monitormodel.class.php
+share/glpi/inc/monitortype.class.php
+share/glpi/inc/netpoint.class.php
+share/glpi/inc/network.class.php
+share/glpi/inc/networkalias.class.php
+share/glpi/inc/networkequipment.class.php
+share/glpi/inc/networkequipmentfirmware.class.php
+share/glpi/inc/networkequipmentmodel.class.php
+share/glpi/inc/networkequipmenttype.class.php
+share/glpi/inc/networkinterface.class.php
+share/glpi/inc/networkname.class.php
+share/glpi/inc/networkport.class.php
+share/glpi/inc/networkport_networkport.class.php
+share/glpi/inc/networkport_vlan.class.php
+share/glpi/inc/networkportaggregate.class.php
+share/glpi/inc/networkportalias.class.php
+share/glpi/inc/networkportdialup.class.php
+share/glpi/inc/networkportethernet.class.php
+share/glpi/inc/networkportfiberchannel.class.php
+share/glpi/inc/networkportinstantiation.class.php
+share/glpi/inc/networkportlocal.class.php
+share/glpi/inc/networkportmigration.class.php
+share/glpi/inc/networkportwifi.class.php
+share/glpi/inc/notepad.class.php
+share/glpi/inc/notification.class.php
+share/glpi/inc/notificationevent.class.php
+share/glpi/inc/notificationinterface.class.php
+share/glpi/inc/notificationmail.class.php
+share/glpi/inc/notificationmailsetting.class.php
+share/glpi/inc/notificationtarget.class.php
+share/glpi/inc/notificationtargetcartridgeitem.class.php
+share/glpi/inc/notificationtargetchange.class.php
+share/glpi/inc/notificationtargetcommonitilobject.class.php
+share/glpi/inc/notificationtargetconsumableitem.class.php
+share/glpi/inc/notificationtargetcontract.class.php
+share/glpi/inc/notificationtargetcrontask.class.php
+share/glpi/inc/notificationtargetdbconnection.class.php
+share/glpi/inc/notificationtargetfieldunicity.class.php
+share/glpi/inc/notificationtargetinfocom.class.php
+share/glpi/inc/notificationtargetmailcollector.class.php
+share/glpi/inc/notificationtargetobjectlock.class.php
+share/glpi/inc/notificationtargetplanningrecall.class.php
+share/glpi/inc/notificationtargetproblem.class.php
+share/glpi/inc/notificationtargetproject.class.php
+share/glpi/inc/notificationtargetprojecttask.class.php
+share/glpi/inc/notificationtargetreservation.class.php
+share/glpi/inc/notificationtargetsoftwarelicense.class.php
+share/glpi/inc/notificationtargetticket.class.php
+share/glpi/inc/notificationtargetuser.class.php
+share/glpi/inc/notificationtemplate.class.php
+share/glpi/inc/notificationtemplatetranslation.class.php
+share/glpi/inc/notimportedemail.class.php
+share/glpi/inc/objectlock.class.php
+share/glpi/inc/operatingsystem.class.php
+share/glpi/inc/operatingsystemarchitecture.class.php
+share/glpi/inc/operatingsystemservicepack.class.php
+share/glpi/inc/operatingsystemversion.class.php
+share/glpi/inc/peripheral.class.php
+share/glpi/inc/peripheralmodel.class.php
+share/glpi/inc/peripheraltype.class.php
+share/glpi/inc/phone.class.php
+share/glpi/inc/phonemodel.class.php
+share/glpi/inc/phonepowersupply.class.php
+share/glpi/inc/phonetype.class.php
+share/glpi/inc/planning.class.php
+share/glpi/inc/planningrecall.class.php
+share/glpi/inc/plugin.class.php
+share/glpi/inc/preference.class.php
+share/glpi/inc/printer.class.php
+share/glpi/inc/printermodel.class.php
+share/glpi/inc/printertype.class.php
+share/glpi/inc/problem.class.php
+share/glpi/inc/problem_supplier.class.php
+share/glpi/inc/problem_ticket.class.php
+share/glpi/inc/problem_user.class.php
+share/glpi/inc/problemcost.class.php
+share/glpi/inc/problemtask.class.php
+share/glpi/inc/profile.class.php
+share/glpi/inc/profile_reminder.class.php
+share/glpi/inc/profile_rssfeed.class.php
+share/glpi/inc/profile_user.class.php
+share/glpi/inc/profileright.class.php
+share/glpi/inc/project.class.php
+share/glpi/inc/projectcost.class.php
+share/glpi/inc/projectstate.class.php
+share/glpi/inc/projecttask.class.php
+share/glpi/inc/projecttask_ticket.class.php
+share/glpi/inc/projecttaskteam.class.php
+share/glpi/inc/projecttasktype.class.php
+share/glpi/inc/projectteam.class.php
+share/glpi/inc/projecttype.class.php
+share/glpi/inc/queuedmail.class.php
+share/glpi/inc/registeredid.class.php
+share/glpi/inc/relation.constant.php
+share/glpi/inc/reminder.class.php
+share/glpi/inc/reminder_user.class.php
+share/glpi/inc/report.class.php
+share/glpi/inc/requesttype.class.php
+share/glpi/inc/reservation.class.php
+share/glpi/inc/reservationitem.class.php
+share/glpi/inc/rssfeed.class.php
+share/glpi/inc/rssfeed_user.class.php
+share/glpi/inc/rule.class.php
+share/glpi/inc/ruleaction.class.php
+share/glpi/inc/rulecollection.class.php
+share/glpi/inc/rulecriteria.class.php
+share/glpi/inc/ruledictionnarycomputermodel.class.php
+share/glpi/inc/ruledictionnarycomputermodelcollection.class.php
+share/glpi/inc/ruledictionnarycomputertype.class.php
+share/glpi/inc/ruledictionnarycomputertypecollection.class.php
+share/glpi/inc/ruledictionnarydropdown.class.php
+share/glpi/inc/ruledictionnarydropdowncollection.class.php
+share/glpi/inc/ruledictionnarymanufacturer.class.php
+share/glpi/inc/ruledictionnarymanufacturercollection.class.php
+share/glpi/inc/ruledictionnarymonitormodel.class.php
+share/glpi/inc/ruledictionnarymonitormodelcollection.class.php
+share/glpi/inc/ruledictionnarymonitortype.class.php
+share/glpi/inc/ruledictionnarymonitortypecollection.class.php
+share/glpi/inc/ruledictionnarynetworkequipmentmodel.class.php
+share/glpi/inc/ruledictionnarynetworkequipmentmodelcollection.class.php
+share/glpi/inc/ruledictionnarynetworkequipmenttype.class.php
+share/glpi/inc/ruledictionnarynetworkequipmenttypecollection.class.php
+share/glpi/inc/ruledictionnaryoperatingsystem.class.php
+share/glpi/inc/ruledictionnaryoperatingsystemarchitecture.class.php
+share/glpi/inc/ruledictionnaryoperatingsystemarchitecturecollection.class.php
+share/glpi/inc/ruledictionnaryoperatingsystemcollection.class.php
+share/glpi/inc/ruledictionnaryoperatingsystemservicepack.class.php
+share/glpi/inc/ruledictionnaryoperatingsystemservicepackcollection.class.php
+share/glpi/inc/ruledictionnaryoperatingsystemversion.class.php
+share/glpi/inc/ruledictionnaryoperatingsystemversioncollection.class.php
+share/glpi/inc/ruledictionnaryperipheralmodel.class.php
+share/glpi/inc/ruledictionnaryperipheralmodelcollection.class.php
+share/glpi/inc/ruledictionnaryperipheraltype.class.php
+share/glpi/inc/ruledictionnaryperipheraltypecollection.class.php
+share/glpi/inc/ruledictionnaryphonemodel.class.php
+share/glpi/inc/ruledictionnaryphonemodelcollection.class.php
+share/glpi/inc/ruledictionnaryphonetype.class.php
+share/glpi/inc/ruledictionnaryphonetypecollection.class.php
+share/glpi/inc/ruledictionnaryprinter.class.php
+share/glpi/inc/ruledictionnaryprintercollection.class.php
+share/glpi/inc/ruledictionnaryprintermodel.class.php
+share/glpi/inc/ruledictionnaryprintermodelcollection.class.php
+share/glpi/inc/ruledictionnaryprintertype.class.php
+share/glpi/inc/ruledictionnaryprintertypecollection.class.php
+share/glpi/inc/ruledictionnarysoftware.class.php
+share/glpi/inc/ruledictionnarysoftwarecollection.class.php
+share/glpi/inc/ruleimportcomputer.class.php
+share/glpi/inc/ruleimportcomputercollection.class.php
+share/glpi/inc/ruleimportentity.class.php
+share/glpi/inc/ruleimportentitycollection.class.php
+share/glpi/inc/rulemailcollector.class.php
+share/glpi/inc/rulemailcollectorcollection.class.php
+share/glpi/inc/ruleright.class.php
+share/glpi/inc/rulerightcollection.class.php
+share/glpi/inc/rulerightparameter.class.php
+share/glpi/inc/rulesoftwarecategory.class.php
+share/glpi/inc/rulesoftwarecategorycollection.class.php
+share/glpi/inc/ruleticket.class.php
+share/glpi/inc/ruleticketcollection.class.php
+share/glpi/inc/search.class.php
+share/glpi/inc/session.class.php
+share/glpi/inc/singletonrulelist.class.php
+share/glpi/inc/sla.class.php
+share/glpi/inc/slalevel.class.php
+share/glpi/inc/slalevel_ticket.class.php
+share/glpi/inc/slalevelaction.class.php
+share/glpi/inc/slalevelcriteria.class.php
+share/glpi/inc/slt.class.php
+share/glpi/inc/software.class.php
+share/glpi/inc/softwarecategory.class.php
+share/glpi/inc/softwarelicense.class.php
+share/glpi/inc/softwarelicensetype.class.php
+share/glpi/inc/softwareversion.class.php
+share/glpi/inc/solutiontemplate.class.php
+share/glpi/inc/solutiontype.class.php
+share/glpi/inc/ssovariable.class.php
+share/glpi/inc/stat.class.php
+share/glpi/inc/state.class.php
+share/glpi/inc/supplier.class.php
+share/glpi/inc/supplier_ticket.class.php
+share/glpi/inc/suppliertype.class.php
+share/glpi/inc/taskcategory.class.php
+share/glpi/inc/tasktemplate.class.php
+share/glpi/inc/ticket.class.php
+share/glpi/inc/ticket_ticket.class.php
+share/glpi/inc/ticket_user.class.php
+share/glpi/inc/ticketcost.class.php
+share/glpi/inc/ticketfollowup.class.php
+share/glpi/inc/ticketrecurrent.class.php
+share/glpi/inc/ticketsatisfaction.class.php
+share/glpi/inc/tickettask.class.php
+share/glpi/inc/tickettemplate.class.php
+share/glpi/inc/tickettemplatehiddenfield.class.php
+share/glpi/inc/tickettemplatemandatoryfield.class.php
+share/glpi/inc/tickettemplatepredefinedfield.class.php
+share/glpi/inc/ticketvalidation.class.php
+share/glpi/inc/timer.class.php
+share/glpi/inc/toolbox.class.php
+share/glpi/inc/transfer.class.php
+share/glpi/inc/user.class.php
+share/glpi/inc/usercategory.class.php
+share/glpi/inc/useremail.class.php
+share/glpi/inc/usertitle.class.php
+share/glpi/inc/virtualmachinestate.class.php
+share/glpi/inc/virtualmachinesystem.class.php
+share/glpi/inc/virtualmachinetype.class.php
+share/glpi/inc/vlan.class.php
+share/glpi/inc/wifinetwork.class.php
+share/glpi/inc/xhprof.class.php
+share/glpi/inc/xml.class.php
+share/glpi/index.php
+share/glpi/install/index.php
+share/glpi/install/install.php.disabled
+share/glpi/install/mysql/.htaccess
+share/glpi/install/mysql/glpi-9.1-empty.sql
+share/glpi/install/mysql/glpi-9.1.1-empty.sql
+share/glpi/install/mysql/glpi-9.1.3-empty.sql
+share/glpi/install/update.php
+share/glpi/install/update_031_04.php
+share/glpi/install/update_042_05.php
+share/glpi/install/update_04_042.php
+share/glpi/install/update_051_06.php
+share/glpi/install/update_05_051.php
+share/glpi/install/update_065_068.php
+share/glpi/install/update_0681_07.php
+share/glpi/install/update_068_0681.php
+share/glpi/install/update_06_065.php
+share/glpi/install/update_0712_0713.php
+share/glpi/install/update_0713_072.php
+share/glpi/install/update_071_0712.php
+share/glpi/install/update_0721_0722.php
+share/glpi/install/update_0722_0723.php
+share/glpi/install/update_0723_078.php
+share/glpi/install/update_072_0721.php
+share/glpi/install/update_0781_0782.php
+share/glpi/install/update_0782_080.php
+share/glpi/install/update_078_0781.php
+share/glpi/install/update_07_071.php
+share/glpi/install/update_0801_0803.php
+share/glpi/install/update_0803_083.php
+share/glpi/install/update_080_0801.php
+share/glpi/install/update_0831_0833.php
+share/glpi/install/update_0831_084.php
+share/glpi/install/update_083_0831.php
+share/glpi/install/update_0841_0843.php
+share/glpi/install/update_0843_0844.php
+share/glpi/install/update_0845_0846.php
+share/glpi/install/update_084_0841.php
+share/glpi/install/update_084_085.php
+share/glpi/install/update_0853_0855.php
+share/glpi/install/update_0855_090.php
+share/glpi/install/update_085_0853.php
+share/glpi/install/update_0901_0905.php
+share/glpi/install/update_0905_91.php
+share/glpi/install/update_090_0901.php
+share/glpi/install/update_911_913.php
+share/glpi/install/update_91_911.php
+share/glpi/install/update_content.php
+share/glpi/install/update_to_031.php
+share/glpi/lib/FreeSans.ttf
+share/glpi/lib/htmlawed/htmLawed.php
+share/glpi/lib/index.php
+share/glpi/lib/jquery/css/smoothness/images/animated-overlay.gif
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_0_FFF_40x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_65_ffffff_40x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_75_dadada_40x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_75_e6e6e6_40x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_95_fef1ec_40x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+share/glpi/lib/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+share/glpi/lib/jquery/css/smoothness/images/ui-icons_222222_256x240.png
+share/glpi/lib/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png
+share/glpi/lib/jquery/css/smoothness/images/ui-icons_454545_256x240.png
+share/glpi/lib/jquery/css/smoothness/images/ui-icons_888888_256x240.png
+share/glpi/lib/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png
+share/glpi/lib/jquery/css/smoothness/jquery-ui-1.10.4.custom.css
+share/glpi/lib/jquery/css/smoothness/jquery-ui-1.10.4.custom.min.css
+share/glpi/lib/jquery/i18n/jquery-ui-i18n.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-af.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ar-DZ.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ar.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-az.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-be.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-bg.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-bs.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ca.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-cs.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-cy-GB.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-da.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-de.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-el.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-en-AU.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-en-GB.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-en-NZ.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-eo.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-es.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-et.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-eu.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fa.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fi.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fo.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fr-CA.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fr-CH.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fr.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-gl.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-he.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hi.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hr.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hu.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hy.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-id.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-is.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-it.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ja.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ka.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-kk.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-km.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ko.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ky.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-lb.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-lt.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-lv.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-mk.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ml.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ms.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nb.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nl-BE.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nl.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nn.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-no.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-pl.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-pt-BR.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-pt.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-rm.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ro.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ru.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sk.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sl.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sq.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sr-SR.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sr.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sv.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ta.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-th.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-tj.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-tr.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-uk.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-vi.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-zh-CN.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-zh-HK.js
+share/glpi/lib/jquery/i18n/jquery.ui.datepicker-zh-TW.js
+share/glpi/lib/jquery/js/jquery-1.10.2.js
+share/glpi/lib/jquery/js/jquery-1.10.2.min.js
+share/glpi/lib/jquery/js/jquery-1.10.2.min.map
+share/glpi/lib/jquery/js/jquery-ui-1.10.4.custom.js
+share/glpi/lib/jquery/js/jquery-ui-1.10.4.custom.min.js
+share/glpi/lib/jqueryplugins/autogrow/jquery.autogrow-textarea.js
+share/glpi/lib/jqueryplugins/autogrow/jquery.autogrow-textarea.min.js
+share/glpi/lib/jqueryplugins/backtotop/BackToTop.jquery.css
+share/glpi/lib/jqueryplugins/backtotop/BackToTop.jquery.js
+share/glpi/lib/jqueryplugins/backtotop/BackToTop.min.jquery.js
+share/glpi/lib/jqueryplugins/fullcalendar/CHANGELOG.txt
+share/glpi/lib/jqueryplugins/fullcalendar/CONTRIBUTING.txt
+share/glpi/lib/jqueryplugins/fullcalendar/LICENSE.txt
+share/glpi/lib/jqueryplugins/fullcalendar/demos/agenda-views.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/background-events.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/basic-views.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/default.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/external-dragging.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/gcal.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/json.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/json/events.json
+share/glpi/lib/jqueryplugins/fullcalendar/demos/list-views.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/locales.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/php/get-events.php
+share/glpi/lib/jqueryplugins/fullcalendar/demos/php/get-timezones.php
+share/glpi/lib/jqueryplugins/fullcalendar/demos/php/utils.php
+share/glpi/lib/jqueryplugins/fullcalendar/demos/selectable.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/theme.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/timezones.html
+share/glpi/lib/jqueryplugins/fullcalendar/demos/week-numbers.html
+share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.css
+share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.js
+share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.min.css
+share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.min.js
+share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.print.css
+share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.print.min.css
+share/glpi/lib/jqueryplugins/fullcalendar/gcal.js
+share/glpi/lib/jqueryplugins/fullcalendar/gcal.min.js
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-icons_2694e8_256x240.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-icons_2e83ff_256x240.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-icons_3d80b3_256x240.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-icons_72a7cf_256x240.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/images/ui-icons_ffffff_256x240.png
+share/glpi/lib/jqueryplugins/fullcalendar/lib/cupertino/jquery-ui.min.css
+share/glpi/lib/jqueryplugins/fullcalendar/lib/jquery-ui.min.js
+share/glpi/lib/jqueryplugins/fullcalendar/lib/jquery.min.js
+share/glpi/lib/jqueryplugins/fullcalendar/lib/moment.min.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale-all.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/af.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-dz.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-ly.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-ma.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-sa.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-tn.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ar.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/bg.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ca.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/cs.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/da.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/de-at.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/de.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/el.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/en-au.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/en-ca.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/en-gb.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/en-ie.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/en-nz.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/es-do.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/es.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/eu.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/fa.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/fi.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/fr-ca.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/fr-ch.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/fr.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/gl.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/he.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/hi.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/hr.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/hu.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/id.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/is.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/it.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ja.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/kk.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ko.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/lb.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/lt.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/lv.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/mk.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ms-my.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ms.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/nb.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/nl-be.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/nl.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/nn.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/pl.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/pt-br.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/pt.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ro.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/ru.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/sk.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/sl.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/sr-cyrl.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/sr.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/sv.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/th.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/tr.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/uk.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/vi.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/zh-cn.js
+share/glpi/lib/jqueryplugins/fullcalendar/locale/zh-tw.js
+share/glpi/lib/jqueryplugins/imagepaste/IE_support/Supa.jar
+share/glpi/lib/jqueryplugins/imagepaste/IE_support/Supa.jar.signed.development
+share/glpi/lib/jqueryplugins/imagepaste/img/imagepaste.png
+share/glpi/lib/jqueryplugins/imagepaste/jquery.image_paste.js
+share/glpi/lib/jqueryplugins/imagepaste/jquery.image_paste.min.js
+share/glpi/lib/jqueryplugins/jcrop/Jcrop.gif
+share/glpi/lib/jqueryplugins/jcrop/jquery.Jcrop.js
+share/glpi/lib/jqueryplugins/jcrop/jquery.Jcrop.min.css
+share/glpi/lib/jqueryplugins/jcrop/jquery.Jcrop.min.js
+share/glpi/lib/jqueryplugins/jquery-file-upload/README.md
+share/glpi/lib/jqueryplugins/jquery-file-upload/js/jquery.fileupload.js
+share/glpi/lib/jqueryplugins/jquery-file-upload/js/jquery.fileupload.min.js
+share/glpi/lib/jqueryplugins/jquery-file-upload/js/jquery.iframe-transport.js
+share/glpi/lib/jqueryplugins/jquery-file-upload/js/jquery.iframe-transport.min.js
+share/glpi/lib/jqueryplugins/jquery-file-upload/server/php/UploadHandler.php
+share/glpi/lib/jqueryplugins/jquery-gantt/CONTRIBUTORS.md
+share/glpi/lib/jqueryplugins/jquery-gantt/README.md
+share/glpi/lib/jqueryplugins/jquery-gantt/css/style.css
+share/glpi/lib/jqueryplugins/jquery-gantt/img/grid.png
+share/glpi/lib/jqueryplugins/jquery-gantt/img/icon_sprite.png
+share/glpi/lib/jqueryplugins/jquery-gantt/img/loader_bg.png
+share/glpi/lib/jqueryplugins/jquery-gantt/img/slider_handle.png
+share/glpi/lib/jqueryplugins/jquery-gantt/index.html
+share/glpi/lib/jqueryplugins/jquery-gantt/js/dataDays.js
+share/glpi/lib/jqueryplugins/jquery-gantt/js/dataDaysEnh.js
+share/glpi/lib/jqueryplugins/jquery-gantt/js/dataHours.js
+share/glpi/lib/jqueryplugins/jquery-gantt/js/jquery.cookie.js
+share/glpi/lib/jqueryplugins/jquery-gantt/js/jquery.fn.gantt.js
+share/glpi/lib/jqueryplugins/jquery-gantt/js/jquery.fn.gantt.min.js
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/Readme
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/css/jquery.scrollabletab.css
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/css/jquery.scrollabletab.min.css
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/index.html
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.init.js
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.mousewheel.js
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.mousewheel.min.js
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.scrollabletab.js
+share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.scrollabletab.min.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/README.md
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-addon-i18n.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-addon-i18n.min.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-af.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-am.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-bg.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ca.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-cs.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-da.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-de.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-el.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-es.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-et.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-eu.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-fi.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-fr.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-gl.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-he.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-hr.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-hu.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-id.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-it.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ja.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ko.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-lt.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-nl.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-no.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-pl.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-pt-BR.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-pt.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ro.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ru.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sk.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sl.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sr-RS.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sr-YU.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sv.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-th.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-tr.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-uk.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-vi.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-zh-CN.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-zh-TW.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/index.html
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-sliderAccess.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.css
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.js
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.min.css
+share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.min.js
+share/glpi/lib/jqueryplugins/jstree/README.txt
+share/glpi/lib/jqueryplugins/jstree/jquery.jstree.js
+share/glpi/lib/jqueryplugins/jstree/jquery.jstree.min.js
+share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.css
+share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.js
+share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.min.css
+share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.min.js
+share/glpi/lib/jqueryplugins/rateit/delete.gif
+share/glpi/lib/jqueryplugins/rateit/jquery.rateit.js
+share/glpi/lib/jqueryplugins/rateit/jquery.rateit.min.js
+share/glpi/lib/jqueryplugins/rateit/rateit.css
+share/glpi/lib/jqueryplugins/rateit/rateit.min.css
+share/glpi/lib/jqueryplugins/rateit/star.gif
+share/glpi/lib/jqueryplugins/select2/LICENSE
+share/glpi/lib/jqueryplugins/select2/README.md
+share/glpi/lib/jqueryplugins/select2/select2-bootstrap.css
+share/glpi/lib/jqueryplugins/select2/select2-spinner.gif
+share/glpi/lib/jqueryplugins/select2/select2.css
+share/glpi/lib/jqueryplugins/select2/select2.jquery.json
+share/glpi/lib/jqueryplugins/select2/select2.js
+share/glpi/lib/jqueryplugins/select2/select2.min.css
+share/glpi/lib/jqueryplugins/select2/select2.min.js
+share/glpi/lib/jqueryplugins/select2/select2.png
+share/glpi/lib/jqueryplugins/select2/select2_locale_ar.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_az.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_bg.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ca.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_cs.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_da.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_de.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_el.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_en.js.template
+share/glpi/lib/jqueryplugins/select2/select2_locale_es.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_et.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_eu.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_fa.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_fi.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_fr.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_gl.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_he.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_hr.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_hu.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_id.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_is.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_it.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ja.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ka.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ko.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_lt.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_lv.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_mk.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ms.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_nb.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_nl.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_no.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_pl.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_pt-BR.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_pt-PT.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ro.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_rs.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ru.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_sk.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_sv.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_th.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_tr.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ua.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_ug-CN.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_uk.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_vi.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_zh-CN.js
+share/glpi/lib/jqueryplugins/select2/select2_locale_zh-TW.js
+share/glpi/lib/jqueryplugins/select2/select2x2.png
+share/glpi/lib/jqueryplugins/spectrum-colorpicker/LICENSE
+share/glpi/lib/jqueryplugins/spectrum-colorpicker/README.md
+share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum-min.js
+share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.css
+share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.jquery.json
+share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.js
+share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.min.css
+share/glpi/lib/prism/prism.css
+share/glpi/lib/prism/prism.js
+share/glpi/lib/tiny_mce/changelog.txt
+share/glpi/lib/tiny_mce/jquery.tinymce.min.js
+share/glpi/lib/tiny_mce/langs/ar.js
+share/glpi/lib/tiny_mce/langs/ar_SA.js
+share/glpi/lib/tiny_mce/langs/az.js
+share/glpi/lib/tiny_mce/langs/be.js
+share/glpi/lib/tiny_mce/langs/bg_BG.js
+share/glpi/lib/tiny_mce/langs/bn_BD.js
+share/glpi/lib/tiny_mce/langs/bs.js
+share/glpi/lib/tiny_mce/langs/ca.js
+share/glpi/lib/tiny_mce/langs/cs.js
+share/glpi/lib/tiny_mce/langs/cs_CZ.js
+share/glpi/lib/tiny_mce/langs/cy.js
+share/glpi/lib/tiny_mce/langs/da.js
+share/glpi/lib/tiny_mce/langs/de.js
+share/glpi/lib/tiny_mce/langs/de_AT.js
+share/glpi/lib/tiny_mce/langs/dv.js
+share/glpi/lib/tiny_mce/langs/el.js
+share/glpi/lib/tiny_mce/langs/en_CA.js
+share/glpi/lib/tiny_mce/langs/en_GB.js
+share/glpi/lib/tiny_mce/langs/eo.js
+share/glpi/lib/tiny_mce/langs/es.js
+share/glpi/lib/tiny_mce/langs/es_MX.js
+share/glpi/lib/tiny_mce/langs/et.js
+share/glpi/lib/tiny_mce/langs/eu.js
+share/glpi/lib/tiny_mce/langs/fa.js
+share/glpi/lib/tiny_mce/langs/fa_IR.js
+share/glpi/lib/tiny_mce/langs/fi.js
+share/glpi/lib/tiny_mce/langs/fo.js
+share/glpi/lib/tiny_mce/langs/fr_CH.js
+share/glpi/lib/tiny_mce/langs/fr_FR.js
+share/glpi/lib/tiny_mce/langs/ga.js
+share/glpi/lib/tiny_mce/langs/gd.js
+share/glpi/lib/tiny_mce/langs/gl.js
+share/glpi/lib/tiny_mce/langs/he_IL.js
+share/glpi/lib/tiny_mce/langs/hi_IN.js
+share/glpi/lib/tiny_mce/langs/hr.js
+share/glpi/lib/tiny_mce/langs/hu_HU.js
+share/glpi/lib/tiny_mce/langs/hy.js
+share/glpi/lib/tiny_mce/langs/id.js
+share/glpi/lib/tiny_mce/langs/is_IS.js
+share/glpi/lib/tiny_mce/langs/it.js
+share/glpi/lib/tiny_mce/langs/ja.js
+share/glpi/lib/tiny_mce/langs/ka_GE.js
+share/glpi/lib/tiny_mce/langs/kab.js
+share/glpi/lib/tiny_mce/langs/kk.js
+share/glpi/lib/tiny_mce/langs/km_KH.js
+share/glpi/lib/tiny_mce/langs/ko.js
+share/glpi/lib/tiny_mce/langs/ko_KR.js
+share/glpi/lib/tiny_mce/langs/ku.js
+share/glpi/lib/tiny_mce/langs/ku_IQ.js
+share/glpi/lib/tiny_mce/langs/lb.js
+share/glpi/lib/tiny_mce/langs/lt.js
+share/glpi/lib/tiny_mce/langs/lv.js
+share/glpi/lib/tiny_mce/langs/mk_MK.js
+share/glpi/lib/tiny_mce/langs/ml.js
+share/glpi/lib/tiny_mce/langs/ml_IN.js
+share/glpi/lib/tiny_mce/langs/mn_MN.js
+share/glpi/lib/tiny_mce/langs/nb_NO.js
+share/glpi/lib/tiny_mce/langs/nl.js
+share/glpi/lib/tiny_mce/langs/pl.js
+share/glpi/lib/tiny_mce/langs/pt_BR.js
+share/glpi/lib/tiny_mce/langs/pt_PT.js
+share/glpi/lib/tiny_mce/langs/readme.md
+share/glpi/lib/tiny_mce/langs/ro.js
+share/glpi/lib/tiny_mce/langs/ru.js
+share/glpi/lib/tiny_mce/langs/si_LK.js
+share/glpi/lib/tiny_mce/langs/sk.js
+share/glpi/lib/tiny_mce/langs/sl_SI.js
+share/glpi/lib/tiny_mce/langs/sr.js
+share/glpi/lib/tiny_mce/langs/sv_SE.js
+share/glpi/lib/tiny_mce/langs/ta.js
+share/glpi/lib/tiny_mce/langs/ta_IN.js
+share/glpi/lib/tiny_mce/langs/tg.js
+share/glpi/lib/tiny_mce/langs/th_TH.js
+share/glpi/lib/tiny_mce/langs/tr.js
+share/glpi/lib/tiny_mce/langs/tr_TR.js
+share/glpi/lib/tiny_mce/langs/tt.js
+share/glpi/lib/tiny_mce/langs/ug.js
+share/glpi/lib/tiny_mce/langs/uk.js
+share/glpi/lib/tiny_mce/langs/uk_UA.js
+share/glpi/lib/tiny_mce/langs/vi.js
+share/glpi/lib/tiny_mce/langs/vi_VN.js
+share/glpi/lib/tiny_mce/langs/zh_CN.js
+share/glpi/lib/tiny_mce/langs/zh_TW.js
+share/glpi/lib/tiny_mce/license.txt
+share/glpi/lib/tiny_mce/plugins/advlist/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/anchor/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/autolink/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/autoresize/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/autosave/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/bbcode/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/charmap/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/code/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/codesample/css/prism.css
+share/glpi/lib/tiny_mce/plugins/codesample/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/colorpicker/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/contextmenu/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/directionality/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-cool.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-cry.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-embarassed.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-foot-in-mouth.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-frown.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-innocent.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-kiss.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-laughing.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-money-mouth.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-sealed.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-smile.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-surprised.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-tongue-out.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-undecided.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-wink.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/img/smiley-yell.gif
+share/glpi/lib/tiny_mce/plugins/emoticons/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/example/dialog.html
+share/glpi/lib/tiny_mce/plugins/example/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/example_dependency/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/fullpage/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/fullscreen/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/hr/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/image/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/imagetools/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/importcss/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/insertdatetime/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/layer/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/legacyoutput/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/link/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/lists/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/media/moxieplayer.swf
+share/glpi/lib/tiny_mce/plugins/media/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/nonbreaking/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/noneditable/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/pagebreak/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/paste/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/preview/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/print/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/save/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/searchreplace/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/spellchecker/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/tabfocus/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/table/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/template/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/textcolor/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/textpattern/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/visualblocks/css/visualblocks.css
+share/glpi/lib/tiny_mce/plugins/visualblocks/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/visualchars/plugin.min.js
+share/glpi/lib/tiny_mce/plugins/wordcount/plugin.min.js
+share/glpi/lib/tiny_mce/skins/light/content.inline.min.css
+share/glpi/lib/tiny_mce/skins/light/content.min.css
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce-small.eot
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce-small.json
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce-small.svg
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce-small.ttf
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce-small.woff
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce.eot
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce.json
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce.svg
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce.ttf
+share/glpi/lib/tiny_mce/skins/light/fonts/tinymce.woff
+share/glpi/lib/tiny_mce/skins/light/img/anchor.gif
+share/glpi/lib/tiny_mce/skins/light/img/loader.gif
+share/glpi/lib/tiny_mce/skins/light/img/object.gif
+share/glpi/lib/tiny_mce/skins/light/img/trans.gif
+share/glpi/lib/tiny_mce/skins/light/skin.ie7.min.css
+share/glpi/lib/tiny_mce/skins/light/skin.min.css
+share/glpi/lib/tiny_mce/skins/lightgray/content.inline.min.css
+share/glpi/lib/tiny_mce/skins/lightgray/content.min.css
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce-small.eot
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce-small.svg
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce-small.ttf
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce-small.woff
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce.eot
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce.svg
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce.ttf
+share/glpi/lib/tiny_mce/skins/lightgray/fonts/tinymce.woff
+share/glpi/lib/tiny_mce/skins/lightgray/img/anchor.gif
+share/glpi/lib/tiny_mce/skins/lightgray/img/loader.gif
+share/glpi/lib/tiny_mce/skins/lightgray/img/object.gif
+share/glpi/lib/tiny_mce/skins/lightgray/img/trans.gif
+share/glpi/lib/tiny_mce/skins/lightgray/skin.ie7.min.css
+share/glpi/lib/tiny_mce/skins/lightgray/skin.min.css
+share/glpi/lib/tiny_mce/themes/inlite/theme.min.js
+share/glpi/lib/tiny_mce/themes/modern/theme.min.js
+share/glpi/lib/tiny_mce/tinymce.min.js
+share/glpi/locales/.htaccess
+share/glpi/locales/ar_SA.mo
+share/glpi/locales/ar_SA.po
+share/glpi/locales/bg_BG.mo
+share/glpi/locales/bg_BG.po
+share/glpi/locales/ca_ES.mo
+share/glpi/locales/ca_ES.po
+share/glpi/locales/cs_CZ.mo
+share/glpi/locales/cs_CZ.po
+share/glpi/locales/da_DK.mo
+share/glpi/locales/da_DK.po
+share/glpi/locales/de_DE.mo
+share/glpi/locales/de_DE.po
+share/glpi/locales/el_GR.mo
+share/glpi/locales/el_GR.po
+share/glpi/locales/en_GB.mo
+share/glpi/locales/en_GB.po
+share/glpi/locales/en_US.mo
+share/glpi/locales/en_US.po
+share/glpi/locales/es_419.mo
+share/glpi/locales/es_419.po
+share/glpi/locales/es_AR.mo
+share/glpi/locales/es_AR.po
+share/glpi/locales/es_CO.mo
+share/glpi/locales/es_CO.po
+share/glpi/locales/es_ES.mo
+share/glpi/locales/es_ES.po
+share/glpi/locales/es_MX.mo
+share/glpi/locales/es_MX.po
+share/glpi/locales/es_VE.mo
+share/glpi/locales/es_VE.po
+share/glpi/locales/et_EE.mo
+share/glpi/locales/et_EE.po
+share/glpi/locales/eu_ES.mo
+share/glpi/locales/eu_ES.po
+share/glpi/locales/fa_IR.mo
+share/glpi/locales/fa_IR.po
+share/glpi/locales/fi_FI.mo
+share/glpi/locales/fi_FI.po
+share/glpi/locales/fr_FR.mo
+share/glpi/locales/fr_FR.po
+share/glpi/locales/gl_ES.mo
+share/glpi/locales/gl_ES.po
+share/glpi/locales/glpi.pot
+share/glpi/locales/he_IL.mo
+share/glpi/locales/he_IL.po
+share/glpi/locales/hr_HR.mo
+share/glpi/locales/hr_HR.po
+share/glpi/locales/hu_HU.mo
+share/glpi/locales/hu_HU.po
+share/glpi/locales/id_ID.mo
+share/glpi/locales/id_ID.po
+share/glpi/locales/it_IT.mo
+share/glpi/locales/it_IT.po
+share/glpi/locales/ja_JP.mo
+share/glpi/locales/ja_JP.po
+share/glpi/locales/ko_KR.mo
+share/glpi/locales/ko_KR.po
+share/glpi/locales/lt_LT.mo
+share/glpi/locales/lt_LT.po
+share/glpi/locales/lv_LV.mo
+share/glpi/locales/lv_LV.po
+share/glpi/locales/ms_MY.mo
+share/glpi/locales/ms_MY.po
+share/glpi/locales/nb_NO.mo
+share/glpi/locales/nb_NO.po
+share/glpi/locales/nl_NL.mo
+share/glpi/locales/nl_NL.po
+share/glpi/locales/nn_NO.mo
+share/glpi/locales/nn_NO.po
+share/glpi/locales/pl_PL.mo
+share/glpi/locales/pl_PL.po
+share/glpi/locales/pt_BR.mo
+share/glpi/locales/pt_BR.po
+share/glpi/locales/pt_PT.mo
+share/glpi/locales/pt_PT.po
+share/glpi/locales/ro_RO.mo
+share/glpi/locales/ro_RO.po
+share/glpi/locales/ru_RU.mo
+share/glpi/locales/ru_RU.po
+share/glpi/locales/sk_SK.mo
+share/glpi/locales/sk_SK.po
+share/glpi/locales/sl_SI.mo
+share/glpi/locales/sl_SI.po
+share/glpi/locales/sr_RS.mo
+share/glpi/locales/sr_RS.po
+share/glpi/locales/sv_SE.mo
+share/glpi/locales/sv_SE.po
+share/glpi/locales/th_TH.mo
+share/glpi/locales/th_TH.po
+share/glpi/locales/tr_TR.mo
+share/glpi/locales/tr_TR.po
+share/glpi/locales/uk_UA.mo
+share/glpi/locales/uk_UA.po
+share/glpi/locales/vi_VN.mo
+share/glpi/locales/vi_VN.po
+share/glpi/locales/zh_CN.mo
+share/glpi/locales/zh_CN.po
+share/glpi/locales/zh_HK.mo
+share/glpi/locales/zh_HK.po
+share/glpi/locales/zh_TW.mo
+share/glpi/locales/zh_TW.po
+share/glpi/pics/PICS-AUTHORS.txt
+share/glpi/pics/accepted.png
+share/glpi/pics/actualiser.png
+share/glpi/pics/add.png
+share/glpi/pics/add_dark.png
+share/glpi/pics/add_dropdown.png
+share/glpi/pics/addme.png
+share/glpi/pics/addresa.png
+share/glpi/pics/approbation.png
+share/glpi/pics/arrow-left-top.png
+share/glpi/pics/arrow-left.png
+share/glpi/pics/arrow-right-top.png
+share/glpi/pics/arrow-right.png
+share/glpi/pics/assign.png
+share/glpi/pics/bookmark.png
+share/glpi/pics/bookmark_black.png
+share/glpi/pics/bookmark_default.png
+share/glpi/pics/bookmark_grey.png
+share/glpi/pics/bookmark_record.png
+share/glpi/pics/calendar.png
+share/glpi/pics/clock.png
+share/glpi/pics/close.png
+share/glpi/pics/closed.png
+share/glpi/pics/collapse.gif
+share/glpi/pics/collapse.png
+share/glpi/pics/corners.gif
+share/glpi/pics/d.png
+share/glpi/pics/delete.png
+share/glpi/pics/deplier_down.png
+share/glpi/pics/deplier_up.png
+share/glpi/pics/dollar.png
+share/glpi/pics/dollaradd.png
+share/glpi/pics/down.png
+share/glpi/pics/edit.png
+share/glpi/pics/entity_all.png
+share/glpi/pics/evaluation.png
+share/glpi/pics/expand.gif
+share/glpi/pics/expand.png
+share/glpi/pics/export.png
+share/glpi/pics/faqadd.png
+share/glpi/pics/faqdelete.png
+share/glpi/pics/faqedit.png
+share/glpi/pics/faqremove.png
+share/glpi/pics/favicon.ico
+share/glpi/pics/fd_footer.png
+share/glpi/pics/fd_hoverlink.png
+share/glpi/pics/fd_logo.png
+share/glpi/pics/fd_nav1.png
+share/glpi/pics/fd_nav3.png
+share/glpi/pics/fd_ssmenu.png
+share/glpi/pics/first.png
+share/glpi/pics/first_off.png
+share/glpi/pics/folder-open.png
+share/glpi/pics/folder.png
+share/glpi/pics/fond-central.png
+share/glpi/pics/fond.png
+share/glpi/pics/fond_form.png
+share/glpi/pics/fond_form_on.png
+share/glpi/pics/fond_ico_cons.png
+share/glpi/pics/fond_ico_cons_on.png
+share/glpi/pics/fond_onglet.png
+share/glpi/pics/fond_th.png
+share/glpi/pics/greenbutton.png
+share/glpi/pics/group.png
+share/glpi/pics/groupes.png
+share/glpi/pics/help.png
+share/glpi/pics/help_black.png
+share/glpi/pics/icones/ai-dist.png
+share/glpi/pics/icones/aiff-dist.png
+share/glpi/pics/icones/asf-dist.png
+share/glpi/pics/icones/avi-dist.png
+share/glpi/pics/icones/bmp-dist.png
+share/glpi/pics/icones/bz2-dist.png
+share/glpi/pics/icones/c-dist.png
+share/glpi/pics/icones/csv-dist.png
+share/glpi/pics/icones/deb-dist.png
+share/glpi/pics/icones/defaut-dist.png
+share/glpi/pics/icones/doc-dist.png
+share/glpi/pics/icones/dvi-dist.png
+share/glpi/pics/icones/eps-dist.png
+share/glpi/pics/icones/gif-dist.png
+share/glpi/pics/icones/gz-dist.png
+share/glpi/pics/icones/h-dist.png
+share/glpi/pics/icones/html-dist.png
+share/glpi/pics/icones/jpg-dist.png
+share/glpi/pics/icones/mid-dist.png
+share/glpi/pics/icones/mov-dist.png
+share/glpi/pics/icones/mp3-dist.png
+share/glpi/pics/icones/mpg-dist.png
+share/glpi/pics/icones/odb-dist.png
+share/glpi/pics/icones/odc-dist.png
+share/glpi/pics/icones/odf-dist.png
+share/glpi/pics/icones/odg-dist.png
+share/glpi/pics/icones/odm-dist.png
+share/glpi/pics/icones/odp-dist.png
+share/glpi/pics/icones/ods-dist.png
+share/glpi/pics/icones/odt-dist.png
+share/glpi/pics/icones/ogg-dist.png
+share/glpi/pics/icones/otg-dist.png
+share/glpi/pics/icones/oth-dist.png
+share/glpi/pics/icones/otp-dist.png
+share/glpi/pics/icones/ots-dist.png
+share/glpi/pics/icones/ott-dist.png
+share/glpi/pics/icones/pas-dist.png
+share/glpi/pics/icones/pdf-dist.png
+share/glpi/pics/icones/png-dist.png
+share/glpi/pics/icones/ppt-dist.png
+share/glpi/pics/icones/ps-dist.png
+share/glpi/pics/icones/psd-dist.png
+share/glpi/pics/icones/qt-dist.png
+share/glpi/pics/icones/ra-dist.png
+share/glpi/pics/icones/ram-dist.png
+share/glpi/pics/icones/rm-dist.png
+share/glpi/pics/icones/rpm-dist.png
+share/glpi/pics/icones/rtf-dist.png
+share/glpi/pics/icones/sdd-dist.png
+share/glpi/pics/icones/sdw-dist.png
+share/glpi/pics/icones/sit-dist.png
+share/glpi/pics/icones/svg-dist.png
+share/glpi/pics/icones/swf-dist.png
+share/glpi/pics/icones/sxc-dist.png
+share/glpi/pics/icones/sxd-dist.png
+share/glpi/pics/icones/sxi-dist.png
+share/glpi/pics/icones/sxw-dist.png
+share/glpi/pics/icones/tex-dist.png
+share/glpi/pics/icones/tgz-dist.png
+share/glpi/pics/icones/tif-dist.png
+share/glpi/pics/icones/txt-dist.png
+share/glpi/pics/icones/wav-dist.png
+share/glpi/pics/icones/wmv-dist.png
+share/glpi/pics/icones/xcf-dist.png
+share/glpi/pics/icones/xls-dist.png
+share/glpi/pics/icones/xml-dist.png
+share/glpi/pics/icones/zip-dist.png
+share/glpi/pics/info-big.png
+share/glpi/pics/info-small.png
+share/glpi/pics/jquery/pbar-ani.gif
+share/glpi/pics/ko_min.png
+share/glpi/pics/l.gif
+share/glpi/pics/last.png
+share/glpi/pics/last_off.png
+share/glpi/pics/layout_classic.png
+share/glpi/pics/layout_lefttab.png
+share/glpi/pics/layout_vsplit.png
+share/glpi/pics/left.png
+share/glpi/pics/left_off.png
+share/glpi/pics/leftsearch.png
+share/glpi/pics/loader.png
+share/glpi/pics/lock.png
+share/glpi/pics/login_logo_glpi.png
+share/glpi/pics/login_password.png
+share/glpi/pics/login_user.png
+share/glpi/pics/logo-glpi-login.png
+share/glpi/pics/logoOcs.png
+share/glpi/pics/logos/logo-GLPI-100-black.png
+share/glpi/pics/logos/logo-GLPI-100-white.png
+share/glpi/pics/logos/logo-GLPI-160-white.png
+share/glpi/pics/logos/logo-GLPI-250-black.png
+share/glpi/pics/logos/logo-GLPI-250-white.png
+share/glpi/pics/logos/logo-GLPI-500-black.png
+share/glpi/pics/logos/logo-GLPI-500-blue.png
+share/glpi/pics/logos/logo-GLPI-500-white.png
+share/glpi/pics/logout.png
+share/glpi/pics/logout_black.png
+share/glpi/pics/menu_add.png
+share/glpi/pics/menu_add_off.png
+share/glpi/pics/menu_addtemplate.png
+share/glpi/pics/menu_all.png
+share/glpi/pics/menu_all_black.png
+share/glpi/pics/menu_calendar.png
+share/glpi/pics/menu_config.png
+share/glpi/pics/menu_search.png
+share/glpi/pics/menu_search_off.png
+share/glpi/pics/menu_show.png
+share/glpi/pics/menu_showall.png
+share/glpi/pics/meta_moins.png
+share/glpi/pics/meta_plus.png
+share/glpi/pics/moins.png
+share/glpi/pics/moyenne.png
+share/glpi/pics/new.png
+share/glpi/pics/noir.png
+share/glpi/pics/observe.png
+share/glpi/pics/ok.png
+share/glpi/pics/ok2.png
+share/glpi/pics/ok_min.png
+share/glpi/pics/options_search.png
+share/glpi/pics/pdf.png
+share/glpi/pics/periph.png
+share/glpi/pics/picture.png
+share/glpi/pics/picture_min.png
+share/glpi/pics/plan.png
+share/glpi/pics/plus.png
+share/glpi/pics/preferences.png
+share/glpi/pics/preferences_black.png
+share/glpi/pics/puce-down.png
+share/glpi/pics/puce-up.png
+share/glpi/pics/puce.gif
+share/glpi/pics/qualification.png
+share/glpi/pics/r.gif
+share/glpi/pics/rapports.png
+share/glpi/pics/rdv.png
+share/glpi/pics/rdv_interv.png
+share/glpi/pics/rdv_private.png
+share/glpi/pics/rdv_public.png
+share/glpi/pics/redbutton.png
+share/glpi/pics/refresh.png
+share/glpi/pics/remove.png
+share/glpi/pics/reservation-3.png
+share/glpi/pics/reservation.png
+share/glpi/pics/reset.png
+share/glpi/pics/rien.gif
+share/glpi/pics/right.png
+share/glpi/pics/right_off.png
+share/glpi/pics/rightsearch.png
+share/glpi/pics/sauvegardes.png
+share/glpi/pics/search.png
+share/glpi/pics/showdeleted.png
+share/glpi/pics/showdeleted_no.png
+share/glpi/pics/showselect.png
+share/glpi/pics/solved.png
+share/glpi/pics/stats_item.png
+share/glpi/pics/sub_dropdown.png
+share/glpi/pics/supplier.png
+share/glpi/pics/tb.gif
+share/glpi/pics/test.png
+share/glpi/pics/timeline/1.png
+share/glpi/pics/timeline/2.png
+share/glpi/pics/timeline/3.png
+share/glpi/pics/timeline/4.png
+share/glpi/pics/timeline/5.png
+share/glpi/pics/timeline/actiontime.png
+share/glpi/pics/timeline/delete.png
+share/glpi/pics/timeline/document_min.png
+share/glpi/pics/timeline/document_min_active.png
+share/glpi/pics/timeline/done.png
+share/glpi/pics/timeline/edit.png
+share/glpi/pics/timeline/file.png
+share/glpi/pics/timeline/followup.png
+share/glpi/pics/timeline/followup_min.png
+share/glpi/pics/timeline/followup_min_active.png
+share/glpi/pics/timeline/group.png
+share/glpi/pics/timeline/history.png
+share/glpi/pics/timeline/information.png
+share/glpi/pics/timeline/planification.png
+share/glpi/pics/timeline/private.png
+share/glpi/pics/timeline/reset.png
+share/glpi/pics/timeline/solution.png
+share/glpi/pics/timeline/solution_min.png
+share/glpi/pics/timeline/solution_min_active.png
+share/glpi/pics/timeline/task.png
+share/glpi/pics/timeline/task_min.png
+share/glpi/pics/timeline/task_min_active.png
+share/glpi/pics/timeline/todo.png
+share/glpi/pics/timeline/user.png
+share/glpi/pics/timeline/user_grey.png
+share/glpi/pics/timeline/validation_min.png
+share/glpi/pics/timeline/validation_min_active.png
+share/glpi/pics/toggle-left.png
+share/glpi/pics/toggle-right.png
+share/glpi/pics/treeroot.png
+share/glpi/pics/user.png
+share/glpi/pics/users.png
+share/glpi/pics/wait.png
+share/glpi/pics/waiting.png
+share/glpi/pics/warning.png
+share/glpi/pics/warning_min.png
+share/glpi/pics/web.png
+share/glpi/plugins/remove.txt
+share/glpi/script.js
+share/glpi/scripts/.htaccess
+share/glpi/scripts/add_creation_date.php
+share/glpi/scripts/compute_dictionnary.php
+share/glpi/scripts/glpi_cron_curl.sh
+share/glpi/scripts/glpi_cron_lynx.sh
+share/glpi/scripts/ldap_mass_sync.php
+share/glpi/scripts/softcat_mass_compute.php
+share/glpi/scripts/unlock_tasks.php
+share/glpi/status.php
+share/glpi/vendor/autoload.php
+share/glpi/vendor/composer/ClassLoader.php
+share/glpi/vendor/composer/LICENSE
+share/glpi/vendor/composer/autoload_classmap.php
+share/glpi/vendor/composer/autoload_files.php
+share/glpi/vendor/composer/autoload_namespaces.php
+share/glpi/vendor/composer/autoload_psr4.php
+share/glpi/vendor/composer/autoload_real.php
+share/glpi/vendor/composer/autoload_static.php
+share/glpi/vendor/composer/installed.json
+share/glpi/vendor/iamcal/lib_autolink/.gitattributes
+share/glpi/vendor/iamcal/lib_autolink/LICENSE
+share/glpi/vendor/iamcal/lib_autolink/README.md
+share/glpi/vendor/iamcal/lib_autolink/lib_autolink.php
+share/glpi/vendor/ircmaxell/password-compat/LICENSE.md
+share/glpi/vendor/ircmaxell/password-compat/lib/password.php
+share/glpi/vendor/ircmaxell/password-compat/version-test.php
+share/glpi/vendor/jasig/phpcas/.gitattributes
+share/glpi/vendor/jasig/phpcas/CAS.php
+share/glpi/vendor/jasig/phpcas/LICENSE
+share/glpi/vendor/jasig/phpcas/NOTICE
+share/glpi/vendor/jasig/phpcas/README.md
+share/glpi/vendor/jasig/phpcas/source/CAS.php
+share/glpi/vendor/jasig/phpcas/source/CAS/AuthenticationException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Autoload.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Client.php
+share/glpi/vendor/jasig/phpcas/source/CAS/CookieJar.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Exception.php
+share/glpi/vendor/jasig/phpcas/source/CAS/GracefullTerminationException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/InvalidArgumentException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/Catalan.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/ChineseSimplified.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/English.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/French.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/German.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/Greek.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/Japanese.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/LanguageInterface.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Languages/Spanish.php
+share/glpi/vendor/jasig/phpcas/source/CAS/OutOfSequenceBeforeAuthenticationCallException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/OutOfSequenceBeforeClientException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/OutOfSequenceBeforeProxyException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/OutOfSequenceException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/PGTStorage/AbstractStorage.php
+share/glpi/vendor/jasig/phpcas/source/CAS/PGTStorage/Db.php
+share/glpi/vendor/jasig/phpcas/source/CAS/PGTStorage/File.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Abstract.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Exception.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Http.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Http/Abstract.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Http/Get.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Http/Post.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Imap.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxiedService/Testable.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxyChain.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxyChain/AllowedList.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxyChain/Any.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxyChain/Interface.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxyChain/Trusted.php
+share/glpi/vendor/jasig/phpcas/source/CAS/ProxyTicketException.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Request/AbstractRequest.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Request/CurlMultiRequest.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Request/CurlRequest.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Request/Exception.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Request/MultiRequestInterface.php
+share/glpi/vendor/jasig/phpcas/source/CAS/Request/RequestInterface.php
+share/glpi/vendor/jasig/phpcas/source/CAS/TypeMismatchException.php
+share/glpi/vendor/michelf/php-markdown/License.md
+share/glpi/vendor/michelf/php-markdown/Michelf/Markdown.inc.php
+share/glpi/vendor/michelf/php-markdown/Michelf/Markdown.php
+share/glpi/vendor/michelf/php-markdown/Michelf/MarkdownExtra.inc.php
+share/glpi/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
+share/glpi/vendor/michelf/php-markdown/Michelf/MarkdownInterface.inc.php
+share/glpi/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php
+share/glpi/vendor/michelf/php-markdown/Readme.md
+share/glpi/vendor/michelf/php-markdown/Readme.php
+share/glpi/vendor/phpmailer/phpmailer/LICENSE
+share/glpi/vendor/phpmailer/phpmailer/PHPMailerAutoload.php
+share/glpi/vendor/phpmailer/phpmailer/VERSION
+share/glpi/vendor/phpmailer/phpmailer/class.phpmailer.php
+share/glpi/vendor/phpmailer/phpmailer/class.phpmaileroauth.php
+share/glpi/vendor/phpmailer/phpmailer/class.phpmaileroauthgoogle.php
+share/glpi/vendor/phpmailer/phpmailer/class.pop3.php
+share/glpi/vendor/phpmailer/phpmailer/class.smtp.php
+share/glpi/vendor/phpmailer/phpmailer/extras/EasyPeasyICS.php
+share/glpi/vendor/phpmailer/phpmailer/extras/README.md
+share/glpi/vendor/phpmailer/phpmailer/extras/htmlfilter.php
+share/glpi/vendor/phpmailer/phpmailer/extras/ntlm_sasl_client.php
+share/glpi/vendor/phpmailer/phpmailer/get_oauth_token.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-am.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-eo.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-gl.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php
+share/glpi/vendor/ramsey/array_column/.travis.yml
+share/glpi/vendor/ramsey/array_column/CHANGELOG.md
+share/glpi/vendor/ramsey/array_column/LICENSE
+share/glpi/vendor/ramsey/array_column/README.md
+share/glpi/vendor/ramsey/array_column/src/array_column.php
+share/glpi/vendor/sabre/vobject/.travis.yml
+share/glpi/vendor/sabre/vobject/ChangeLog.md
+share/glpi/vendor/sabre/vobject/LICENSE
+share/glpi/vendor/sabre/vobject/README.md
+share/glpi/vendor/sabre/vobject/bin/bench.php
+share/glpi/vendor/sabre/vobject/bin/fetch_windows_zones.php
+share/glpi/vendor/sabre/vobject/bin/generate_vcards
+share/glpi/vendor/sabre/vobject/bin/generateicalendardata.php
+share/glpi/vendor/sabre/vobject/bin/rrulebench.php
+share/glpi/vendor/sabre/vobject/bin/vobject
+share/glpi/vendor/sabre/vobject/lib/Cli.php
+share/glpi/vendor/sabre/vobject/lib/Component.php
+share/glpi/vendor/sabre/vobject/lib/Component/Available.php
+share/glpi/vendor/sabre/vobject/lib/Component/VAlarm.php
+share/glpi/vendor/sabre/vobject/lib/Component/VAvailability.php
+share/glpi/vendor/sabre/vobject/lib/Component/VCalendar.php
+share/glpi/vendor/sabre/vobject/lib/Component/VCard.php
+share/glpi/vendor/sabre/vobject/lib/Component/VEvent.php
+share/glpi/vendor/sabre/vobject/lib/Component/VFreeBusy.php
+share/glpi/vendor/sabre/vobject/lib/Component/VJournal.php
+share/glpi/vendor/sabre/vobject/lib/Component/VTimeZone.php
+share/glpi/vendor/sabre/vobject/lib/Component/VTodo.php
+share/glpi/vendor/sabre/vobject/lib/DateTimeParser.php
+share/glpi/vendor/sabre/vobject/lib/Document.php
+share/glpi/vendor/sabre/vobject/lib/ElementList.php
+share/glpi/vendor/sabre/vobject/lib/EofException.php
+share/glpi/vendor/sabre/vobject/lib/FreeBusyGenerator.php
+share/glpi/vendor/sabre/vobject/lib/ITip/Broker.php
+share/glpi/vendor/sabre/vobject/lib/ITip/ITipException.php
+share/glpi/vendor/sabre/vobject/lib/ITip/Message.php
+share/glpi/vendor/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
+share/glpi/vendor/sabre/vobject/lib/Node.php
+share/glpi/vendor/sabre/vobject/lib/Parameter.php
+share/glpi/vendor/sabre/vobject/lib/ParseException.php
+share/glpi/vendor/sabre/vobject/lib/Parser/Json.php
+share/glpi/vendor/sabre/vobject/lib/Parser/MimeDir.php
+share/glpi/vendor/sabre/vobject/lib/Parser/Parser.php
+share/glpi/vendor/sabre/vobject/lib/Property.php
+share/glpi/vendor/sabre/vobject/lib/Property/Binary.php
+share/glpi/vendor/sabre/vobject/lib/Property/Boolean.php
+share/glpi/vendor/sabre/vobject/lib/Property/FlatText.php
+share/glpi/vendor/sabre/vobject/lib/Property/FloatValue.php
+share/glpi/vendor/sabre/vobject/lib/Property/ICalendar/CalAddress.php
+share/glpi/vendor/sabre/vobject/lib/Property/ICalendar/Date.php
+share/glpi/vendor/sabre/vobject/lib/Property/ICalendar/DateTime.php
+share/glpi/vendor/sabre/vobject/lib/Property/ICalendar/Duration.php
+share/glpi/vendor/sabre/vobject/lib/Property/ICalendar/Period.php
+share/glpi/vendor/sabre/vobject/lib/Property/ICalendar/Recur.php
+share/glpi/vendor/sabre/vobject/lib/Property/IntegerValue.php
+share/glpi/vendor/sabre/vobject/lib/Property/Text.php
+share/glpi/vendor/sabre/vobject/lib/Property/Time.php
+share/glpi/vendor/sabre/vobject/lib/Property/Unknown.php
+share/glpi/vendor/sabre/vobject/lib/Property/Uri.php
+share/glpi/vendor/sabre/vobject/lib/Property/UtcOffset.php
+share/glpi/vendor/sabre/vobject/lib/Property/VCard/Date.php
+share/glpi/vendor/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
+share/glpi/vendor/sabre/vobject/lib/Property/VCard/DateTime.php
+share/glpi/vendor/sabre/vobject/lib/Property/VCard/LanguageTag.php
+share/glpi/vendor/sabre/vobject/lib/Property/VCard/TimeStamp.php
+share/glpi/vendor/sabre/vobject/lib/Reader.php
+share/glpi/vendor/sabre/vobject/lib/Recur/EventIterator.php
+share/glpi/vendor/sabre/vobject/lib/Recur/NoInstancesException.php
+share/glpi/vendor/sabre/vobject/lib/Recur/RDateIterator.php
+share/glpi/vendor/sabre/vobject/lib/Recur/RRuleIterator.php
+share/glpi/vendor/sabre/vobject/lib/RecurrenceIterator.php
+share/glpi/vendor/sabre/vobject/lib/Splitter/ICalendar.php
+share/glpi/vendor/sabre/vobject/lib/Splitter/SplitterInterface.php
+share/glpi/vendor/sabre/vobject/lib/Splitter/VCard.php
+share/glpi/vendor/sabre/vobject/lib/StringUtil.php
+share/glpi/vendor/sabre/vobject/lib/TimeZoneUtil.php
+share/glpi/vendor/sabre/vobject/lib/UUIDUtil.php
+share/glpi/vendor/sabre/vobject/lib/VCardConverter.php
+share/glpi/vendor/sabre/vobject/lib/Version.php
+share/glpi/vendor/sabre/vobject/lib/timezonedata/exchangezones.php
+share/glpi/vendor/sabre/vobject/lib/timezonedata/lotuszones.php
+share/glpi/vendor/sabre/vobject/lib/timezonedata/php-bc.php
+share/glpi/vendor/sabre/vobject/lib/timezonedata/php-workaround.php
+share/glpi/vendor/sabre/vobject/lib/timezonedata/windowszones.php
+share/glpi/vendor/simplepie/simplepie/.travis.yml
+share/glpi/vendor/simplepie/simplepie/LICENSE.txt
+share/glpi/vendor/simplepie/simplepie/README.markdown
+share/glpi/vendor/simplepie/simplepie/autoloader.php
+share/glpi/vendor/simplepie/simplepie/db.sql
+share/glpi/vendor/simplepie/simplepie/idn/LICENCE
+share/glpi/vendor/simplepie/simplepie/idn/ReadMe.txt
+share/glpi/vendor/simplepie/simplepie/idn/idna_convert.class.php
+share/glpi/vendor/simplepie/simplepie/idn/npdata.ser
+share/glpi/vendor/simplepie/simplepie/library/SimplePie.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Author.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache/Base.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache/DB.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache/File.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache/Memcache.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache/Memcached.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache/MySQL.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Cache/Redis.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Caption.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Category.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Content/Type/Sniffer.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Copyright.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Core.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Credit.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/Entities.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Enclosure.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Exception.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/File.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/IRI.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Item.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Locator.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Misc.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Net/IPv6.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Parse/Date.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Parser.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Rating.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Registry.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Restriction.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Sanitize.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/Source.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/XML/Declaration/Parser.php
+share/glpi/vendor/simplepie/simplepie/library/SimplePie/gzdecode.php
+share/glpi/vendor/tecnickcom/tcpdf/CHANGELOG.TXT
+share/glpi/vendor/tecnickcom/tcpdf/LICENSE.TXT
+share/glpi/vendor/tecnickcom/tcpdf/README.TXT
+share/glpi/vendor/tecnickcom/tcpdf/config/tcpdf_config.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/COPYING
+share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog
+share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog.9745.BAK
+share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/README
+share/glpi/vendor/tecnickcom/tcpdf/fonts/aealarabiya.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/aealarabiya.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/aealarabiya.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/aefurat.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/aefurat.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/aefurat.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/cid0cs.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/cid0ct.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/cid0jp.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/cid0kr.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/courier.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/courierb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/courierbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/courieri.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/README
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/status.txt
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusans.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusans.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansbi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmono.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmono.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmono.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserif.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserif.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserif.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifb.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavuserifi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/AUTHORS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/COPYING
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/CREDITS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/ChangeLog
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/INSTALL
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/README
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/AUTHORS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/COPYING
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/CREDITS
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog.10070.BAK
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/INSTALL
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/README
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/USAGE
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemono.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemono.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemono.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonob.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonob.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonob.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonobi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonobi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonobi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonoi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonoi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freemonoi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesans.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesans.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesans.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansb.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansbi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freesansi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserif.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserif.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserif.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifb.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifbi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifi.ctg.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/freeserifi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/helvetica.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/helveticab.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/helveticabi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/helveticai.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/hysmyeongjostdmedium.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/kozgopromedium.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/kozminproregular.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/msungstdlight.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourier.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourier.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourierb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourierb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourieri.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfacourieri.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfasymbol.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfasymbol.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimes.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimes.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimesb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimesb.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimesi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfatimesi.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.z
+share/glpi/vendor/tecnickcom/tcpdf/fonts/stsongstdlight.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/symbol.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/times.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/timesb.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/timesbi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/timesi.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/uni2cid_ac15.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/uni2cid_ag15.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/uni2cid_aj16.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/uni2cid_ak12.php
+share/glpi/vendor/tecnickcom/tcpdf/fonts/zapfdingbats.php
+share/glpi/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php
+share/glpi/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php
+share/glpi/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php
+share/glpi/vendor/tecnickcom/tcpdf/include/sRGB.icc
+share/glpi/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php
+share/glpi/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php
+share/glpi/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php
+share/glpi/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php
+share/glpi/vendor/tecnickcom/tcpdf/include/tcpdf_images.php
+share/glpi/vendor/tecnickcom/tcpdf/include/tcpdf_static.php
+share/glpi/vendor/tecnickcom/tcpdf/tcpdf.php
+share/glpi/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php
+share/glpi/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php
+share/glpi/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php
+share/glpi/vendor/tecnickcom/tcpdf/tcpdf_import.php
+share/glpi/vendor/tecnickcom/tcpdf/tcpdf_parser.php
+share/glpi/vendor/tecnickcom/tcpdf/tools/.htaccess
+share/glpi/vendor/tecnickcom/tcpdf/tools/convert_fonts_examples.txt
+share/glpi/vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php
+share/glpi/vendor/true/punycode/CHANGELOG.md
+share/glpi/vendor/true/punycode/LICENSE
+share/glpi/vendor/true/punycode/README.md
+share/glpi/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php
+share/glpi/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php
+share/glpi/vendor/true/punycode/src/Exception/OutOfBoundsException.php
+share/glpi/vendor/true/punycode/src/Punycode.php
+share/glpi/vendor/zendframework/zend-cache/.coveralls.yml
+share/glpi/vendor/zendframework/zend-cache/CHANGELOG.md
+share/glpi/vendor/zendframework/zend-cache/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-cache/LICENSE.txt
+share/glpi/vendor/zendframework/zend-cache/README.md
+share/glpi/vendor/zendframework/zend-cache/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-cache/src/Exception/BadMethodCallException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/ExtensionNotLoadedException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/LogicException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/MissingDependencyException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/MissingKeyException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/OutOfSpaceException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/UnexpectedValueException.php
+share/glpi/vendor/zendframework/zend-cache/src/Exception/UnsupportedMethodCallException.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/AbstractPattern.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/CallbackCache.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/CaptureCache.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/ClassCache.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/ObjectCache.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/OutputCache.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/PatternInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Pattern/PatternOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/PatternFactory.php
+share/glpi/vendor/zendframework/zend-cache/src/PatternPluginManager.php
+share/glpi/vendor/zendframework/zend-cache/src/Service/StorageCacheAbstractServiceFactory.php
+share/glpi/vendor/zendframework/zend-cache/src/Service/StorageCacheFactory.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractAdapter.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractZendServer.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/AdapterOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcIterator.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/BlackHole.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Dba.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaIterator.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Filesystem.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemIterator.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/KeyListIterator.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcache.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheResourceManager.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcached.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedResourceManager.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Memory.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemoryOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDb.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbResourceManager.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Redis.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisResourceManager.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Session.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/SessionOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCache.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCacheOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/XCache.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/XCacheOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerDisk.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerShm.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/AvailableSpaceCapableInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Capabilities.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/ClearByNamespaceInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/ClearByPrefixInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/ClearExpiredInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Event.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/ExceptionEvent.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/FlushableInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/IterableInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/IteratorInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/OptimizableInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/AbstractPlugin.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/ClearExpiredByFactor.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/ExceptionHandler.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/IgnoreUserAbort.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/OptimizeByFactor.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginOptions.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/Serializer.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/PluginManager.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/PostEvent.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/StorageInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/TaggableInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/Storage/TotalSpaceCapableInterface.php
+share/glpi/vendor/zendframework/zend-cache/src/StorageFactory.php
+share/glpi/vendor/zendframework/zend-eventmanager/.coveralls.yml
+share/glpi/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-eventmanager/LICENSE.txt
+share/glpi/vendor/zendframework/zend-eventmanager/README.md
+share/glpi/vendor/zendframework/zend-eventmanager/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-eventmanager/src/AbstractListenerAggregate.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/Event.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/EventInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/EventManager.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/EventManagerAwareInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/EventManagerAwareTrait.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/EventManagerInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/EventsCapableInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/DomainException.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/InvalidCallbackException.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/Filter/FilterInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/Filter/FilterIterator.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/FilterChain.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/GlobalEventManager.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/ListenerAggregateInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/ListenerAggregateTrait.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/ProvidesEvents.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/ResponseCollection.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/SharedEventAggregateAwareInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/SharedEventManager.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/SharedEventManagerAwareInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/SharedEventManagerInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/SharedListenerAggregateInterface.php
+share/glpi/vendor/zendframework/zend-eventmanager/src/StaticEventManager.php
+share/glpi/vendor/zendframework/zend-i18n/.coveralls.yml
+share/glpi/vendor/zendframework/zend-i18n/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-i18n/LICENSE.txt
+share/glpi/vendor/zendframework/zend-i18n/README.md
+share/glpi/vendor/zendframework/zend-i18n/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-i18n/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-i18n/src/Exception/ExtensionNotLoadedException.php
+share/glpi/vendor/zendframework/zend-i18n/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-i18n/src/Exception/OutOfBoundsException.php
+share/glpi/vendor/zendframework/zend-i18n/src/Exception/ParseException.php
+share/glpi/vendor/zendframework/zend-i18n/src/Exception/RangeException.php
+share/glpi/vendor/zendframework/zend-i18n/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-i18n/src/Filter/AbstractLocale.php
+share/glpi/vendor/zendframework/zend-i18n/src/Filter/Alnum.php
+share/glpi/vendor/zendframework/zend-i18n/src/Filter/Alpha.php
+share/glpi/vendor/zendframework/zend-i18n/src/Filter/NumberFormat.php
+share/glpi/vendor/zendframework/zend-i18n/src/Filter/NumberParse.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/AbstractFileLoader.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/FileLoaderInterface.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/Gettext.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/Ini.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpArray.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpMemoryArray.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/RemoteLoaderInterface.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/LoaderPluginManager.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Plural/Parser.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Plural/Rule.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Plural/Symbol.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/TextDomain.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/Translator.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareInterface.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareTrait.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorInterface.php
+share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorServiceFactory.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/Alnum.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/Alpha.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/DateTime.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/Float.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/Int.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/IsFloat.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/IsInt.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AD.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AX.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BB.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BD.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BJ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BQ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CD.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CV.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CX.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DJ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ER.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ES.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FJ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GB.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GD.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GP.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GQ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ID.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IQ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JP.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KP.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LB.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LV.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MD.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ME.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ML.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MP.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MQ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MV.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MX.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NP.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/OM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/QA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SB.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SD.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SJ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ST.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SV.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SX.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TD.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TH.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TJ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TL.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TO.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TR.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TV.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/US.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UY.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UZ.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VC.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VG.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VI.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VN.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VU.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/WF.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/WS.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/XK.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/YE.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/YT.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ZA.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ZM.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ZW.php
+share/glpi/vendor/zendframework/zend-i18n/src/Validator/PostCode.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/AbstractTranslatorHelper.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/CurrencyFormat.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/DateFormat.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/NumberFormat.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/Plural.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/Translate.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/TranslatePlural.php
+share/glpi/vendor/zendframework/zend-i18n/src/View/HelperConfig.php
+share/glpi/vendor/zendframework/zend-json/.coveralls.yml
+share/glpi/vendor/zendframework/zend-json/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-json/LICENSE.txt
+share/glpi/vendor/zendframework/zend-json/README.md
+share/glpi/vendor/zendframework/zend-json/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-json/src/Decoder.php
+share/glpi/vendor/zendframework/zend-json/src/Encoder.php
+share/glpi/vendor/zendframework/zend-json/src/Exception/BadMethodCallException.php
+share/glpi/vendor/zendframework/zend-json/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-json/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-json/src/Exception/RecursionException.php
+share/glpi/vendor/zendframework/zend-json/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-json/src/Expr.php
+share/glpi/vendor/zendframework/zend-json/src/Json.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Cache.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Client.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Error.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Exception/ErrorException.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Exception/HttpException.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Request.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Request/Http.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Response.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Response/Http.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Server.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Smd.php
+share/glpi/vendor/zendframework/zend-json/src/Server/Smd/Service.php
+share/glpi/vendor/zendframework/zend-loader/.coveralls.yml
+share/glpi/vendor/zendframework/zend-loader/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-loader/LICENSE.txt
+share/glpi/vendor/zendframework/zend-loader/README.md
+share/glpi/vendor/zendframework/zend-loader/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-loader/src/AutoloaderFactory.php
+share/glpi/vendor/zendframework/zend-loader/src/ClassMapAutoloader.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/BadMethodCallException.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/DomainException.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/InvalidPathException.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/MissingResourceNamespaceException.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/PluginLoaderException.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-loader/src/Exception/SecurityException.php
+share/glpi/vendor/zendframework/zend-loader/src/ModuleAutoloader.php
+share/glpi/vendor/zendframework/zend-loader/src/PluginClassLoader.php
+share/glpi/vendor/zendframework/zend-loader/src/PluginClassLocator.php
+share/glpi/vendor/zendframework/zend-loader/src/ShortNameLocator.php
+share/glpi/vendor/zendframework/zend-loader/src/SplAutoloader.php
+share/glpi/vendor/zendframework/zend-loader/src/StandardAutoloader.php
+share/glpi/vendor/zendframework/zend-math/.coveralls.yml
+share/glpi/vendor/zendframework/zend-math/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-math/LICENSE.txt
+share/glpi/vendor/zendframework/zend-math/README.md
+share/glpi/vendor/zendframework/zend-math/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/Adapter/AdapterInterface.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/Adapter/Bcmath.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/Adapter/Gmp.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/AdapterPluginManager.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/BigInteger.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/Exception/DivisionByZeroException.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-math/src/BigInteger/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-math/src/Exception/DomainException.php
+share/glpi/vendor/zendframework/zend-math/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-math/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-math/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-math/src/Rand.php
+share/glpi/vendor/zendframework/zend-math/src/Source/HashTiming.php
+share/glpi/vendor/zendframework/zend-serializer/.coveralls.yml
+share/glpi/vendor/zendframework/zend-serializer/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-serializer/LICENSE.txt
+share/glpi/vendor/zendframework/zend-serializer/README.md
+share/glpi/vendor/zendframework/zend-serializer/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/AbstractAdapter.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/AdapterInterface.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/AdapterOptions.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/IgBinary.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/Json.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/JsonOptions.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/MsgPack.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PhpCode.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PhpSerialize.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PythonPickle.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PythonPickleOptions.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/Wddx.php
+share/glpi/vendor/zendframework/zend-serializer/src/Adapter/WddxOptions.php
+share/glpi/vendor/zendframework/zend-serializer/src/AdapterPluginManager.php
+share/glpi/vendor/zendframework/zend-serializer/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-serializer/src/Exception/ExtensionNotLoadedException.php
+share/glpi/vendor/zendframework/zend-serializer/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-serializer/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-serializer/src/Serializer.php
+share/glpi/vendor/zendframework/zend-servicemanager/.coveralls.yml
+share/glpi/vendor/zendframework/zend-servicemanager/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-servicemanager/LICENSE.txt
+share/glpi/vendor/zendframework/zend-servicemanager/README.md
+share/glpi/vendor/zendframework/zend-servicemanager/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-servicemanager/src/AbstractFactoryInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/AbstractPluginManager.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Config.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/ConfigInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/DelegatorFactoryInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Di/DiAbstractServiceFactory.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Di/DiInstanceManagerProxy.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Di/DiServiceFactory.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Di/DiServiceInitializer.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/CircularDependencyFoundException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/CircularReferenceException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/InvalidServiceNameException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ServiceLocatorUsageException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ServiceNotCreatedException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ServiceNotFoundException.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/FactoryInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/InitializerInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/MutableCreationOptionsInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/MutableCreationOptionsTrait.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Proxy/LazyServiceFactory.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/Proxy/LazyServiceFactoryFactory.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/ServiceLocatorAwareInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/ServiceLocatorAwareTrait.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/ServiceLocatorInterface.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/ServiceManager.php
+share/glpi/vendor/zendframework/zend-servicemanager/src/ServiceManagerAwareInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/.coveralls.yml
+share/glpi/vendor/zendframework/zend-stdlib/CHANGELOG.md
+share/glpi/vendor/zendframework/zend-stdlib/CONTRIBUTING.md
+share/glpi/vendor/zendframework/zend-stdlib/LICENSE.txt
+share/glpi/vendor/zendframework/zend-stdlib/README.md
+share/glpi/vendor/zendframework/zend-stdlib/phpunit.xml.travis
+share/glpi/vendor/zendframework/zend-stdlib/src/AbstractOptions.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ArrayObject.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ArraySerializableInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ArrayStack.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/CallbackHandler.php
+share/glpi/vendor/zendframework/zend-stdlib/src/DateTime.php
+share/glpi/vendor/zendframework/zend-stdlib/src/DispatchableInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ErrorHandler.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/DomainException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/InvalidCallbackException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/LogicException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Extractor/ExtractionInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Glob.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Guard/GuardUtils.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/AbstractHydrator.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/AggregateHydrator.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/ExtractEvent.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydrateEvent.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydratorListener.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/ArraySerializable.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/ClassMethods.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydrator.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydratorFactory.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterComposite.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterProviderInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/GetFilter.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/HasFilter.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/IsFilter.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/NumberOfParameterFilter.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/OptionalParametersFilter.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/FilterEnabledInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/HydrationInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareTrait.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorOptionsInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorPluginManager.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/ArrayMapNamingStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/CompositeNamingStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/IdentityNamingStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/MapNamingStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/NamingStrategyInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/ObjectProperty.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Reflection.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/BooleanStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ClosureStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DateTimeFormatterStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DefaultStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/ExceptionInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/InvalidArgumentException.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/SerializableStrategy.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyChain.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/InitializableInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/JsonSerializable.php
+share/glpi/vendor/zendframework/zend-stdlib/src/JsonSerializable/PhpLegacyCompatibility.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Message.php
+share/glpi/vendor/zendframework/zend-stdlib/src/MessageInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Parameters.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ParametersInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/PriorityList.php
+share/glpi/vendor/zendframework/zend-stdlib/src/PriorityQueue.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Request.php
+share/glpi/vendor/zendframework/zend-stdlib/src/RequestInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/Response.php
+share/glpi/vendor/zendframework/zend-stdlib/src/ResponseInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php
+share/glpi/vendor/zendframework/zend-stdlib/src/SplQueue.php
+share/glpi/vendor/zendframework/zend-stdlib/src/SplStack.php
+share/glpi/vendor/zendframework/zend-stdlib/src/StringUtils.php
+share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php
+share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php
+share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php
+share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/MbString.php
+share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/Native.php
+share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php
+share/glpi/vendor/zendframework/zend-stdlib/src/compatibility/autoload.php
+share/glpi/vendor/zetacomponents/base/.travis.yml
+share/glpi/vendor/zetacomponents/base/CREDITS
+share/glpi/vendor/zetacomponents/base/ChangeLog
+share/glpi/vendor/zetacomponents/base/DESCRIPTION
+share/glpi/vendor/zetacomponents/base/NOTICE
+share/glpi/vendor/zetacomponents/base/review-1.5.txt
+share/glpi/vendor/zetacomponents/base/src/base.php
+share/glpi/vendor/zetacomponents/base/src/base_autoload.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/autoload.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/double_class_repository_prefix.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/exception.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/extension_not_found.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/file_exception.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/file_io.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/file_not_found.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/file_permission.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/functionality_not_supported.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/init_callback_configured.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/invalid_callback_class.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/invalid_parent_class.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/property_not_found.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/property_permission.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/setting_not_found.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/setting_value.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/value.php
+share/glpi/vendor/zetacomponents/base/src/exceptions/whatever.php
+share/glpi/vendor/zetacomponents/base/src/ezc_bootstrap.php
+share/glpi/vendor/zetacomponents/base/src/features.php
+share/glpi/vendor/zetacomponents/base/src/file.php
+share/glpi/vendor/zetacomponents/base/src/init.php
+share/glpi/vendor/zetacomponents/base/src/interfaces/configuration_initializer.php
+share/glpi/vendor/zetacomponents/base/src/interfaces/exportable.php
+share/glpi/vendor/zetacomponents/base/src/interfaces/persistable.php
+share/glpi/vendor/zetacomponents/base/src/metadata.php
+share/glpi/vendor/zetacomponents/base/src/metadata/pear.php
+share/glpi/vendor/zetacomponents/base/src/metadata/tarball.php
+share/glpi/vendor/zetacomponents/base/src/options.php
+share/glpi/vendor/zetacomponents/base/src/options/autoload.php
+share/glpi/vendor/zetacomponents/base/src/struct.php
+share/glpi/vendor/zetacomponents/base/src/structs/file_find_context.php
+share/glpi/vendor/zetacomponents/base/src/structs/repository_directory.php
+share/glpi/vendor/zetacomponents/graph/.gitmodules
+share/glpi/vendor/zetacomponents/graph/.travis.yml
+share/glpi/vendor/zetacomponents/graph/CREDITS
+share/glpi/vendor/zetacomponents/graph/ChangeLog
+share/glpi/vendor/zetacomponents/graph/DESCRIPTION
+share/glpi/vendor/zetacomponents/graph/NOTICE
+share/glpi/vendor/zetacomponents/graph/README.rst
+share/glpi/vendor/zetacomponents/graph/review.txt
+share/glpi/vendor/zetacomponents/graph/src/axis/container.php
+share/glpi/vendor/zetacomponents/graph/src/axis/date.php
+share/glpi/vendor/zetacomponents/graph/src/axis/labeled.php
+share/glpi/vendor/zetacomponents/graph/src/axis/logarithmic.php
+share/glpi/vendor/zetacomponents/graph/src/axis/numeric.php
+share/glpi/vendor/zetacomponents/graph/src/charts/bar.php
+share/glpi/vendor/zetacomponents/graph/src/charts/horizontal_bar.php
+share/glpi/vendor/zetacomponents/graph/src/charts/line.php
+share/glpi/vendor/zetacomponents/graph/src/charts/odometer.php
+share/glpi/vendor/zetacomponents/graph/src/charts/pie.php
+share/glpi/vendor/zetacomponents/graph/src/charts/radar.php
+share/glpi/vendor/zetacomponents/graph/src/colors/color.php
+share/glpi/vendor/zetacomponents/graph/src/colors/linear_gradient.php
+share/glpi/vendor/zetacomponents/graph/src/colors/radial_gradient.php
+share/glpi/vendor/zetacomponents/graph/src/data_container/base.php
+share/glpi/vendor/zetacomponents/graph/src/data_container/single.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/array.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/average.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/base.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/numeric.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/property/axis.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/property/boolean.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/property/color.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/property/integer.php
+share/glpi/vendor/zetacomponents/graph/src/datasets/property/string.php
+share/glpi/vendor/zetacomponents/graph/src/driver/cairo.php
+share/glpi/vendor/zetacomponents/graph/src/driver/cairo_oo.php
+share/glpi/vendor/zetacomponents/graph/src/driver/flash.php
+share/glpi/vendor/zetacomponents/graph/src/driver/gd.php
+share/glpi/vendor/zetacomponents/graph/src/driver/svg.php
+share/glpi/vendor/zetacomponents/graph/src/driver/svg_font.php
+share/glpi/vendor/zetacomponents/graph/src/driver/verbose.php
+share/glpi/vendor/zetacomponents/graph/src/element/axis.php
+share/glpi/vendor/zetacomponents/graph/src/element/background.php
+share/glpi/vendor/zetacomponents/graph/src/element/legend.php
+share/glpi/vendor/zetacomponents/graph/src/element/text.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/date_parsing.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/exception.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/flash_bitmap_type.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/font_rendering.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/font_type.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/incompatible_driver.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_assignement.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_data.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_data_source.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_dimensions.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_display_type.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_id.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_image_file.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_keys.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/invalid_step_size.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/no_data.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/no_such_data.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/no_such_dataset.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/no_such_element.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/not_rendered.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/out_of_boundings.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/out_of_logarithmical_boundings.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/reducement_failed.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/too_many_datasets.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/unknown_color_definition.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/unregular_steps.php
+share/glpi/vendor/zetacomponents/graph/src/exceptions/unsupported_image_type.php
+share/glpi/vendor/zetacomponents/graph/src/graph.php
+share/glpi/vendor/zetacomponents/graph/src/graph_autoload.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/axis_label_renderer.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/chart.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/dataset_property.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/driver.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/element.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/horizontal_bar_renderer.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/odometer_renderer.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/palette.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/radar_renderer.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/renderer.php
+share/glpi/vendor/zetacomponents/graph/src/interfaces/stacked_bar_renderer.php
+share/glpi/vendor/zetacomponents/graph/src/math/boundings.php
+share/glpi/vendor/zetacomponents/graph/src/math/matrix.php
+share/glpi/vendor/zetacomponents/graph/src/math/polynom.php
+share/glpi/vendor/zetacomponents/graph/src/math/rotation.php
+share/glpi/vendor/zetacomponents/graph/src/math/transformation.php
+share/glpi/vendor/zetacomponents/graph/src/math/translation.php
+share/glpi/vendor/zetacomponents/graph/src/math/vector.php
+share/glpi/vendor/zetacomponents/graph/src/options/cairo_driver.php
+share/glpi/vendor/zetacomponents/graph/src/options/chart.php
+share/glpi/vendor/zetacomponents/graph/src/options/driver.php
+share/glpi/vendor/zetacomponents/graph/src/options/flash_driver.php
+share/glpi/vendor/zetacomponents/graph/src/options/font.php
+share/glpi/vendor/zetacomponents/graph/src/options/gd_driver.php
+share/glpi/vendor/zetacomponents/graph/src/options/line_chart.php
+share/glpi/vendor/zetacomponents/graph/src/options/odometer_chart.php
+share/glpi/vendor/zetacomponents/graph/src/options/pie_chart.php
+share/glpi/vendor/zetacomponents/graph/src/options/radar_chart.php
+share/glpi/vendor/zetacomponents/graph/src/options/renderer.php
+share/glpi/vendor/zetacomponents/graph/src/options/renderer_2d.php
+share/glpi/vendor/zetacomponents/graph/src/options/renderer_3d.php
+share/glpi/vendor/zetacomponents/graph/src/options/svg_driver.php
+share/glpi/vendor/zetacomponents/graph/src/palette/black.php
+share/glpi/vendor/zetacomponents/graph/src/palette/ez.php
+share/glpi/vendor/zetacomponents/graph/src/palette/ez_blue.php
+share/glpi/vendor/zetacomponents/graph/src/palette/ez_green.php
+share/glpi/vendor/zetacomponents/graph/src/palette/ez_red.php
+share/glpi/vendor/zetacomponents/graph/src/palette/tango.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/2d.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/3d.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/axis_label_boxed.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/axis_label_centered.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/axis_label_exact.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/axis_label_none.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/axis_label_radar.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/axis_label_rotated.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/axis_label_rotated_boxed.php
+share/glpi/vendor/zetacomponents/graph/src/renderer/horizontal_bar.php
+share/glpi/vendor/zetacomponents/graph/src/structs/context.php
+share/glpi/vendor/zetacomponents/graph/src/structs/coordinate.php
+share/glpi/vendor/zetacomponents/graph/src/structs/step.php
+share/glpi/vendor/zetacomponents/graph/src/tools.php
+@pkgdir share/glpi/vendor/zetacomponents/graph/setup
Index: pkgsrc/www/php-glpi/distinfo
diff -u /dev/null pkgsrc/www/php-glpi/distinfo:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/distinfo        Tue Jul 18 14:29:51 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/18 14:29:51 hauke Exp $
+
+SHA1 (glpi-9.1.5.tgz) = 1d8b28a60425077fec27b182d46b005a382276d1
+RMD160 (glpi-9.1.5.tgz) = 2e1e2cf25361cb9ffc26b296ad17c593cab0bb68
+SHA512 (glpi-9.1.5.tgz) = 00ca52d6f7cd7b78e144ca7c519f5c312c2e63d3e4e9dba4d860bf5e34376142d495a74f09c0e54e44ea0adc8db6c13ab4c53269713f83b71d558e02a89ff451
+Size (glpi-9.1.5.tgz) = 29344187 bytes

Index: pkgsrc/www/php-glpi/files/config_path.php
diff -u /dev/null pkgsrc/www/php-glpi/files/config_path.php:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/files/config_path.php   Tue Jul 18 14:29:51 2017
@@ -0,0 +1,35 @@
+<?php
+
+// $NetBSD: config_path.php,v 1.1 2017/07/18 14:29:51 hauke Exp $
+//
+// pkgsrc GLPI path setup file
+
+// Configuration
+define('GLPI_CONFIG_DIR',      '@PKG_SYSCONFDIR@');
+
+// Runtime Data
+define('GLPI_DOC_DIR',         '@VARBASE@/glpi');
+define('GLPI_CRON_DIR',                GLPI_DOC_DIR . '/_cron');
+define('GLPI_DUMP_DIR',                GLPI_DOC_DIR . '/_dumps');
+define('GLPI_GRAPH_DIR',       GLPI_DOC_DIR . '/_graphs');
+define('GLPI_LOCK_DIR',                GLPI_DOC_DIR . '/_lock');
+define('GLPI_PICTURE_DIR',     GLPI_DOC_DIR . '/_pictures');
+define('GLPI_PLUGIN_DOC_DIR',  GLPI_DOC_DIR . '/_plugins');
+define('GLPI_RSS_DIR',         GLPI_DOC_DIR . '/_rss');
+define('GLPI_SESSION_DIR',     GLPI_DOC_DIR . '/_sessions');
+define('GLPI_TMP_DIR',         GLPI_DOC_DIR . '/_tmp');
+define('GLPI_UPLOAD_DIR',      GLPI_DOC_DIR . '/_uploads');
+
+// Log file
+define('GLPI_LOG_DIR',        '@VARBASE@/log/glpi');
+
+// System libraries
+//  htmlawed not in pkgsrc - built-in, anyway?
+//define('GLPI_HTMLAWED',      '@PREFIX@/share/php/htmLawed/htmLawed.php');
+
+// Fonts
+//  fonts/freefont-ttf
+define('GLPI_FONT_FREESANS',   '@PREFIX@/share/fonts/X11/TTF/FreeSans.ttf');
+
+// Use system cron
+define('GLPI_SYSTEM_CRON', true);
Index: pkgsrc/www/php-glpi/files/crontab.sample
diff -u /dev/null pkgsrc/www/php-glpi/files/crontab.sample:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/files/crontab.sample    Tue Jul 18 14:29:51 2017
@@ -0,0 +1,9 @@
+# $NetBSD: crontab.sample,v 1.1 2017/07/18 14:29:51 hauke Exp $
+#
+# GLPI core
+#
+# Run as webserver user @APACHE_USER@, to execute tasks even 
+# without connected users
+#
+*/4    *       *       *       * apache @PREFIX@/bin/php @PREFIX@/glpi/front/cron.php
+#
Index: pkgsrc/www/php-glpi/files/httpd-glpi.conf
diff -u /dev/null pkgsrc/www/php-glpi/files/httpd-glpi.conf:1.1
--- /dev/null   Tue Jul 18 14:29:52 2017
+++ pkgsrc/www/php-glpi/files/httpd-glpi.conf   Tue Jul 18 14:29:51 2017
@@ -0,0 +1,98 @@
+# $NetBSD: httpd-glpi.conf,v 1.1 2017/07/18 14:29:51 hauke Exp $
+#
+# Sample Apache 2.x GLPI configuration
+
+# To access via http://servername/glpi/
+Alias /glpi @PREFIX@/share/glpi
+
+# some people prefer a simple URL like http://glpi.example.com
+#<VirtualHost *:80>
+#  DocumentRoot @PREFIX@/share/glpi
+#  ServerName glpi.example.com
+#</VirtualHost>
+
+<Directory @PREFIX@/share/glpi>
+    Options None
+    AllowOverride None
+
+    # to overwrite default configuration,
+    #  which could be less than recommanded value
+    php_value memory_limit 64M
+
+   <IfModule mod_authz_core.c>
+      # Apache 2.4
+      Require all granted
+   </IfModule>
+   <IfModule !mod_authz_core.c>
+      # Apache 2.2
+      Order Deny,Allow
+      Allow from All
+   </IfModule>
+</Directory>
+
+<Directory @PREFIX@/share/glpi/install>
+    # 15" should be enough for migration in most case
+    php_value max_execution_time 900
+    php_value memory_limit 128M
+
+   # Block access after GLPI setup or update
+   <IfModule mod_authz_core.c>
+      # Apache 2.4
+      #Require all denied
+   </IfModule>
+   <IfModule !mod_authz_core.c>
+      # Apache 2.2
+      #Order Deny,Allow
+      #Deny from All
+   </IfModule>
+</Directory>
+
+# This sections remplaces the .htaccess files provided in the tarball
+
+<Directory @PREFIX@/share/glpi/config>
+   <IfModule mod_authz_core.c>
+      # Apache 2.4
+      Require all denied
+   </IfModule>
+   <IfModule !mod_authz_core.c>
+      # Apache 2.2
+      Order Deny,Allow
+      Deny from All
+   </IfModule>
+</Directory>
+
+<Directory @PREFIX@/share/glpi/locales>
+   <IfModule mod_authz_core.c>
+      # Apache 2.4
+      Require all denied
+   </IfModule>
+   <IfModule !mod_authz_core.c>
+      # Apache 2.2
+      Order Deny,Allow
+      Deny from All
+   </IfModule>
+</Directory>
+
+<Directory @PREFIX@/share/glpi/install/mysql>
+   <IfModule mod_authz_core.c>
+      # Apache 2.4
+      Require all denied
+   </IfModule>
+   <IfModule !mod_authz_core.c>
+      # Apache 2.2
+      Order Deny,Allow
+      Deny from All
+   </IfModule>
+</Directory>
+
+<Directory @PREFIX@/share/glpi/scripts>
+   <IfModule mod_authz_core.c>
+      # Apache 2.4
+      Require all denied
+   </IfModule>
+   <IfModule !mod_authz_core.c>
+      # Apache 2.2
+      Order Deny,Allow
+      Deny from All
+   </IfModule>
+</Directory>



Home | Main Index | Thread Index | Old Index