Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2019 16:52:28 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518591 - in head/www: . thirtybees thirtybees/files
Message-ID:  <201911281652.xASGqSw1038069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Thu Nov 28 16:52:27 2019
New Revision: 518591
URL: https://svnweb.freebsd.org/changeset/ports/518591

Log:
  - New port: www/thirtybees
  
  thirty bees is a matured e-commerce solution which once started as a fork of
  PrestaShop 1.6.1.11 and is still compatible with (almost) all PS 1.6 modules.
  Its focus is on stability, correctness and reliability of the rich feature set,
  to allow merchants to focus on growing their business.
  
  WWW: https://thirtybees.com

Added:
  head/www/thirtybees/
  head/www/thirtybees/Makefile   (contents, props changed)
  head/www/thirtybees/distinfo   (contents, props changed)
  head/www/thirtybees/files/
  head/www/thirtybees/files/pkg-message.in   (contents, props changed)
  head/www/thirtybees/pkg-descr   (contents, props changed)
  head/www/thirtybees/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Nov 28 16:41:20 2019	(r518590)
+++ head/www/Makefile	Thu Nov 28 16:52:27 2019	(r518591)
@@ -2275,6 +2275,7 @@
     SUBDIR += tdom
     SUBDIR += template_
     SUBDIR += templatelite
+    SUBDIR += thirtybees
     SUBDIR += thttpd
     SUBDIR += thumbnail_index
     SUBDIR += thundercache

Added: head/www/thirtybees/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/thirtybees/Makefile	Thu Nov 28 16:52:27 2019	(r518591)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=       thirtybees
+PORTVERSION=    1.1.0
+CATEGORIES=	www finance
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
+
+MAINTAINER=	acm@FreeBSD.org
+COMMENT=	A matured e-commerce solution
+
+LICENSE_FILE=	${WRKSRC}/LICENSES
+
+USES=		php:web zip
+USE_PHP=	bcmath curl gd imap json mbstring opcache openssl pdo_mysql \
+		soap xml zip
+NO_BUILD=	yes
+NO_ARCH=	yes
+NO_WRKSUBDIR=	yes
+
+SUB_FILES=	pkg-message
+PLIST_SUB=	THIRTYBEES_USER=${THIRTYBEES_USER} \
+		THIRTYBEES_GROUP=${THIRTYBEES_GROUP}
+
+THIRTYBEES_USER?=	${WWWOWN}
+THIRTYBEES_GROUP?=	${WWWGRP}
+
+do-install:
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
+
+.include <bsd.port.mk>

Added: head/www/thirtybees/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/thirtybees/distinfo	Thu Nov 28 16:52:27 2019	(r518591)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1574931656
+SHA256 (thirtybees-v1.1.0.zip) = 4c93010603398c3e0bc13b137153efd9e165e93f1240073f33e1338c6aefb8df
+SIZE (thirtybees-v1.1.0.zip) = 45462168

Added: head/www/thirtybees/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/thirtybees/files/pkg-message.in	Thu Nov 28 16:52:27 2019	(r518591)
@@ -0,0 +1,15 @@
+[
+{ type: install
+  message: <<EOM
+thirtybees was installed
+
+1) You can install Apache or nginx as webserver
+
+2) MySQL and MariaDB databases are supported
+
+3) Look for more installation instructions at:
+
+   https://docs.thirtybees.com/installation/
+EOM
+}
+]

Added: head/www/thirtybees/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/thirtybees/pkg-descr	Thu Nov 28 16:52:27 2019	(r518591)
@@ -0,0 +1,6 @@
+thirty bees is a matured e-commerce solution which once started as a fork of 
+PrestaShop 1.6.1.11 and is still compatible with (almost) all PS 1.6 modules. 
+Its focus is on stability, correctness and reliability of the rich feature set, 
+to allow merchants to focus on growing their business.
+
+WWW: https://thirtybees.com

Added: head/www/thirtybees/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/thirtybees/pkg-plist	Thu Nov 28 16:52:27 2019	(r518591)
@@ -0,0 +1,11149 @@
+@owner %%THIRTYBEES_USER%%
+@group %%THIRTYBEES_GROUP%%
+%%WWWDIR%%/Adapter/Adapter_AddressFactory.php
+%%WWWDIR%%/Adapter/Adapter_CacheManager.php
+%%WWWDIR%%/Adapter/Adapter_Configuration.php
+%%WWWDIR%%/Adapter/Adapter_Database.php
+%%WWWDIR%%/Adapter/Adapter_EntityMapper.php
+%%WWWDIR%%/Adapter/Adapter_EntityMetaDataRetriever.php
+%%WWWDIR%%/Adapter/Adapter_Exception.php
+%%WWWDIR%%/Adapter/Adapter_HookManager.php
+%%WWWDIR%%/Adapter/Adapter_PackItemsManager.php
+%%WWWDIR%%/Adapter/Adapter_ProductPriceCalculator.php
+%%WWWDIR%%/Adapter/Adapter_ServiceLocator.php
+%%WWWDIR%%/Adapter/Adapter_StockManager.php
+%%WWWDIR%%/CODE_OF_CONDUCT.md
+%%WWWDIR%%/CONTRIBUTING.md
+%%WWWDIR%%/CONTRIBUTORS.md
+%%WWWDIR%%/Core/Business/CMS/Core_Business_CMS_CMSRepository.php
+%%WWWDIR%%/Core/Business/CMS/Core_Business_CMS_CMSRoleRepository.php
+%%WWWDIR%%/Core/Business/Core_Business_ConfigurationInterface.php
+%%WWWDIR%%/Core/Business/Core_Business_ContainerBuilder.php
+%%WWWDIR%%/Core/Business/Email/Core_Business_Email_EmailLister.php
+%%WWWDIR%%/Core/Business/Payment/Core_Business_Payment_PaymentOption.php
+%%WWWDIR%%/Core/Business/Stock/Core_Business_Stock_StockManager.php
+%%WWWDIR%%/Core/Foundation/Database/Core_Foundation_Database_DatabaseInterface.php
+%%WWWDIR%%/Core/Foundation/Database/Core_Foundation_Database_EntityInterface.php
+%%WWWDIR%%/Core/Foundation/Database/Core_Foundation_Database_EntityManager.php
+%%WWWDIR%%/Core/Foundation/Database/Core_Foundation_Database_EntityMetaData.php
+%%WWWDIR%%/Core/Foundation/Database/Core_Foundation_Database_EntityRepository.php
+%%WWWDIR%%/Core/Foundation/Database/Core_Foundation_Database_Exception.php
+%%WWWDIR%%/Core/Foundation/Database/EntityManager/Core_Foundation_Database_EntityManager_QueryBuilder.php
+%%WWWDIR%%/Core/Foundation/Exception/Core_Foundation_Exception_Exception.php
+%%WWWDIR%%/Core/Foundation/Filesystem/Core_Foundation_FileSystem_Exception.php
+%%WWWDIR%%/Core/Foundation/Filesystem/Core_Foundation_FileSystem_FileSystem.php
+%%WWWDIR%%/Core/Foundation/IoC/Core_Foundation_IoC_Container.php
+%%WWWDIR%%/Core/Foundation/IoC/Core_Foundation_IoC_Exception.php
+%%WWWDIR%%/LICENSES
+%%WWWDIR%%/README.md
+%%WWWDIR%%/SUPPORTERS.md
+%%WWWDIR%%/admin/ajax-tab.php
+%%WWWDIR%%/admin/ajax.php
+%%WWWDIR%%/admin/ajax_products_list.php
+%%WWWDIR%%/admin/autoupgrade/backup/index.php
+%%WWWDIR%%/admin/autoupgrade/index.php
+%%WWWDIR%%/admin/backup.php
+%%WWWDIR%%/admin/backups/.htaccess
+%%WWWDIR%%/admin/backups/index.php
+%%WWWDIR%%/admin/cron_currency_rates.php
+%%WWWDIR%%/admin/displayImage.php
+%%WWWDIR%%/admin/drawer.php
+%%WWWDIR%%/admin/export/.htaccess
+%%WWWDIR%%/admin/export/index.php
+%%WWWDIR%%/admin/filemanager/LICENSE
+%%WWWDIR%%/admin/filemanager/ajax_calls.php
+%%WWWDIR%%/admin/filemanager/config/config.php
+%%WWWDIR%%/admin/filemanager/config/index.php
+%%WWWDIR%%/admin/filemanager/css/bootstrap-lightbox.min.css
+%%WWWDIR%%/admin/filemanager/css/bootstrap-modal.min.css
+%%WWWDIR%%/admin/filemanager/css/bootstrap-responsive.min.css
+%%WWWDIR%%/admin/filemanager/css/bootstrap.min.css
+%%WWWDIR%%/admin/filemanager/css/dropzone.css
+%%WWWDIR%%/admin/filemanager/css/dropzone.min.css
+%%WWWDIR%%/admin/filemanager/css/index.php
+%%WWWDIR%%/admin/filemanager/css/jquery.contextMenu.min.css
+%%WWWDIR%%/admin/filemanager/css/style.css
+%%WWWDIR%%/admin/filemanager/css/style.less
+%%WWWDIR%%/admin/filemanager/dialog.php
+%%WWWDIR%%/admin/filemanager/execute.php
+%%WWWDIR%%/admin/filemanager/force_download.php
+%%WWWDIR%%/admin/filemanager/img/cut.png
+%%WWWDIR%%/admin/filemanager/img/date.png
+%%WWWDIR%%/admin/filemanager/img/dimension.png
+%%WWWDIR%%/admin/filemanager/img/door.png
+%%WWWDIR%%/admin/filemanager/img/down.png
+%%WWWDIR%%/admin/filemanager/img/download.png
+%%WWWDIR%%/admin/filemanager/img/duplicate.png
+%%WWWDIR%%/admin/filemanager/img/edit_img.png
+%%WWWDIR%%/admin/filemanager/img/glyphicons-halflings-white.png
+%%WWWDIR%%/admin/filemanager/img/glyphicons-halflings.png
+%%WWWDIR%%/admin/filemanager/img/ico/ac3.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/accdb.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/ade.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/adp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/ai.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/aiff.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/avi.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/bmp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/css.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/csv.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/default.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/dmg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/doc.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/docx.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/favicon.ico
+%%WWWDIR%%/admin/filemanager/img/ico/fla.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/flv.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/folder.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/folder.png
+%%WWWDIR%%/admin/filemanager/img/ico/folder_back.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/folder_back.png
+%%WWWDIR%%/admin/filemanager/img/ico/gif.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/gz.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/html.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/index.php
+%%WWWDIR%%/admin/filemanager/img/ico/iso.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/jpeg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/jpg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/log.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/m4a.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/mdb.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/mid.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/mov.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/mp3.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/mp4.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/mpeg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/mpg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/odb.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/odf.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/odg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/odp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/ods.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/odt.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/ogg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/otg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/otp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/ots.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/ott.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/pdf.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/png.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/ppt.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/pptx.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/psd.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/rar.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/rtf.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/sql.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/svg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/tar.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/tiff.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/txt.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/wav.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/webm.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/wma.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/xhtml.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/xls.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/xlsx.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/xml.jpg
+%%WWWDIR%%/admin/filemanager/img/ico/zip.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ac3.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/accdb.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ade.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/adp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ai.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/aiff.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/avi.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/bmp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/css.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/csv.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/default.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/dmg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/doc.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/docx.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/favicon.ico
+%%WWWDIR%%/admin/filemanager/img/ico_dark/fla.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/flv.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/folder.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/folder.png
+%%WWWDIR%%/admin/filemanager/img/ico_dark/folder_back.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/folder_back.png
+%%WWWDIR%%/admin/filemanager/img/ico_dark/gif.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/gz.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/html.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/index.php
+%%WWWDIR%%/admin/filemanager/img/ico_dark/iso.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/jpeg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/jpg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/log.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/m4a.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/mdb.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/mid.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/mov.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/mp3.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/mp4.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/mpeg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/mpg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/odb.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/odf.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/odg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/odp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ods.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/odt.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ogg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/otg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/otp.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ots.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ott.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/pdf.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/png.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/ppt.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/pptx.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/psd.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/rar.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/rtf.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/sql.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/svg.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/tar.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/tiff.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/txt.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/wav.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/webm.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/wma.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/xhtml.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/xls.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/xlsx.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/xml.jpg
+%%WWWDIR%%/admin/filemanager/img/ico_dark/zip.jpg
+%%WWWDIR%%/admin/filemanager/img/index.php
+%%WWWDIR%%/admin/filemanager/img/info.png
+%%WWWDIR%%/admin/filemanager/img/label.png
+%%WWWDIR%%/admin/filemanager/img/loading.gif
+%%WWWDIR%%/admin/filemanager/img/logo.png
+%%WWWDIR%%/admin/filemanager/img/page_white_add.png
+%%WWWDIR%%/admin/filemanager/img/page_white_copy.png
+%%WWWDIR%%/admin/filemanager/img/page_white_delete.png
+%%WWWDIR%%/admin/filemanager/img/page_white_edit.png
+%%WWWDIR%%/admin/filemanager/img/page_white_paste.png
+%%WWWDIR%%/admin/filemanager/img/preview.png
+%%WWWDIR%%/admin/filemanager/img/processing.gif
+%%WWWDIR%%/admin/filemanager/img/rename.png
+%%WWWDIR%%/admin/filemanager/img/size.png
+%%WWWDIR%%/admin/filemanager/img/sort.png
+%%WWWDIR%%/admin/filemanager/img/spritemap.png
+%%WWWDIR%%/admin/filemanager/img/spritemap@2x.png
+%%WWWDIR%%/admin/filemanager/img/spritemap@2x_hu_HU.png
+%%WWWDIR%%/admin/filemanager/img/spritemap_hu_HU.png
+%%WWWDIR%%/admin/filemanager/img/storing_animation.gif
+%%WWWDIR%%/admin/filemanager/img/up.png
+%%WWWDIR%%/admin/filemanager/img/url.png
+%%WWWDIR%%/admin/filemanager/img/zip.png
+%%WWWDIR%%/admin/filemanager/include/index.php
+%%WWWDIR%%/admin/filemanager/include/php_image_magician.php
+%%WWWDIR%%/admin/filemanager/include/utils.php
+%%WWWDIR%%/admin/filemanager/index.php
+%%WWWDIR%%/admin/filemanager/jPlayer/Jplayer.swf
+%%WWWDIR%%/admin/filemanager/jPlayer/add-on/index.php
+%%WWWDIR%%/admin/filemanager/jPlayer/add-on/jplayer.playlist.min.js
+%%WWWDIR%%/admin/filemanager/jPlayer/add-on/jquery.jplayer.inspector.js
+%%WWWDIR%%/admin/filemanager/jPlayer/index.php
+%%WWWDIR%%/admin/filemanager/jPlayer/jquery.jplayer.min.js
+%%WWWDIR%%/admin/filemanager/jPlayer/popcorn/index.php
+%%WWWDIR%%/admin/filemanager/jPlayer/popcorn/popcorn.jplayer.js
+%%WWWDIR%%/admin/filemanager/jPlayer/skin/blue.monday/index.php
+%%WWWDIR%%/admin/filemanager/jPlayer/skin/blue.monday/jplayer.blue.monday.css
+%%WWWDIR%%/admin/filemanager/jPlayer/skin/blue.monday/jplayer.blue.monday.jpg
+%%WWWDIR%%/admin/filemanager/jPlayer/skin/blue.monday/jplayer.blue.monday.seeking.gif
+%%WWWDIR%%/admin/filemanager/jPlayer/skin/blue.monday/jplayer.blue.monday.video.play.png
+%%WWWDIR%%/admin/filemanager/jPlayer/skin/blue.monday/spirites_blue.monday_2011.pxm
+%%WWWDIR%%/admin/filemanager/jPlayer/skin/index.php
+%%WWWDIR%%/admin/filemanager/js/bootbox.min.js
+%%WWWDIR%%/admin/filemanager/js/bootstrap-lightbox.min.js
+%%WWWDIR%%/admin/filemanager/js/bootstrap-modal.min.js
+%%WWWDIR%%/admin/filemanager/js/bootstrap-modalmanager.min.js
+%%WWWDIR%%/admin/filemanager/js/bootstrap.min.js
+%%WWWDIR%%/admin/filemanager/js/dropzone.min.js
+%%WWWDIR%%/admin/filemanager/js/imagesloaded.pkgd.min.js
+%%WWWDIR%%/admin/filemanager/js/include.js
+%%WWWDIR%%/admin/filemanager/js/include.min.js
+%%WWWDIR%%/admin/filemanager/js/index.php
+%%WWWDIR%%/admin/filemanager/js/jquery.contextMenu.js
+%%WWWDIR%%/admin/filemanager/js/jquery.contextMenu.min.js
+%%WWWDIR%%/admin/filemanager/js/jquery.js
+%%WWWDIR%%/admin/filemanager/js/jquery.queryloader2.min.js
+%%WWWDIR%%/admin/filemanager/js/jquery.touchSwipe.min.js
+%%WWWDIR%%/admin/filemanager/js/jquery.ui.position.js
+%%WWWDIR%%/admin/filemanager/js/jquery.ui.position.min.js
+%%WWWDIR%%/admin/filemanager/js/modernizr.custom.js
+%%WWWDIR%%/admin/filemanager/lang/az.php
+%%WWWDIR%%/admin/filemanager/lang/bg.php
+%%WWWDIR%%/admin/filemanager/lang/br.php
+%%WWWDIR%%/admin/filemanager/lang/cs.php
+%%WWWDIR%%/admin/filemanager/lang/de.php
+%%WWWDIR%%/admin/filemanager/lang/en.php
+%%WWWDIR%%/admin/filemanager/lang/es.php
+%%WWWDIR%%/admin/filemanager/lang/fa.php
+%%WWWDIR%%/admin/filemanager/lang/fr.php
+%%WWWDIR%%/admin/filemanager/lang/hr.php
+%%WWWDIR%%/admin/filemanager/lang/hu.php
+%%WWWDIR%%/admin/filemanager/lang/id.php
+%%WWWDIR%%/admin/filemanager/lang/index.php
+%%WWWDIR%%/admin/filemanager/lang/it.php
+%%WWWDIR%%/admin/filemanager/lang/mn.php
+%%WWWDIR%%/admin/filemanager/lang/nb.php
+%%WWWDIR%%/admin/filemanager/lang/nl.php
+%%WWWDIR%%/admin/filemanager/lang/pl.php
+%%WWWDIR%%/admin/filemanager/lang/pt.php
+%%WWWDIR%%/admin/filemanager/lang/ru.php
+%%WWWDIR%%/admin/filemanager/lang/se.php
+%%WWWDIR%%/admin/filemanager/lang/sk.php
+%%WWWDIR%%/admin/filemanager/lang/tr.php
+%%WWWDIR%%/admin/filemanager/lang/uk.php
+%%WWWDIR%%/admin/filemanager/plugin.js
+%%WWWDIR%%/admin/filemanager/plugin.min.js
+%%WWWDIR%%/admin/filemanager/upload.php
+%%WWWDIR%%/admin/filemanager/uploader/index.php
+%%WWWDIR%%/admin/filemanager/uploader/success.jpg
+%%WWWDIR%%/admin/filemanager/uploader/success.php
+%%WWWDIR%%/admin/footer.inc.php
+%%WWWDIR%%/admin/functions.php
+%%WWWDIR%%/admin/get-file-admin.php
+%%WWWDIR%%/admin/grider.php
+%%WWWDIR%%/admin/header.inc.php
+%%WWWDIR%%/admin/import/.htaccess
+%%WWWDIR%%/admin/import/index.php
+%%WWWDIR%%/admin/index.php
+%%WWWDIR%%/admin/init.php
+%%WWWDIR%%/admin/login.php
+%%WWWDIR%%/admin/password.php
+%%WWWDIR%%/admin/pdf.php
+%%WWWDIR%%/admin/searchcron.php
+%%WWWDIR%%/admin/tabs/.htaccess
+%%WWWDIR%%/admin/tabs/index.php
+%%WWWDIR%%/admin/themes/default/README.md
+%%WWWDIR%%/admin/themes/default/config.rb
+%%WWWDIR%%/admin/themes/default/css/admin-theme.css
+%%WWWDIR%%/admin/themes/default/css/admin-theme.css.map
+%%WWWDIR%%/admin/themes/default/css/admin-theme_rtl.css
+%%WWWDIR%%/admin/themes/default/css/admin-theme_rtl.css.map
+%%WWWDIR%%/admin/themes/default/css/index.php
+%%WWWDIR%%/admin/themes/default/css/overrides.css
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-blue.css
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-blue.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-contrast.css
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-contrast.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-flex.css
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-flex.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-fruit.css
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-fruit.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-prune.css
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-prune.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-thirtybees.css
+%%WWWDIR%%/admin/themes/default/css/schemes/admin-theme-ubuntu.css
+%%WWWDIR%%/admin/themes/default/css/schemes/index.php
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-blue_rtl.css
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-blue_rtl.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-contrast_rtl.css
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-contrast_rtl.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-flex_rtl.css
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-flex_rtl.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-fruit_rtl.css
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-fruit_rtl.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-prune_rtl.css
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-prune_rtl.css.map
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-thirtybees_rtl.css
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/admin-theme-ubuntu_rtl.css
+%%WWWDIR%%/admin/themes/default/css/schemes_rtl/index.php
+%%WWWDIR%%/admin/themes/default/css/vendor/font-awesome/LICENSE
+%%WWWDIR%%/admin/themes/default/css/vendor/font-awesome/font-awesome.css
+%%WWWDIR%%/admin/themes/default/css/vendor/font-awesome/font-awesome.css.map
+%%WWWDIR%%/admin/themes/default/css/vendor/index.php
+%%WWWDIR%%/admin/themes/default/css/vendor/nv.d3.css
+%%WWWDIR%%/admin/themes/default/fonts/FontAwesome.otf
+%%WWWDIR%%/admin/themes/default/fonts/fontawesome-webfont.eot
+%%WWWDIR%%/admin/themes/default/fonts/fontawesome-webfont.svg
+%%WWWDIR%%/admin/themes/default/fonts/fontawesome-webfont.ttf
+%%WWWDIR%%/admin/themes/default/fonts/fontawesome-webfont.woff
+%%WWWDIR%%/admin/themes/default/fonts/fontawesome-webfont.woff2
+%%WWWDIR%%/admin/themes/default/fonts/index.php
+%%WWWDIR%%/admin/themes/default/img/ajax-loader.gif
+%%WWWDIR%%/admin/themes/default/img/bg-button-degrade.png
+%%WWWDIR%%/admin/themes/default/img/bg-degrade-table.png
+%%WWWDIR%%/admin/themes/default/img/bg-lang.png
+%%WWWDIR%%/admin/themes/default/img/bg-quick.png
+%%WWWDIR%%/admin/themes/default/img/bg-submenu.png
+%%WWWDIR%%/admin/themes/default/img/bg-subtab.png
+%%WWWDIR%%/admin/themes/default/img/bg-tab.png
+%%WWWDIR%%/admin/themes/default/img/bg-top.png
+%%WWWDIR%%/admin/themes/default/img/bg_loaderSpace.png
+%%WWWDIR%%/admin/themes/default/img/bullet_orange.png
+%%WWWDIR%%/admin/themes/default/img/button-bg.png
+%%WWWDIR%%/admin/themes/default/img/chosen-sprite.png
+%%WWWDIR%%/admin/themes/default/img/chosen-sprite@2x.png
+%%WWWDIR%%/admin/themes/default/img/dashboard_loading.gif
+%%WWWDIR%%/admin/themes/default/img/export-csv.png
+%%WWWDIR%%/admin/themes/default/img/footer-bg.png
+%%WWWDIR%%/admin/themes/default/img/header_module.png
+%%WWWDIR%%/admin/themes/default/img/icon-attention.png
+%%WWWDIR%%/admin/themes/default/img/icon-cancel.png
+%%WWWDIR%%/admin/themes/default/img/icon-info.png
+%%WWWDIR%%/admin/themes/default/img/icon-multishop.png
+%%WWWDIR%%/admin/themes/default/img/icon-search.png
+%%WWWDIR%%/admin/themes/default/img/icon-search2.png
+%%WWWDIR%%/admin/themes/default/img/icon-sprites-title.png
+%%WWWDIR%%/admin/themes/default/img/icon-valid-green.png
+%%WWWDIR%%/admin/themes/default/img/index.php
+%%WWWDIR%%/admin/themes/default/img/live_edit.png
+%%WWWDIR%%/admin/themes/default/img/lock.png
+%%WWWDIR%%/admin/themes/default/img/logout.png
+%%WWWDIR%%/admin/themes/default/img/module-logout.png
+%%WWWDIR%%/admin/themes/default/img/module-profile.png
+%%WWWDIR%%/admin/themes/default/img/modules_list_button.png
+%%WWWDIR%%/admin/themes/default/img/modules_view_layout_sidebar.png
+%%WWWDIR%%/admin/themes/default/img/modules_view_layout_sidebar_grey.png
+%%WWWDIR%%/admin/themes/default/img/modules_view_table_select_row.png
+%%WWWDIR%%/admin/themes/default/img/modules_view_table_select_row_grey.png
+%%WWWDIR%%/admin/themes/default/img/news-bg.gif
+%%WWWDIR%%/admin/themes/default/img/notif_customer.png
+%%WWWDIR%%/admin/themes/default/img/notif_message.png
+%%WWWDIR%%/admin/themes/default/img/notif_order.png
+%%WWWDIR%%/admin/themes/default/img/patterns/bedge_grunge.png
+%%WWWDIR%%/admin/themes/default/img/patterns/classy_fabric.png
+%%WWWDIR%%/admin/themes/default/img/patterns/index.php
+%%WWWDIR%%/admin/themes/default/img/play.png
+%%WWWDIR%%/admin/themes/default/img/prestashop-avatar-header_shopname.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-addProduct.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-back.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-cancel.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-delete.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-duplicate.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-edit.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-export-csv-details.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-export-csv.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-help-new.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-help.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-import.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-modules-list.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-new-module-addon.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-new-module.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-new-url.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-new.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-partial-refund.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-preview.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-refresh-cache.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-refresh-index.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-save-and-stay.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-save-calendar.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-save.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-standard-refund.png
+%%WWWDIR%%/admin/themes/default/img/process-icon-stats.png
+%%WWWDIR%%/admin/themes/default/img/searchbar.png
+%%WWWDIR%%/admin/themes/default/img/searchbutton.png
+%%WWWDIR%%/admin/themes/default/img/select2-spinner.gif
+%%WWWDIR%%/admin/themes/default/img/select2.png
+%%WWWDIR%%/admin/themes/default/img/select2x2.png
+%%WWWDIR%%/admin/themes/default/img/separator.png
+%%WWWDIR%%/admin/themes/default/img/separator_subnav.png
+%%WWWDIR%%/admin/themes/default/img/tab_right.gif
+%%WWWDIR%%/admin/themes/default/img/thead.png
+%%WWWDIR%%/admin/themes/default/img/thirty-bees-avatar-header_shopname.png
+%%WWWDIR%%/admin/themes/default/img/thirty-bees-avatar-header_shopname_white.png
+%%WWWDIR%%/admin/themes/default/img/tree-multishop-groups.png
+%%WWWDIR%%/admin/themes/default/img/tree-multishop-root.png
+%%WWWDIR%%/admin/themes/default/img/tree-multishop-shop.png
+%%WWWDIR%%/admin/themes/default/img/tree-multishop-url.png
+%%WWWDIR%%/admin/themes/default/index.php
+%%WWWDIR%%/admin/themes/default/js/admin-theme.js
+%%WWWDIR%%/admin/themes/default/js/calendar.js
+%%WWWDIR%%/admin/themes/default/js/date-range-picker.js
+%%WWWDIR%%/admin/themes/default/js/help.js
+%%WWWDIR%%/admin/themes/default/js/index.php
+%%WWWDIR%%/admin/themes/default/js/jquery.fileupload-image.js
+%%WWWDIR%%/admin/themes/default/js/jquery.fileupload-process.js
+%%WWWDIR%%/admin/themes/default/js/jquery.fileupload-validate.js
+%%WWWDIR%%/admin/themes/default/js/jquery.fileupload.LICENSE
+%%WWWDIR%%/admin/themes/default/js/jquery.fileupload.js
+%%WWWDIR%%/admin/themes/default/js/jquery.iframe-transport.js
+%%WWWDIR%%/admin/themes/default/js/modernizr-loads.js
+%%WWWDIR%%/admin/themes/default/js/tree.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap.min.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/affix.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/alert.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/button.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/carousel.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/collapse.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/dropdown.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/index.php
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/modal.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/popover.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/scrollspy.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/tab.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/tooltip.js
+%%WWWDIR%%/admin/themes/default/js/vendor/bootstrap/transition.js
+%%WWWDIR%%/admin/themes/default/js/vendor/enquire.LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/enquire.min.js
+%%WWWDIR%%/admin/themes/default/js/vendor/index.php
+%%WWWDIR%%/admin/themes/default/js/vendor/jquery-passy.LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/jquery-passy.js
+%%WWWDIR%%/admin/themes/default/js/vendor/matchMedia.LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/matchMedia.addListener.js
+%%WWWDIR%%/admin/themes/default/js/vendor/matchMedia.js
+%%WWWDIR%%/admin/themes/default/js/vendor/modernizr.LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/modernizr.min.js
+%%WWWDIR%%/admin/themes/default/js/vendor/moment-with-langs.min.js
+%%WWWDIR%%/admin/themes/default/js/vendor/moment.LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/nv.d3.min.js
+%%WWWDIR%%/admin/themes/default/js/vendor/nvd3.LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/typeahead.LICENSE
+%%WWWDIR%%/admin/themes/default/js/vendor/typeahead.min.js
+%%WWWDIR%%/admin/themes/default/sass/admin-theme.sass
+%%WWWDIR%%/admin/themes/default/sass/admin-theme_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_carrier-wizard.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_customer-thread.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_dashboard.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_login.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_modules.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_order.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_products.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_search.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_themes.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/_translations.sass
+%%WWWDIR%%/admin/themes/default/sass/controllers/index.php
+%%WWWDIR%%/admin/themes/default/sass/index.php
+%%WWWDIR%%/admin/themes/default/sass/modules/_colors.sass
+%%WWWDIR%%/admin/themes/default/sass/modules/_mixins.sass
+%%WWWDIR%%/admin/themes/default/sass/modules/_variables.sass
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_ambers.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_blues.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_browns.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_grays.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_greens.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_limes.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_oranges.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_peaches.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_pinks.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_preboot.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_purples.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_reds.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_tans.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_turquoise.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_whites.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/_yellows.scss
+%%WWWDIR%%/admin/themes/default/sass/modules/colors/index.php
+%%WWWDIR%%/admin/themes/default/sass/modules/index.php
+%%WWWDIR%%/admin/themes/default/sass/partials/_backward.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_chosen.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_commons.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_content.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_date-picker.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_date-range-picker.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_footer.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_forms.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_growl.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_header.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_icons.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_kpi.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_ladda.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_multistore.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_nav.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_print.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_product.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_select2.scss
+%%WWWDIR%%/admin/themes/default/sass/partials/_switch.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_tables.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_tinymce.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_toolbar.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/_tree.sass
+%%WWWDIR%%/admin/themes/default/sass/partials/index.php
+%%WWWDIR%%/admin/themes/default/sass/schemes/admin-theme-blue.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes/admin-theme-contrast.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes/admin-theme-flex.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes/admin-theme-fruit.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes/admin-theme-prune.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes/admin-theme-thirtybees.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes/admin-theme-ubuntu.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes/index.php
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/admin-theme-blue_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/admin-theme-contrast_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/admin-theme-flex_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/admin-theme-fruit_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/admin-theme-prune_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/admin-theme-thirtybees_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/admin-theme-ubuntu_rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/schemes_rtl/index.php
+%%WWWDIR%%/admin/themes/default/sass/vendor/_animate.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bi-app/_bi-app-ltr.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bi-app/_bi-app-rtl.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bi-app/_mixins.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bi-app/_variables-ltr.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bi-app/_variables-rtl.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bi-app/index.php
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_bootstrap-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_button-groups-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_carousel-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_grid-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_list-group-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_merged-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_pager-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_pagination-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/_type-rtl.sass
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-rtl-sass/index.php
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_alerts.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_badges.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_breadcrumbs.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_button-groups.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_buttons.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_carousel.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_close.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_code.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_component-animations.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_dropdowns.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_forms.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_glyphicons.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_grid.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_input-groups.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_jumbotron.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_labels.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_list-group.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_media.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_mixins.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_modals.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_navbar.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_navs.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_normalize.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_pager.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_pagination.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_panels.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_popovers.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_print.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_progress-bars.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_responsive-embed.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_responsive-utilities.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_scaffolding.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_tables.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_theme.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_thumbnails.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_tooltip.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_type.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_utilities.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_variables.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/_wells.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/index.php
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_alerts.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_background-variant.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_border-radius.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_buttons.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_center-block.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_clearfix.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_forms.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_gradients.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_grid-framework.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_grid.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_hide-text.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_image.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_labels.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_list-group.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_nav-divider.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_nav-vertical-align.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_opacity.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_pagination.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_panels.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_progress-bar.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_reset-filter.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_resize.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_responsive-visibility.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_size.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_tab-focus.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_table-row.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_text-emphasis.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_text-overflow.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/_vendor-prefixes.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/bootstrap-sass/mixins/index.php
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_animated.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_bordered-pulled.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_core.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_extras.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_fixed-width.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_icons.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_larger.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_list.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_mixins.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_path.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_rotated-flipped.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_spinning.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_stacked.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/_variables.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/font-awesome.scss
+%%WWWDIR%%/admin/themes/default/sass/vendor/font-awesome/index.php
+%%WWWDIR%%/admin/themes/default/sass/vendor/index.php
+%%WWWDIR%%/admin/themes/default/template/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/access/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/access/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/access/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/access/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/addons_catalog/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/addresses/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/addresses/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/addresses/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/addresses/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/addresses/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/addresses/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attachments/helpers/list/list_action_delete.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/attachments/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attribute_generator/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/attribute_generator/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes_groups/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes_groups/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes_groups/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes_groups/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes_groups/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes_groups/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/attributes_groups/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/download/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/download/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/backup/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/logo.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carrier_wizard/summary.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/helpers/list/list_content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carriers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/actions.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/conditions.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/form.js
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/informations.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/product_rule.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/product_rule_group.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cart_rules/product_rule_itemlist.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carts/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carts/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/carts/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/carts/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/categories/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/categories/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/categories/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/categories/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/categories/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/categories/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cms/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cms/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cms/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cms/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cms_categories/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cms_categories/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cms_categories/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cms_categories/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/cms_content/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/cms_content/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/countries/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/countries/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/countries/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/countries/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/countries/helpers/list/list_footer.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/countries/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/currencies/helpers/list/list_content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/options/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/options/options.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/view/message.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/view/modal.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/view/timeline_item.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customer_threads/message.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customers/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customers/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customers/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customers/helpers/required_fields.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customers/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/customers/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/customers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/dashboard/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/dashboard/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/dashboard/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/dashboard/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/duplicate_urls/duplicates.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/emails/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/emails/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/employees/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/employees/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/employees/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/employees/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/feature_value/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/feature_value/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/feature_value/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/feature_value/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/features/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/features/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/features/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/features/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/geolocation/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/geolocation/helpers/options/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/geolocation/helpers/options/options.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/geolocation/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/tree/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/tree/tree_categories.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/tree/tree_node_folder_radio.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/tree/tree_node_item_radio.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/groups/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/images/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/images/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/import/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/import/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/import/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/import/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/import/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/import/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/import/modal_import_progress.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/information/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/information/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/information/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/information/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/invoices/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/invoices/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/invoices/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/invoices/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/languages/helpers/form/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/languages/helpers/form/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/languages/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/languages/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/localization/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/localization/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/login/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/login/header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/login/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/login/layout.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/logs/employee_field.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/logs/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/logs/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/logs/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/logs/helpers/options/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/logs/helpers/options/options.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/logs/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/maintenance/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/maintenance/helpers/options/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/maintenance/helpers/options/options.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/maintenance/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/manufacturers/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/manufacturers/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/manufacturers/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/manufacturers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/marketing/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/marketing/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/marketing/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/marketing/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/meta/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/meta/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/ad_bar.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/configuration_bar.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/configure.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/favorites.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/filters.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/js.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/list.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/login_addons.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/modal_not_trusted.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/modal_not_trusted_blocked.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/modal_not_trusted_country.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/modal_translation.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/page.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/page_header_toolbar.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/quickview.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/tab_module_line.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/tab_modules_list.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules/warning_module.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules_positions/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/modules_positions/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/modules_positions/list_modules.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/not_found/content.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/not_found/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/order_preferences/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/order_preferences/helpers/options/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/order_preferences/helpers/options/options.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/order_preferences/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_customized_data.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_discount_form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_documents.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_new_product.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_print_pdf_icon.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_product_line.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_select_payment.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/_shipping.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/form.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/form_customization_feedback.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/helpers/list/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/helpers/list/list_header.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/helpers/view/view.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/orders/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/outstanding/_print_pdf_icon.tpl
+%%WWWDIR%%/admin/themes/default/template/controllers/outstanding/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/payment/helpers/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/payment/helpers/view/index.php
+%%WWWDIR%%/admin/themes/default/template/controllers/payment/helpers/view/view.tpl

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



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