Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 16:14:53 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466362 - head/net-mgmt/phpipam
Message-ID:  <201804031614.w33GErQ0066310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Apr  3 16:14:53 2018
New Revision: 466362
URL: https://svnweb.freebsd.org/changeset/ports/466362

Log:
  - Update to 1.3.1
  - Add missing PHP modules
  
  PR:		226120
  Submitted by:	marko.cupac@mimar.rs
  Approved by:	maintainer(timeout, > 20 days)

Modified:
  head/net-mgmt/phpipam/Makefile
  head/net-mgmt/phpipam/distinfo
  head/net-mgmt/phpipam/pkg-plist

Modified: head/net-mgmt/phpipam/Makefile
==============================================================================
--- head/net-mgmt/phpipam/Makefile	Tue Apr  3 16:13:32 2018	(r466361)
+++ head/net-mgmt/phpipam/Makefile	Tue Apr  3 16:14:53 2018	(r466362)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpipam
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -14,6 +14,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 CFGFILE=	config.php
@@ -24,7 +25,8 @@ SUB_LIST=	DISTNAME=${DISTNAME}
 OPTIONS_DEFINE=	LDAP
 
 USES=		gettext php:web tar:
-USE_PHP=	ctype gettext gmp json mysqli pcntl session simplexml
+USE_PHP=	filter gettext gmp json mbstring openssl \
+		pcntl pdo pdo_mysql session simplexml sockets
 LDAP_USE=	PHP=ldap
 
 pre-install:
@@ -33,14 +35,7 @@ pre-install:
 	fi
 
 do-install:
-	cd ${WRKSRC} ; \
-	for src in $$( ${FIND} . ! -name '*.orig') ; do \
-		dst=${STAGEDIR}${WWWDIR}$${src#.} ; \
-		if ${TEST} -d "$$src" ; then \
-			${MKDIR} "$$dst" ; \
-		else \
-			${INSTALL_DATA} "$$src" "$$dst" ; \
-		fi \
-	done
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \
+		"! -name *.orig")
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/phpipam/distinfo
==============================================================================
--- head/net-mgmt/phpipam/distinfo	Tue Apr  3 16:13:32 2018	(r466361)
+++ head/net-mgmt/phpipam/distinfo	Tue Apr  3 16:14:53 2018	(r466362)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468642374
-SHA256 (phpipam-1.2.1.tar) = 74353fbb920ba2c137bf0acfb6b305268e38f7f18e54aac7691abc1b9e85c4db
-SIZE (phpipam-1.2.1.tar) = 9457664
+TIMESTAMP = 1520856145
+SHA256 (phpipam-1.3.1.tar) = 8480f805d3a979fd7815b3fb018fdf3c132cef4793fddf0893d8d59e72ab1801
+SIZE (phpipam-1.3.1.tar) = 30887936

Modified: head/net-mgmt/phpipam/pkg-plist
==============================================================================
--- head/net-mgmt/phpipam/pkg-plist	Tue Apr  3 16:13:32 2018	(r466361)
+++ head/net-mgmt/phpipam/pkg-plist	Tue Apr  3 16:14:53 2018	(r466362)
@@ -3,56 +3,25 @@
 %%WWWDIR%%/README
 %%WWWDIR%%/UPDATE
 %%WWWDIR%%/api/.htaccess
+%%WWWDIR%%/api/README
+%%WWWDIR%%/api/controllers/Addresses.php
+%%WWWDIR%%/api/controllers/Circuits.php
+%%WWWDIR%%/api/controllers/Common.php
+%%WWWDIR%%/api/controllers/Devices.php
+%%WWWDIR%%/api/controllers/Folders.php
+%%WWWDIR%%/api/controllers/L2domains.php
+%%WWWDIR%%/api/controllers/Prefix.php
+%%WWWDIR%%/api/controllers/Responses.php
+%%WWWDIR%%/api/controllers/Sections.php
+%%WWWDIR%%/api/controllers/Subnets.php
+%%WWWDIR%%/api/controllers/Tools.php
+%%WWWDIR%%/api/controllers/User.php
+%%WWWDIR%%/api/controllers/Vlan.php
+%%WWWDIR%%/api/controllers/Vlans.php
+%%WWWDIR%%/api/controllers/Vrf.php
+%%WWWDIR%%/api/controllers/Vrfs.php
+%%WWWDIR%%/api/controllers/custom/_template.php
 %%WWWDIR%%/api/index.php
-%%WWWDIR%%/api/v1/.htaccess
-%%WWWDIR%%/api/v1/README
-%%WWWDIR%%/api/v1/_examples/addresses/deleteAddress.php
-%%WWWDIR%%/api/v1/_examples/addresses/getAddressesById.php
-%%WWWDIR%%/api/v1/_examples/addresses/getAllAddressesInSubnet.php
-%%WWWDIR%%/api/v1/_examples/apiClient.php
-%%WWWDIR%%/api/v1/_examples/apiConfig.php
-%%WWWDIR%%/api/v1/_examples/sections/deleteSection.php
-%%WWWDIR%%/api/v1/_examples/sections/getAllSections.php
-%%WWWDIR%%/api/v1/_examples/sections/getSectionById.php
-%%WWWDIR%%/api/v1/_examples/subnets/deleteSubnet.php
-%%WWWDIR%%/api/v1/_examples/subnets/getAllSubnetsInSection.php
-%%WWWDIR%%/api/v1/_examples/subnets/getSubnetById.php
-%%WWWDIR%%/api/v1/_examples/vlans/deleteSubnet.php
-%%WWWDIR%%/api/v1/_examples/vlans/getVlanById.php
-%%WWWDIR%%/api/v1/controllers/Addresses.php
-%%WWWDIR%%/api/v1/controllers/Sections.php
-%%WWWDIR%%/api/v1/controllers/Subnets.php
-%%WWWDIR%%/api/v1/controllers/Vlans.php
-%%WWWDIR%%/api/v1/controllers/Vrfs.php
-%%WWWDIR%%/api/v1/functions/dbfunctions.php
-%%WWWDIR%%/api/v1/functions/functions-admin.php
-%%WWWDIR%%/api/v1/functions/functions-common.php
-%%WWWDIR%%/api/v1/functions/functions-mail.php
-%%WWWDIR%%/api/v1/functions/functions-network.php
-%%WWWDIR%%/api/v1/functions/functions-tools.php
-%%WWWDIR%%/api/v1/functions/functions.php
-%%WWWDIR%%/api/v1/index.php
-%%WWWDIR%%/api/v1/models/address.php
-%%WWWDIR%%/api/v1/models/common.php
-%%WWWDIR%%/api/v1/models/section.php
-%%WWWDIR%%/api/v1/models/subnet.php
-%%WWWDIR%%/api/v1/models/vlan.php
-%%WWWDIR%%/api/v1/models/vrf.php
-%%WWWDIR%%/api/v2/.htaccess
-%%WWWDIR%%/api/v2/README
-%%WWWDIR%%/api/v2/controllers/Addresses.php
-%%WWWDIR%%/api/v2/controllers/Common.php
-%%WWWDIR%%/api/v2/controllers/Folders.php
-%%WWWDIR%%/api/v2/controllers/L2domains.php
-%%WWWDIR%%/api/v2/controllers/Responses.php
-%%WWWDIR%%/api/v2/controllers/Sections.php
-%%WWWDIR%%/api/v2/controllers/Subnets.php
-%%WWWDIR%%/api/v2/controllers/Tools.php
-%%WWWDIR%%/api/v2/controllers/User.php
-%%WWWDIR%%/api/v2/controllers/Vlans.php
-%%WWWDIR%%/api/v2/controllers/Vrfs.php
-%%WWWDIR%%/api/v2/controllers/_template.php
-%%WWWDIR%%/api/v2/index.php
 %%WWWDIR%%/app/admin/admin-menu-config.php
 %%WWWDIR%%/app/admin/admin-menu.php
 %%WWWDIR%%/app/admin/api/edit-result.php
@@ -64,9 +33,17 @@
 %%WWWDIR%%/app/admin/authentication-methods/edit-LDAP.php
 %%WWWDIR%%/app/admin/authentication-methods/edit-NetIQ.php
 %%WWWDIR%%/app/admin/authentication-methods/edit-Radius.php
+%%WWWDIR%%/app/admin/authentication-methods/edit-SAML2.php
 %%WWWDIR%%/app/admin/authentication-methods/edit-result.php
 %%WWWDIR%%/app/admin/authentication-methods/edit.php
 %%WWWDIR%%/app/admin/authentication-methods/index.php
+%%WWWDIR%%/app/admin/circuits/edit-circuit-submit.php
+%%WWWDIR%%/app/admin/circuits/edit-circuit.php
+%%WWWDIR%%/app/admin/circuits/edit-options-submit.php
+%%WWWDIR%%/app/admin/circuits/edit-options.php
+%%WWWDIR%%/app/admin/circuits/edit-provider-submit.php
+%%WWWDIR%%/app/admin/circuits/edit-provider.php
+%%WWWDIR%%/app/admin/circuits/index.php
 %%WWWDIR%%/app/admin/custom-fields/edit-result.php
 %%WWWDIR%%/app/admin/custom-fields/edit.php
 %%WWWDIR%%/app/admin/custom-fields/filter-result.php
@@ -76,9 +53,18 @@
 %%WWWDIR%%/app/admin/device-types/edit-result.php
 %%WWWDIR%%/app/admin/device-types/edit.php
 %%WWWDIR%%/app/admin/device-types/index.php
+%%WWWDIR%%/app/admin/devices/edit-rack-dropdown.php
 %%WWWDIR%%/app/admin/devices/edit-result.php
+%%WWWDIR%%/app/admin/devices/edit-snmp-result.php
+%%WWWDIR%%/app/admin/devices/edit-snmp-test.php
+%%WWWDIR%%/app/admin/devices/edit-snmp.php
 %%WWWDIR%%/app/admin/devices/edit.php
 %%WWWDIR%%/app/admin/devices/index.php
+%%WWWDIR%%/app/admin/dhcp/index.php
+%%WWWDIR%%/app/admin/dhcp/leases.php
+%%WWWDIR%%/app/admin/dhcp/reservations.php
+%%WWWDIR%%/app/admin/dhcp/settings.php
+%%WWWDIR%%/app/admin/dhcp/subnets.php
 %%WWWDIR%%/app/admin/filter-fields/filter-result.php
 %%WWWDIR%%/app/admin/filter-fields/index.php
 %%WWWDIR%%/app/admin/firewall-zones/ajax.php
@@ -120,6 +106,10 @@
 %%WWWDIR%%/app/admin/import-export/generate-xls.php
 %%WWWDIR%%/app/admin/import-export/import-button.php
 %%WWWDIR%%/app/admin/import-export/import-constants.php
+%%WWWDIR%%/app/admin/import-export/import-ipaddr-check.php
+%%WWWDIR%%/app/admin/import-export/import-ipaddr-preview.php
+%%WWWDIR%%/app/admin/import-export/import-ipaddr-select.php
+%%WWWDIR%%/app/admin/import-export/import-ipaddr.php
 %%WWWDIR%%/app/admin/import-export/import-l2dom-check.php
 %%WWWDIR%%/app/admin/import-export/import-l2dom-preview.php
 %%WWWDIR%%/app/admin/import-export/import-l2dom-select.php
@@ -153,12 +143,24 @@
 %%WWWDIR%%/app/admin/languages/edit-result.php
 %%WWWDIR%%/app/admin/languages/edit.php
 %%WWWDIR%%/app/admin/languages/index.php
+%%WWWDIR%%/app/admin/locations/edit-result.php
+%%WWWDIR%%/app/admin/locations/edit.php
+%%WWWDIR%%/app/admin/locations/index.php
 %%WWWDIR%%/app/admin/mail/edit.php
 %%WWWDIR%%/app/admin/mail/index.php
 %%WWWDIR%%/app/admin/mail/test-mail.php
 %%WWWDIR%%/app/admin/nameservers/edit-result.php
 %%WWWDIR%%/app/admin/nameservers/edit.php
 %%WWWDIR%%/app/admin/nameservers/index.php
+%%WWWDIR%%/app/admin/nat/cleanup.php
+%%WWWDIR%%/app/admin/nat/edit-map.php
+%%WWWDIR%%/app/admin/nat/edit-result.php
+%%WWWDIR%%/app/admin/nat/edit.php
+%%WWWDIR%%/app/admin/nat/index.php
+%%WWWDIR%%/app/admin/nat/item-add-search.php
+%%WWWDIR%%/app/admin/nat/item-add-submit.php
+%%WWWDIR%%/app/admin/nat/item-add.php
+%%WWWDIR%%/app/admin/nat/item-remove.php
 %%WWWDIR%%/app/admin/powerDNS/defaults-save.php
 %%WWWDIR%%/app/admin/powerDNS/defaults.php
 %%WWWDIR%%/app/admin/powerDNS/domain-edit-result.php
@@ -174,6 +176,14 @@
 %%WWWDIR%%/app/admin/powerDNS/refresh-ptr-records.php
 %%WWWDIR%%/app/admin/powerDNS/settings-save.php
 %%WWWDIR%%/app/admin/powerDNS/settings.php
+%%WWWDIR%%/app/admin/pstn-prefixes/index.php
+%%WWWDIR%%/app/admin/racks/edit-rack-devices-result.php
+%%WWWDIR%%/app/admin/racks/edit-rack-devices.php
+%%WWWDIR%%/app/admin/racks/edit-result.php
+%%WWWDIR%%/app/admin/racks/edit.php
+%%WWWDIR%%/app/admin/racks/index.php
+%%WWWDIR%%/app/admin/racks/print-racks.php
+%%WWWDIR%%/app/admin/racks/print-single-rack.php
 %%WWWDIR%%/app/admin/replace-fields/index.php
 %%WWWDIR%%/app/admin/replace-fields/result.php
 %%WWWDIR%%/app/admin/requests/edit-result.php
@@ -191,7 +201,12 @@
 %%WWWDIR%%/app/admin/sections/edit.php
 %%WWWDIR%%/app/admin/sections/index.php
 %%WWWDIR%%/app/admin/settings/index.php
+%%WWWDIR%%/app/admin/settings/logo/import-verify.php
+%%WWWDIR%%/app/admin/settings/logo/logo-clear.php
+%%WWWDIR%%/app/admin/settings/logo/logo-uploader.php
+%%WWWDIR%%/app/admin/settings/remove-maintaneance.php
 %%WWWDIR%%/app/admin/settings/settings-save.php
+%%WWWDIR%%/app/admin/snmp/index.php
 %%WWWDIR%%/app/admin/subnets/edit-folder-result.php
 %%WWWDIR%%/app/admin/subnets/edit-folder.php
 %%WWWDIR%%/app/admin/subnets/edit-nameserver-dropdown.php
@@ -199,6 +214,8 @@
 %%WWWDIR%%/app/admin/subnets/edit-vlan-dropdown.php
 %%WWWDIR%%/app/admin/subnets/edit.php
 %%WWWDIR%%/app/admin/subnets/index.php
+%%WWWDIR%%/app/admin/subnets/linked-subnet-submit.php
+%%WWWDIR%%/app/admin/subnets/linked-subnet.php
 %%WWWDIR%%/app/admin/subnets/permissions-show.php
 %%WWWDIR%%/app/admin/subnets/permissions-submit.php
 %%WWWDIR%%/app/admin/subnets/resize-save.php
@@ -230,9 +247,15 @@
 %%WWWDIR%%/app/admin/vlans/index.php
 %%WWWDIR%%/app/admin/vlans/move-vlan-result.php
 %%WWWDIR%%/app/admin/vlans/move-vlan.php
+%%WWWDIR%%/app/admin/vlans/vlans-scan-execute.php
+%%WWWDIR%%/app/admin/vlans/vlans-scan-result.php
+%%WWWDIR%%/app/admin/vlans/vlans-scan.php
 %%WWWDIR%%/app/admin/vrfs/edit-result.php
 %%WWWDIR%%/app/admin/vrfs/edit.php
 %%WWWDIR%%/app/admin/vrfs/index.php
+%%WWWDIR%%/app/admin/vrfs/vrf-scan-execute.php
+%%WWWDIR%%/app/admin/vrfs/vrf-scan-result.php
+%%WWWDIR%%/app/admin/vrfs/vrf-scan.php
 %%WWWDIR%%/app/admin/widgets/edit-result.php
 %%WWWDIR%%/app/admin/widgets/edit.php
 %%WWWDIR%%/app/admin/widgets/index.php
@@ -242,13 +265,16 @@
 %%WWWDIR%%/app/dashboard/widgets/changelog.php
 %%WWWDIR%%/app/dashboard/widgets/error_logs.php
 %%WWWDIR%%/app/dashboard/widgets/favourite_subnets.php
+%%WWWDIR%%/app/dashboard/widgets/inactive-hosts.php
 %%WWWDIR%%/app/dashboard/widgets/index.php
 %%WWWDIR%%/app/dashboard/widgets/ipcalc-result.php
 %%WWWDIR%%/app/dashboard/widgets/ipcalc.php
 %%WWWDIR%%/app/dashboard/widgets/iprequest.php
+%%WWWDIR%%/app/dashboard/widgets/locations.php
 %%WWWDIR%%/app/dashboard/widgets/requests.php
 %%WWWDIR%%/app/dashboard/widgets/statistics.php
 %%WWWDIR%%/app/dashboard/widgets/template.php
+%%WWWDIR%%/app/dashboard/widgets/threshold.php
 %%WWWDIR%%/app/dashboard/widgets/tools.php
 %%WWWDIR%%/app/dashboard/widgets/top10_hosts_v4.php
 %%WWWDIR%%/app/dashboard/widgets/top10_hosts_v6.php
@@ -267,22 +293,131 @@
 %%WWWDIR%%/app/install/postinstall_configure.php
 %%WWWDIR%%/app/install/postinstall_submit.php
 %%WWWDIR%%/app/install/select_install_type.php
-%%WWWDIR%%/app/login/captcha/captcha.php
-%%WWWDIR%%/app/login/captcha/captchashow.php
-%%WWWDIR%%/app/login/captcha/elephant.ttf
+%%WWWDIR%%/app/install/sql_error.php
+%%WWWDIR%%/app/install/welcome.php
+%%WWWDIR%%/app/login/captcha/AHGBold.ttf
+%%WWWDIR%%/app/login/captcha/LICENSE.txt
+%%WWWDIR%%/app/login/captcha/README.FONT.txt
+%%WWWDIR%%/app/login/captcha/README.md
+%%WWWDIR%%/app/login/captcha/README.txt
+%%WWWDIR%%/app/login/captcha/WavFile.php
+%%WWWDIR%%/app/login/captcha/audio/.htaccess
+%%WWWDIR%%/app/login/captcha/audio/en/0.wav
+%%WWWDIR%%/app/login/captcha/audio/en/1.wav
+%%WWWDIR%%/app/login/captcha/audio/en/10.wav
+%%WWWDIR%%/app/login/captcha/audio/en/11.wav
+%%WWWDIR%%/app/login/captcha/audio/en/12.wav
+%%WWWDIR%%/app/login/captcha/audio/en/13.wav
+%%WWWDIR%%/app/login/captcha/audio/en/14.wav
+%%WWWDIR%%/app/login/captcha/audio/en/15.wav
+%%WWWDIR%%/app/login/captcha/audio/en/16.wav
+%%WWWDIR%%/app/login/captcha/audio/en/17.wav
+%%WWWDIR%%/app/login/captcha/audio/en/18.wav
+%%WWWDIR%%/app/login/captcha/audio/en/19.wav
+%%WWWDIR%%/app/login/captcha/audio/en/2.wav
+%%WWWDIR%%/app/login/captcha/audio/en/20.wav
+%%WWWDIR%%/app/login/captcha/audio/en/3.wav
+%%WWWDIR%%/app/login/captcha/audio/en/4.wav
+%%WWWDIR%%/app/login/captcha/audio/en/5.wav
+%%WWWDIR%%/app/login/captcha/audio/en/6.wav
+%%WWWDIR%%/app/login/captcha/audio/en/7.wav
+%%WWWDIR%%/app/login/captcha/audio/en/8.wav
+%%WWWDIR%%/app/login/captcha/audio/en/9.wav
+%%WWWDIR%%/app/login/captcha/audio/en/A.wav
+%%WWWDIR%%/app/login/captcha/audio/en/B.wav
+%%WWWDIR%%/app/login/captcha/audio/en/C.wav
+%%WWWDIR%%/app/login/captcha/audio/en/D.wav
+%%WWWDIR%%/app/login/captcha/audio/en/E.wav
+%%WWWDIR%%/app/login/captcha/audio/en/F.wav
+%%WWWDIR%%/app/login/captcha/audio/en/G.wav
+%%WWWDIR%%/app/login/captcha/audio/en/H.wav
+%%WWWDIR%%/app/login/captcha/audio/en/I.wav
+%%WWWDIR%%/app/login/captcha/audio/en/J.wav
+%%WWWDIR%%/app/login/captcha/audio/en/K.wav
+%%WWWDIR%%/app/login/captcha/audio/en/L.wav
+%%WWWDIR%%/app/login/captcha/audio/en/M.wav
+%%WWWDIR%%/app/login/captcha/audio/en/MINUS.wav
+%%WWWDIR%%/app/login/captcha/audio/en/N.wav
+%%WWWDIR%%/app/login/captcha/audio/en/O.wav
+%%WWWDIR%%/app/login/captcha/audio/en/P.wav
+%%WWWDIR%%/app/login/captcha/audio/en/PLUS.wav
+%%WWWDIR%%/app/login/captcha/audio/en/Q.wav
+%%WWWDIR%%/app/login/captcha/audio/en/R.wav
+%%WWWDIR%%/app/login/captcha/audio/en/S.wav
+%%WWWDIR%%/app/login/captcha/audio/en/T.wav
+%%WWWDIR%%/app/login/captcha/audio/en/TIMES.wav
+%%WWWDIR%%/app/login/captcha/audio/en/U.wav
+%%WWWDIR%%/app/login/captcha/audio/en/V.wav
+%%WWWDIR%%/app/login/captcha/audio/en/W.wav
+%%WWWDIR%%/app/login/captcha/audio/en/X.wav
+%%WWWDIR%%/app/login/captcha/audio/en/Y.wav
+%%WWWDIR%%/app/login/captcha/audio/en/Z.wav
+%%WWWDIR%%/app/login/captcha/audio/en/error.wav
+%%WWWDIR%%/app/login/captcha/audio/noise/check-point-1.wav
+%%WWWDIR%%/app/login/captcha/audio/noise/crowd-talking-1.wav
+%%WWWDIR%%/app/login/captcha/audio/noise/crowd-talking-6.wav
+%%WWWDIR%%/app/login/captcha/audio/noise/crowd-talking-7.wav
+%%WWWDIR%%/app/login/captcha/audio/noise/kids-playing-1.wav
+%%WWWDIR%%/app/login/captcha/backgrounds/bg3.jpg
+%%WWWDIR%%/app/login/captcha/backgrounds/bg4.jpg
+%%WWWDIR%%/app/login/captcha/backgrounds/bg5.jpg
+%%WWWDIR%%/app/login/captcha/backgrounds/bg6.png
+%%WWWDIR%%/app/login/captcha/captcha.html
+%%WWWDIR%%/app/login/captcha/composer.json
+%%WWWDIR%%/app/login/captcha/config.inc.php.SAMPLE
+%%WWWDIR%%/app/login/captcha/database/.htaccess
+%%WWWDIR%%/app/login/captcha/database/index.html
+%%WWWDIR%%/app/login/captcha/database/securimage.sq3
+%%WWWDIR%%/app/login/captcha/example_form.ajax.php
+%%WWWDIR%%/app/login/captcha/example_form.php
+%%WWWDIR%%/app/login/captcha/examples/display_value.php
+%%WWWDIR%%/app/login/captcha/examples/multiple_captchas_single_page.php
+%%WWWDIR%%/app/login/captcha/examples/multiple_words.php
+%%WWWDIR%%/app/login/captcha/examples/securimage_show_example.php
+%%WWWDIR%%/app/login/captcha/examples/securimage_show_example2.php
+%%WWWDIR%%/app/login/captcha/examples/static_captcha.php
+%%WWWDIR%%/app/login/captcha/examples/test.mysql.php
+%%WWWDIR%%/app/login/captcha/examples/test.mysql.static.php
+%%WWWDIR%%/app/login/captcha/examples/test.pgsql.php
+%%WWWDIR%%/app/login/captcha/examples/test.sqlite.php
+%%WWWDIR%%/app/login/captcha/images/audio_icon.png
+%%WWWDIR%%/app/login/captcha/images/loading.png
+%%WWWDIR%%/app/login/captcha/images/refresh.png
+%%WWWDIR%%/app/login/captcha/securimage.css
+%%WWWDIR%%/app/login/captcha/securimage.js
+%%WWWDIR%%/app/login/captcha/securimage.php
+%%WWWDIR%%/app/login/captcha/securimage_play.php
+%%WWWDIR%%/app/login/captcha/securimage_play.swf
+%%WWWDIR%%/app/login/captcha/securimage_show.php
+%%WWWDIR%%/app/login/captcha/words/words.txt
+%%WWWDIR%%/app/login/captchashow.php
 %%WWWDIR%%/app/login/index.php
 %%WWWDIR%%/app/login/login_check.php
 %%WWWDIR%%/app/login/login_form.php
 %%WWWDIR%%/app/login/request_ip_first_free.php
 %%WWWDIR%%/app/login/request_ip_form.php
 %%WWWDIR%%/app/login/request_ip_result.php
+%%WWWDIR%%/app/saml2/idp.php
+%%WWWDIR%%/app/saml2/index.php
+%%WWWDIR%%/app/sections/all-sections.php
 %%WWWDIR%%/app/sections/index.php
+%%WWWDIR%%/app/sections/menu/menu-administration.php
+%%WWWDIR%%/app/sections/menu/menu-sections.php
+%%WWWDIR%%/app/sections/menu/menu-static.php
+%%WWWDIR%%/app/sections/menu/menu-tools-admin.php
+%%WWWDIR%%/app/sections/menu/menu-tools.php
 %%WWWDIR%%/app/sections/section-changelog.php
 %%WWWDIR%%/app/sections/section-subnets.php
 %%WWWDIR%%/app/sections/user-menu.php
-%%WWWDIR%%/app/subnets/addresses/address-changelog.php
-%%WWWDIR%%/app/subnets/addresses/address-details.php
-%%WWWDIR%%/app/subnets/addresses/address-modify-check.php
+%%WWWDIR%%/app/subnets/addresses/address-details-index.php
+%%WWWDIR%%/app/subnets/addresses/address-details/address-changelog.php
+%%WWWDIR%%/app/subnets/addresses/address-details/address-details-linked.php
+%%WWWDIR%%/app/subnets/addresses/address-details/address-details-location.php
+%%WWWDIR%%/app/subnets/addresses/address-details/address-details-multicast.php
+%%WWWDIR%%/app/subnets/addresses/address-details/address-details-nat.php
+%%WWWDIR%%/app/subnets/addresses/address-details/address-details-permissions.php
+%%WWWDIR%%/app/subnets/addresses/address-details/address-details.php
+%%WWWDIR%%/app/subnets/addresses/address-modify-submit.php
 %%WWWDIR%%/app/subnets/addresses/address-modify.php
 %%WWWDIR%%/app/subnets/addresses/address-resolve.php
 %%WWWDIR%%/app/subnets/addresses/export-field-select.php
@@ -300,16 +435,29 @@
 %%WWWDIR%%/app/subnets/import-subnet/print-file.php
 %%WWWDIR%%/app/subnets/import-subnet/upload/.htaccess
 %%WWWDIR%%/app/subnets/index.php
+%%WWWDIR%%/app/subnets/mail-notify-subnet-check.php
+%%WWWDIR%%/app/subnets/mail-notify-subnet.php
 %%WWWDIR%%/app/subnets/scan/subnet-scan-execute.php
 %%WWWDIR%%/app/subnets/scan/subnet-scan-icmp-result.php
 %%WWWDIR%%/app/subnets/scan/subnet-scan-icmp.php
+%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-arp-result.php
+%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-arp.php
+%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-mac-result.php
+%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-mac.php
+%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-route-all-result.php
+%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-route-all.php
+%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-route.php
 %%WWWDIR%%/app/subnets/scan/subnet-scan-telnet-result.php
 %%WWWDIR%%/app/subnets/scan/subnet-scan-telnet.php
 %%WWWDIR%%/app/subnets/scan/subnet-scan.php
 %%WWWDIR%%/app/subnets/scan/subnet-update-icmp.php
-%%WWWDIR%%/app/subnets/subnet-changelog.php
-%%WWWDIR%%/app/subnets/subnet-details.php
-%%WWWDIR%%/app/subnets/subnet-graph.php
+%%WWWDIR%%/app/subnets/scan/subnet-update-snmp-arp.php
+%%WWWDIR%%/app/subnets/subnet-details/subnet-changelog.php
+%%WWWDIR%%/app/subnets/subnet-details/subnet-details.php
+%%WWWDIR%%/app/subnets/subnet-details/subnet-graph.php
+%%WWWDIR%%/app/subnets/subnet-details/subnet-location.php
+%%WWWDIR%%/app/subnets/subnet-details/subnet-nat.php
+%%WWWDIR%%/app/subnets/subnet-details/subnet-permissions.php
 %%WWWDIR%%/app/subnets/subnet-slaves.php
 %%WWWDIR%%/app/subnets/subnet-visual.php
 %%WWWDIR%%/app/subnets/subnets-menu.php
@@ -322,21 +470,57 @@
 %%WWWDIR%%/app/temp_share/subnet.php
 %%WWWDIR%%/app/tools/changelog/changelog-print.php
 %%WWWDIR%%/app/tools/changelog/index.php
-%%WWWDIR%%/app/tools/devices/devices-hosts.php
-%%WWWDIR%%/app/tools/devices/devices-print.php
+%%WWWDIR%%/app/tools/changelog/show-popup.php
+%%WWWDIR%%/app/tools/circuits/all-circuits-map.php
+%%WWWDIR%%/app/tools/circuits/all-circuits.php
+%%WWWDIR%%/app/tools/circuits/all-providers.php
+%%WWWDIR%%/app/tools/circuits/circuit-details-general.php
+%%WWWDIR%%/app/tools/circuits/circuit-details-map.php
+%%WWWDIR%%/app/tools/circuits/circuit-details-points.php
+%%WWWDIR%%/app/tools/circuits/circuit-details-provider.php
+%%WWWDIR%%/app/tools/circuits/circuit-details.php
+%%WWWDIR%%/app/tools/circuits/index.php
+%%WWWDIR%%/app/tools/circuits/menu.php
+%%WWWDIR%%/app/tools/circuits/options.php
+%%WWWDIR%%/app/tools/circuits/provider-details.php
+%%WWWDIR%%/app/tools/devices/all-devices.php
+%%WWWDIR%%/app/tools/devices/device-details/device-addresses.php
+%%WWWDIR%%/app/tools/devices/device-details/device-circuits.php
+%%WWWDIR%%/app/tools/devices/device-details/device-details.php
+%%WWWDIR%%/app/tools/devices/device-details/device-location.php
+%%WWWDIR%%/app/tools/devices/device-details/device-nat.php
+%%WWWDIR%%/app/tools/devices/device-details/device-pstn.php
+%%WWWDIR%%/app/tools/devices/device-details/device-subnets.php
 %%WWWDIR%%/app/tools/devices/index.php
+%%WWWDIR%%/app/tools/dhcp/index.php
+%%WWWDIR%%/app/tools/dhcp/leases.php
+%%WWWDIR%%/app/tools/dhcp/reservations.php
+%%WWWDIR%%/app/tools/dhcp/subnets.php
 %%WWWDIR%%/app/tools/favourites/favourite-edit.php
 %%WWWDIR%%/app/tools/favourites/index.php
 %%WWWDIR%%/app/tools/firewall-zones/index.php
+%%WWWDIR%%/app/tools/inactive-hosts/index.php
 %%WWWDIR%%/app/tools/index.php
 %%WWWDIR%%/app/tools/instructions/index.php
 %%WWWDIR%%/app/tools/ip-calculator/index.php
 %%WWWDIR%%/app/tools/ip-calculator/result.php
+%%WWWDIR%%/app/tools/locations/all-locations-list.php
+%%WWWDIR%%/app/tools/locations/all-locations-map.php
+%%WWWDIR%%/app/tools/locations/index.php
+%%WWWDIR%%/app/tools/locations/single-location-map.php
+%%WWWDIR%%/app/tools/locations/single-location.php
 %%WWWDIR%%/app/tools/logs/clear-logs.php
 %%WWWDIR%%/app/tools/logs/detail-popup.php
 %%WWWDIR%%/app/tools/logs/export.php
 %%WWWDIR%%/app/tools/logs/index.php
 %%WWWDIR%%/app/tools/logs/show-logs.php
+%%WWWDIR%%/app/tools/mac-lookup/index.php
+%%WWWDIR%%/app/tools/mac-lookup/results.php
+%%WWWDIR%%/app/tools/mac-lookup/tips.php
+%%WWWDIR%%/app/tools/multicast-networks/create_mac.php
+%%WWWDIR%%/app/tools/multicast-networks/index.php
+%%WWWDIR%%/app/tools/multicast-networks/validate_mac.php
+%%WWWDIR%%/app/tools/nat/index.php
 %%WWWDIR%%/app/tools/pass-change/form.php
 %%WWWDIR%%/app/tools/pass-change/result.php
 %%WWWDIR%%/app/tools/powerDNS/domain-records.php
@@ -344,13 +528,38 @@
 %%WWWDIR%%/app/tools/powerDNS/domains.php
 %%WWWDIR%%/app/tools/powerDNS/host_records.php
 %%WWWDIR%%/app/tools/powerDNS/index.php
+%%WWWDIR%%/app/tools/pstn-prefixes/all-prefixes.php
+%%WWWDIR%%/app/tools/pstn-prefixes/edit-number-result.php
+%%WWWDIR%%/app/tools/pstn-prefixes/edit-number.php
+%%WWWDIR%%/app/tools/pstn-prefixes/edit-result.php
+%%WWWDIR%%/app/tools/pstn-prefixes/edit.php
+%%WWWDIR%%/app/tools/pstn-prefixes/index.php
+%%WWWDIR%%/app/tools/pstn-prefixes/single-prefix-graph.php
+%%WWWDIR%%/app/tools/pstn-prefixes/single-prefix-numbers.php
+%%WWWDIR%%/app/tools/pstn-prefixes/single-prefix-slaves-list.php
+%%WWWDIR%%/app/tools/pstn-prefixes/single-prefix-slaves.php
+%%WWWDIR%%/app/tools/pstn-prefixes/single-prefix.php
+%%WWWDIR%%/app/tools/racks/draw_rack.php
+%%WWWDIR%%/app/tools/racks/index.php
+%%WWWDIR%%/app/tools/racks/print-racks-list.php
+%%WWWDIR%%/app/tools/racks/print-racks-map.php
+%%WWWDIR%%/app/tools/racks/print-racks.php
+%%WWWDIR%%/app/tools/racks/print-single-rack.php
+%%WWWDIR%%/app/tools/racks/show-rack-popup.php
 %%WWWDIR%%/app/tools/request-ip/index.php
 %%WWWDIR%%/app/tools/requests/index.php
 %%WWWDIR%%/app/tools/scanned-networks/index.php
 %%WWWDIR%%/app/tools/search/index.php
+%%WWWDIR%%/app/tools/search/opensearch.php
 %%WWWDIR%%/app/tools/search/search-results-export.php
 %%WWWDIR%%/app/tools/search/search-results.php
 %%WWWDIR%%/app/tools/search/search-tips.php
+%%WWWDIR%%/app/tools/search/search_results/search-results_addresses.php
+%%WWWDIR%%/app/tools/search/search_results/search-results_circuits.php
+%%WWWDIR%%/app/tools/search/search_results/search-results_pstn.php
+%%WWWDIR%%/app/tools/search/search_results/search-results_subnets.php
+%%WWWDIR%%/app/tools/search/search_results/search-results_vlans.php
+%%WWWDIR%%/app/tools/search/search_results/search-results_vrfs.php
 %%WWWDIR%%/app/tools/subnet-masks/index.php
 %%WWWDIR%%/app/tools/subnet-masks/popup.php
 %%WWWDIR%%/app/tools/subnet-masks/print-table.php
@@ -359,6 +568,7 @@
 %%WWWDIR%%/app/tools/temp-shares/edit-result.php
 %%WWWDIR%%/app/tools/temp-shares/edit.php
 %%WWWDIR%%/app/tools/temp-shares/index.php
+%%WWWDIR%%/app/tools/threshold/index.php
 %%WWWDIR%%/app/tools/tools-menu-config.php
 %%WWWDIR%%/app/tools/tools-menu.php
 %%WWWDIR%%/app/tools/user-menu/index.php
@@ -379,49 +589,72 @@
 %%WWWDIR%%/app/vrf/vrf-details.php
 %%WWWDIR%%/app/vrf/vrf-subnets.php
 %%WWWDIR%%/config.dist.php
-%%WWWDIR%%/css/1.2/bootstrap/bootstrap-colorpicker.min.css
-%%WWWDIR%%/css/1.2/bootstrap/bootstrap-custom.css
-%%WWWDIR%%/css/1.2/bootstrap/bootstrap-datetimepicker.min.css
-%%WWWDIR%%/css/1.2/bootstrap/bootstrap-switch.min.css
-%%WWWDIR%%/css/1.2/bootstrap/bootstrap.min.css
-%%WWWDIR%%/css/1.2/font-awesome/font-awesome.min.css
-%%WWWDIR%%/css/1.2/fonts/FontAwesome.otf
-%%WWWDIR%%/css/1.2/fonts/fontawesome-webfont.eot
-%%WWWDIR%%/css/1.2/fonts/fontawesome-webfont.svg
-%%WWWDIR%%/css/1.2/fonts/fontawesome-webfont.ttf
-%%WWWDIR%%/css/1.2/fonts/fontawesome-webfont.woff
-%%WWWDIR%%/css/1.2/fonts/fontawesome-webfont.woff2
-%%WWWDIR%%/css/1.2/fonts/source_sans_pro/SourceSansPro-Light.woff2
-%%WWWDIR%%/css/1.2/images/bootstrap-colorpicker/alpha-horizontal.png
-%%WWWDIR%%/css/1.2/images/bootstrap-colorpicker/alpha.png
-%%WWWDIR%%/css/1.2/images/bootstrap-colorpicker/hue-horizontal.png
-%%WWWDIR%%/css/1.2/images/bootstrap-colorpicker/hue.png
-%%WWWDIR%%/css/1.2/images/bootstrap-colorpicker/saturation.png
-%%WWWDIR%%/css/1.2/images/btn_donate_SM.gif
-%%WWWDIR%%/css/1.2/images/csvuploadexample.jpg
-%%WWWDIR%%/css/1.2/images/favicon.png
-%%WWWDIR%%/css/1.2/images/hosterdam.png
-%%WWWDIR%%/css/1.2/images/li-dns-last.png
-%%WWWDIR%%/css/1.2/images/li-dns.png
-%%WWWDIR%%/css/1.2/images/li.png
-%%WWWDIR%%/css/1.2/images/phpipam-favicon.pxm
-%%WWWDIR%%/css/1.2/images/sn-bg-last.png
-%%WWWDIR%%/css/1.2/images/sn-bg.png
-%%WWWDIR%%/css/1.2/images/ul-li-bg-active.png
-%%WWWDIR%%/css/1.2/images/ul-li-bg.png
-%%WWWDIR%%/css/1.2/images/userTrooper.png
-%%WWWDIR%%/css/1.2/images/userVader.png
+%%WWWDIR%%/css/1.3.1/bootstrap-table/bootstrap-table.min.css
+%%WWWDIR%%/css/1.3.1/bootstrap/bootstrap-colorpicker.min.css
+%%WWWDIR%%/css/1.3.1/bootstrap/bootstrap-custom.css
+%%WWWDIR%%/css/1.3.1/bootstrap/bootstrap-custom.min.css
+%%WWWDIR%%/css/1.3.1/bootstrap/bootstrap-datetimepicker.min.css
+%%WWWDIR%%/css/1.3.1/bootstrap/bootstrap-switch.min.css
+%%WWWDIR%%/css/1.3.1/bootstrap/bootstrap.min.css
+%%WWWDIR%%/css/1.3.1/bootstrap/bootstrap.min.css.map
+%%WWWDIR%%/css/1.3.1/font-awesome/font-awesome.min.css
+%%WWWDIR%%/css/1.3.1/fonts/FontAwesome.otf
+%%WWWDIR%%/css/1.3.1/fonts/MesloLGS-Regular.ttf
+%%WWWDIR%%/css/1.3.1/fonts/fontawesome-webfont.eot
+%%WWWDIR%%/css/1.3.1/fonts/fontawesome-webfont.svg
+%%WWWDIR%%/css/1.3.1/fonts/fontawesome-webfont.ttf
+%%WWWDIR%%/css/1.3.1/fonts/fontawesome-webfont.woff
+%%WWWDIR%%/css/1.3.1/fonts/fontawesome-webfont.woff2
+%%WWWDIR%%/css/1.3.1/fonts/source_sans_pro/SourceSansPro-Light.woff2
+%%WWWDIR%%/css/1.3.1/images/blankracks/14.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/20.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/24.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/30.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/32.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/33.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/34.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/35.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/36.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/37.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/38.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/39.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/40.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/41.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/42.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/43.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/44.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/45.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/46.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/47.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/48.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/49.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/50.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/51.png
+%%WWWDIR%%/css/1.3.1/images/blankracks/52.png
+%%WWWDIR%%/css/1.3.1/images/blue-dot.png
+%%WWWDIR%%/css/1.3.1/images/bootstrap-colorpicker/alpha-horizontal.png
+%%WWWDIR%%/css/1.3.1/images/bootstrap-colorpicker/alpha.png
+%%WWWDIR%%/css/1.3.1/images/bootstrap-colorpicker/hue-horizontal.png
+%%WWWDIR%%/css/1.3.1/images/bootstrap-colorpicker/hue.png
+%%WWWDIR%%/css/1.3.1/images/bootstrap-colorpicker/saturation.png
+%%WWWDIR%%/css/1.3.1/images/btn_donate_SM.gif
+%%WWWDIR%%/css/1.3.1/images/favicon.png
+%%WWWDIR%%/css/1.3.1/images/hosterdam.png
+%%WWWDIR%%/css/1.3.1/images/li-dns-last.png
+%%WWWDIR%%/css/1.3.1/images/li-dns.png
+%%WWWDIR%%/css/1.3.1/images/li.png
+%%WWWDIR%%/css/1.3.1/images/logo/.htaccess
+%%WWWDIR%%/css/1.3.1/images/phpipam_logo_smal.png
+%%WWWDIR%%/css/1.3.1/images/red-dot.png
+%%WWWDIR%%/css/1.3.1/images/sn-bg-last.png
+%%WWWDIR%%/css/1.3.1/images/sn-bg.png
+%%WWWDIR%%/css/1.3.1/images/ul-li-bg-active.png
+%%WWWDIR%%/css/1.3.1/images/ul-li-bg.png
+%%WWWDIR%%/css/1.3.1/images/userTrooper.png
+%%WWWDIR%%/css/1.3.1/images/userVader.png
+%%WWWDIR%%/css/1.3.1/slider.css
 %%WWWDIR%%/db/SCHEMA.sql
-%%WWWDIR%%/db/UPDATE-v1.11.sql
-%%WWWDIR%%/db/UPDATE-v1.12.sql
-%%WWWDIR%%/db/UPDATE-v1.13.sql
-%%WWWDIR%%/db/UPDATE-v1.14.sql
-%%WWWDIR%%/db/UPDATE-v1.15.sql
-%%WWWDIR%%/db/UPDATE-v1.16.sql
-%%WWWDIR%%/db/UPDATE-v1.17.sql
-%%WWWDIR%%/db/UPDATE-v1.18.sql
-%%WWWDIR%%/db/UPDATE-v1.19.sql
-%%WWWDIR%%/db/UPDATE-v1.2.sql
+%%WWWDIR%%/db/UPDATE.sql
 %%WWWDIR%%/db/bkp/.htaccess
 %%WWWDIR%%/functions/PEAR/Net/DNS2.php
 %%WWWDIR%%/functions/PEAR/Net/DNS2/BitMap.php
@@ -517,14 +750,135 @@
 %%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Validator.php
 %%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Workbook.php
 %%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Worksheet.php
+%%WWWDIR%%/functions/PHPMailer/.scrutinizer.yml
+%%WWWDIR%%/functions/PHPMailer/.travis.yml
 %%WWWDIR%%/functions/PHPMailer/LICENSE
 %%WWWDIR%%/functions/PHPMailer/PHPMailerAutoload.php
 %%WWWDIR%%/functions/PHPMailer/README.md
+%%WWWDIR%%/functions/PHPMailer/SECURITY.md
 %%WWWDIR%%/functions/PHPMailer/VERSION
+%%WWWDIR%%/functions/PHPMailer/changelog.md
 %%WWWDIR%%/functions/PHPMailer/class.phpmailer.php
+%%WWWDIR%%/functions/PHPMailer/class.phpmaileroauth.php
+%%WWWDIR%%/functions/PHPMailer/class.phpmaileroauthgoogle.php
 %%WWWDIR%%/functions/PHPMailer/class.pop3.php
 %%WWWDIR%%/functions/PHPMailer/class.smtp.php
 %%WWWDIR%%/functions/PHPMailer/composer.json
+%%WWWDIR%%/functions/PHPMailer/composer.lock
+%%WWWDIR%%/functions/PHPMailer/docs/Callback_function_notes.txt
+%%WWWDIR%%/functions/PHPMailer/docs/DomainKeys_notes.txt
+%%WWWDIR%%/functions/PHPMailer/docs/Note_for_SMTP_debugging.md
+%%WWWDIR%%/functions/PHPMailer/docs/extending.html
+%%WWWDIR%%/functions/PHPMailer/docs/faq.html
+%%WWWDIR%%/functions/PHPMailer/docs/generatedocs.sh
+%%WWWDIR%%/functions/PHPMailer/docs/pop3_article.txt
+%%WWWDIR%%/functions/PHPMailer/examples/DKIM.phps
+%%WWWDIR%%/functions/PHPMailer/examples/code_generator.phps
+%%WWWDIR%%/functions/PHPMailer/examples/contactform.phps
+%%WWWDIR%%/functions/PHPMailer/examples/contents.html
+%%WWWDIR%%/functions/PHPMailer/examples/contentsutf8.html
+%%WWWDIR%%/functions/PHPMailer/examples/exceptions.phps
+%%WWWDIR%%/functions/PHPMailer/examples/gmail.phps
+%%WWWDIR%%/functions/PHPMailer/examples/gmail_xoauth.phps
+%%WWWDIR%%/functions/PHPMailer/examples/images/phpmailer.png
+%%WWWDIR%%/functions/PHPMailer/examples/images/phpmailer_mini.png
+%%WWWDIR%%/functions/PHPMailer/examples/index.html
+%%WWWDIR%%/functions/PHPMailer/examples/mail.phps
+%%WWWDIR%%/functions/PHPMailer/examples/mailing_list.phps
+%%WWWDIR%%/functions/PHPMailer/examples/pop_before_smtp.phps
+%%WWWDIR%%/functions/PHPMailer/examples/scripts/XRegExp.js
+%%WWWDIR%%/functions/PHPMailer/examples/scripts/shAutoloader.js
+%%WWWDIR%%/functions/PHPMailer/examples/scripts/shBrushPhp.js
+%%WWWDIR%%/functions/PHPMailer/examples/scripts/shCore.js
+%%WWWDIR%%/functions/PHPMailer/examples/scripts/shLegacy.js
+%%WWWDIR%%/functions/PHPMailer/examples/send_file_upload.phps
+%%WWWDIR%%/functions/PHPMailer/examples/send_multiple_file_upload.phps
+%%WWWDIR%%/functions/PHPMailer/examples/sendmail.phps
+%%WWWDIR%%/functions/PHPMailer/examples/signed-mail.phps
+%%WWWDIR%%/functions/PHPMailer/examples/smtp.phps
+%%WWWDIR%%/functions/PHPMailer/examples/smtp_check.phps
+%%WWWDIR%%/functions/PHPMailer/examples/smtp_no_auth.phps
+%%WWWDIR%%/functions/PHPMailer/examples/ssl_options.phps
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCore.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreDefault.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreDjango.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreEclipse.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreEmacs.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreFadeToGrey.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreMDUltra.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreMidnight.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreRDark.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeAppleScript.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeDefault.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeDjango.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeEclipse.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeEmacs.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeFadeToGrey.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeMDUltra.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeMidnight.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeRDark.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeVisualStudio.css
+%%WWWDIR%%/functions/PHPMailer/examples/styles/wrapping.png
+%%WWWDIR%%/functions/PHPMailer/extras/EasyPeasyICS.php
+%%WWWDIR%%/functions/PHPMailer/extras/README.md
+%%WWWDIR%%/functions/PHPMailer/extras/htmlfilter.php
+%%WWWDIR%%/functions/PHPMailer/extras/ntlm_sasl_client.php
+%%WWWDIR%%/functions/PHPMailer/get_oauth_token.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-am.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ar.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-az.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-be.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-bg.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ca.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ch.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-cs.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-da.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-de.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-el.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-eo.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-es.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-et.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fa.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fi.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fo.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fr.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-gl.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-he.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-hr.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-hu.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-id.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-it.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ja.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ka.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ko.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-lt.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-lv.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ms.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-nb.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-nl.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-pl.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-pt.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-pt_br.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ro.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ru.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sk.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sl.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sr.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sv.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-tr.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-uk.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-vi.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-zh.php
+%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-zh_cn.php
+%%WWWDIR%%/functions/PHPMailer/test/bootstrap.php
+%%WWWDIR%%/functions/PHPMailer/test/fakepopserver.sh
+%%WWWDIR%%/functions/PHPMailer/test/fakesendmail.sh
+%%WWWDIR%%/functions/PHPMailer/test/phpmailerLangTest.php
+%%WWWDIR%%/functions/PHPMailer/test/phpmailerTest.php
+%%WWWDIR%%/functions/PHPMailer/test/runfakepopserver.sh
+%%WWWDIR%%/functions/PHPMailer/test/test_callback.php
+%%WWWDIR%%/functions/PHPMailer/test/testbootstrap-dist.php
+%%WWWDIR%%/functions/PHPMailer/travis.phpunit.xml.dist
 %%WWWDIR%%/functions/adLDAP/CHANGELOG.txt
 %%WWWDIR%%/functions/adLDAP/LICENCE.txt
 %%WWWDIR%%/functions/adLDAP/README.txt
@@ -548,6 +902,8 @@
 %%WWWDIR%%/functions/classes/class.Addresses.php
 %%WWWDIR%%/functions/classes/class.Admin.php
 %%WWWDIR%%/functions/classes/class.Common.php
+%%WWWDIR%%/functions/classes/class.DHCP.kea.php
+%%WWWDIR%%/functions/classes/class.DHCP.php
 %%WWWDIR%%/functions/classes/class.DNS.php
 %%WWWDIR%%/functions/classes/class.FirewallZones.php
 %%WWWDIR%%/functions/classes/class.Install.php
@@ -555,133 +911,591 @@
 %%WWWDIR%%/functions/classes/class.Mail.php
 %%WWWDIR%%/functions/classes/class.PDO.php
 %%WWWDIR%%/functions/classes/class.PowerDNS.php
+%%WWWDIR%%/functions/classes/class.Rackspace.php
 %%WWWDIR%%/functions/classes/class.Radius.php
 %%WWWDIR%%/functions/classes/class.Result.php
+%%WWWDIR%%/functions/classes/class.SNMP.php
 %%WWWDIR%%/functions/classes/class.Scan.php
 %%WWWDIR%%/functions/classes/class.Sections.php
 %%WWWDIR%%/functions/classes/class.Subnets.php
+%%WWWDIR%%/functions/classes/class.Table.php
 %%WWWDIR%%/functions/classes/class.Thread.php
 %%WWWDIR%%/functions/classes/class.Tools.php
 %%WWWDIR%%/functions/classes/class.User.php
 %%WWWDIR%%/functions/functions.php
 %%WWWDIR%%/functions/locale/changes.txt
-%%WWWDIR%%/functions/locale/cs_CZ/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/cs_CZ/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/de_DE/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/de_DE/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/en/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/en/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/en_US/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/en_US/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/es_ES/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/es_ES/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/fr_FR/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/fr_FR/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/nl_NL/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/nl_NL/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/pt_BR/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/pt_BR/LC_MESSAGES/phpipam.po
-%%WWWDIR%%/functions/locale/sl_SI/LC_MESSAGES/phpipam.mo
-%%WWWDIR%%/functions/locale/sl_SI/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/cs
+%%WWWDIR%%/functions/locale/cs_CZ
+%%WWWDIR%%/functions/locale/cs_CZ.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/cs_CZ.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/cs_CZ.UTF-8/cs_CZ.UTF8
+%%WWWDIR%%/functions/locale/cs_CZ.UTF8
+%%WWWDIR%%/functions/locale/de
+%%WWWDIR%%/functions/locale/de_DE
+%%WWWDIR%%/functions/locale/de_DE.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/de_DE.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/de_DE.UTF8
+%%WWWDIR%%/functions/locale/en
+%%WWWDIR%%/functions/locale/en_GB
+%%WWWDIR%%/functions/locale/en_GB.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/en_GB.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/en_GB.UTF8
+%%WWWDIR%%/functions/locale/en_US
+%%WWWDIR%%/functions/locale/en_US.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/en_US.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/en_US.UTF8
+%%WWWDIR%%/functions/locale/es
+%%WWWDIR%%/functions/locale/es_ES
+%%WWWDIR%%/functions/locale/es_ES.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/es_ES.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/es_ES.UTF8
+%%WWWDIR%%/functions/locale/fr
+%%WWWDIR%%/functions/locale/fr_FR
+%%WWWDIR%%/functions/locale/fr_FR.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/fr_FR.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/fr_FR.UTF8
+%%WWWDIR%%/functions/locale/nl
+%%WWWDIR%%/functions/locale/nl_NL
+%%WWWDIR%%/functions/locale/nl_NL.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/nl_NL.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/nl_NL.UTF8
+%%WWWDIR%%/functions/locale/pt
+%%WWWDIR%%/functions/locale/pt_BR
+%%WWWDIR%%/functions/locale/pt_BR.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/pt_BR.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/pt_BR.UTF8
+%%WWWDIR%%/functions/locale/ru
+%%WWWDIR%%/functions/locale/ru_RU
+%%WWWDIR%%/functions/locale/ru_RU.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/ru_RU.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/sl
+%%WWWDIR%%/functions/locale/sl_SI
+%%WWWDIR%%/functions/locale/sl_SI.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/sl_SI.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/sl_SI.UTF8
+%%WWWDIR%%/functions/locale/zh
+%%WWWDIR%%/functions/locale/zh_CN
+%%WWWDIR%%/functions/locale/zh_CN.UTF-8/LC_MESSAGES/phpipam.mo
+%%WWWDIR%%/functions/locale/zh_CN.UTF-8/LC_MESSAGES/phpipam.po
+%%WWWDIR%%/functions/locale/zh_CN.UTF8
 %%WWWDIR%%/functions/php-excel-reader/excel_reader2.php
+%%WWWDIR%%/functions/php-saml/.coveralls.yml
+%%WWWDIR%%/functions/php-saml/.travis.yml
+%%WWWDIR%%/functions/php-saml/CHANGELOG
+%%WWWDIR%%/functions/php-saml/LICENSE
+%%WWWDIR%%/functions/php-saml/README.md
+%%WWWDIR%%/functions/php-saml/_toolkit_loader.php
+%%WWWDIR%%/functions/php-saml/advanced_settings_example.php
+%%WWWDIR%%/functions/php-saml/certs/README
+%%WWWDIR%%/functions/php-saml/compatibility.php
+%%WWWDIR%%/functions/php-saml/composer.json
+%%WWWDIR%%/functions/php-saml/demo-old/Readme.txt
+%%WWWDIR%%/functions/php-saml/demo-old/consume.php
+%%WWWDIR%%/functions/php-saml/demo-old/index.php
+%%WWWDIR%%/functions/php-saml/demo-old/metadata.php
+%%WWWDIR%%/functions/php-saml/demo-old/settings_example.php
+%%WWWDIR%%/functions/php-saml/demo1/Readme.txt
+%%WWWDIR%%/functions/php-saml/demo1/attrs.php
+%%WWWDIR%%/functions/php-saml/demo1/index.php
+%%WWWDIR%%/functions/php-saml/demo1/metadata.php
+%%WWWDIR%%/functions/php-saml/demo1/settings_example.php
+%%WWWDIR%%/functions/php-saml/demo2/Readme.txt
+%%WWWDIR%%/functions/php-saml/demo2/consume.php
+%%WWWDIR%%/functions/php-saml/demo2/index.php
+%%WWWDIR%%/functions/php-saml/demo2/metadata.php
+%%WWWDIR%%/functions/php-saml/demo2/slo.php
+%%WWWDIR%%/functions/php-saml/demo2/sso.php
+%%WWWDIR%%/functions/php-saml/docs/Onelogin_PHPToolkit_Guide.pdf
+%%WWWDIR%%/functions/php-saml/docs/Saml/classes.svg
+%%WWWDIR%%/functions/php-saml/docs/Saml/classes/OneLogin_Saml_AuthRequest.html
+%%WWWDIR%%/functions/php-saml/docs/Saml/classes/OneLogin_Saml_Metadata.html
+%%WWWDIR%%/functions/php-saml/docs/Saml/classes/OneLogin_Saml_Response.html
+%%WWWDIR%%/functions/php-saml/docs/Saml/classes/OneLogin_Saml_Settings.html
+%%WWWDIR%%/functions/php-saml/docs/Saml/classes/OneLogin_Saml_XmlSec.html
+%%WWWDIR%%/functions/php-saml/docs/Saml/css/bootstrap-responsive.css
+%%WWWDIR%%/functions/php-saml/docs/Saml/css/bootstrap-responsive.min.css
+%%WWWDIR%%/functions/php-saml/docs/Saml/css/bootstrap.css
+%%WWWDIR%%/functions/php-saml/docs/Saml/css/bootstrap.min.css
+%%WWWDIR%%/functions/php-saml/docs/Saml/css/jquery.iviewer.css
+%%WWWDIR%%/functions/php-saml/docs/Saml/css/prettify.css
+%%WWWDIR%%/functions/php-saml/docs/Saml/css/template.css
+%%WWWDIR%%/functions/php-saml/docs/Saml/graph_class.html
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/apple-touch-icon-114x114.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/apple-touch-icon-72x72.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/apple-touch-icon.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/favicon.ico
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/glyphicons-halflings-white.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/glyphicons-halflings.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/arrow_down.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/arrow_right.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/class.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/constant.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/favicon.ico
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/file-php.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/file.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/folder.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/function.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/icon-folder-open-big.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/icon-th-big.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/icon_template.svg
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/interface.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/method.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/ok.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/property.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/search.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/variable.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/view_source.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/visibility_private.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/visibility_protected.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/icons/visibility_public.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/grab.cur
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/hand.cur
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.rotate_left.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.rotate_right.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_fit.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_fit2.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_in.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_in2.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_out.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_out2.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_zero.png
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/iviewer/iviewer.zoom_zero2.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/img/loader.gif
+%%WWWDIR%%/functions/php-saml/docs/Saml/index.html
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/SVGPan.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/bootstrap.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/bootstrap.min.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery-1.4.2.min.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery-1.7.1.min.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery-ui-1.8.2.custom.min.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.cookie.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.iviewer.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.iviewer.min.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.mousewheel.min.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.panzoom.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.splitter.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.tools.min.js
+%%WWWDIR%%/functions/php-saml/docs/Saml/js/jquery.treeview.js

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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