Date: Wed, 16 May 2018 16:33:27 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470129 - in head/www/groupoffice: . files Message-ID: <201805161633.w4GGXRZF086808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Wed May 16 16:33:26 2018 New Revision: 470129 URL: https://svnweb.freebsd.org/changeset/ports/470129 Log: Update to 3.6.3 Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.3/www/CHANGELOG.TXT Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/files/patch-go_base_Config.php head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/Makefile Wed May 16 16:33:26 2018 (r470129) @@ -3,7 +3,7 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 6.2.93 +DISTVERSION= 6.3.6 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} @@ -19,15 +19,13 @@ NO_ARCH= yes NO_BUILD= yes USES= mysql shebangfix php:web python USE_PHP= mysqli session mbstring pcre xml -SHEBANG_FILES= go/vendor/tcpdf/tools/tcpdf_addfont.php \ - groupoffice \ +SHEBANG_FILES= groupoffice \ groupofficecli.php \ install/autoinstall.php \ modules/postfixadmin/scripts/vacation.pl \ modules/sync/z-push/install.sh \ modules/sync/z-push/z-push-admin.php \ modules/sync/z-push/z-push-top.php \ - vendor/fkooman/php-oauth-client/bin/php-oauth-client-create-tables \ vendor/sabre/dav/bin/naturalselection \ vendor/sabre/dav/bin/googlecode_upload.py \ vendor/bin/../sabre/dav/bin/naturalselection \ @@ -54,7 +52,7 @@ post-patch: ${WRKSRC}/go/base/Config.php @${REINPLACE_CMD} 's|/etc/groupoffice|${PREFIX}&|g' \ ${WRKSRC}/go/base/Config.php \ - ${WRKSRC}/install/configFile.php \ + ${WRKSRC}/install/configfile.php \ ${WRKSRC}/modules/serverclient/HttpClient.php \ ${WRKSRC}/modules/serverclient/ServerclientModule.php \ ${WRKSRC}/modules/site/index.php Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/distinfo Wed May 16 16:33:26 2018 (r470129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526160380 -SHA256 (groupoffice-com-6.2.93.tar.gz) = f5aceacb787076fcefaa64bad7d998e3c2eb1636aa4ac32334d48850b47b5ad8 -SIZE (groupoffice-com-6.2.93.tar.gz) = 34357242 +TIMESTAMP = 1526482051 +SHA256 (groupoffice-com-6.3.6.tar.gz) = ad98651acffcf6e671598d41e2120ebfc142b05a09bedaa1a2f3db96657b6815 +SIZE (groupoffice-com-6.3.6.tar.gz) = 35135571 Modified: head/www/groupoffice/files/patch-go_base_Config.php ============================================================================== --- head/www/groupoffice/files/patch-go_base_Config.php Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/files/patch-go_base_Config.php Wed May 16 16:33:26 2018 (r470129) @@ -1,5 +1,5 @@ ---- go/base/Config.php.orig 2016-10-07 11:58:58 UTC -+++ go/base/Config.php +--- go/base/Config.php.orig 2018-05-16 17:51:27.698586000 +0200 ++++ go/base/Config.php 2018-05-16 17:57:31.398294000 +0200 @@ -22,7 +22,7 @@ * This class holds the main configuration options of Group-Office * Don't modify this file. The values defined here are just default values. @@ -9,7 +9,7 @@ * * To edit these options use install.php. * -@@ -786,7 +786,7 @@ class Config { +@@ -873,7 +873,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -18,7 +18,7 @@ /** * Command to convert wbxml to xml -@@ -794,7 +794,7 @@ class Config { +@@ -881,7 +881,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -27,7 +27,7 @@ /** * Command to unpack winmail.dat files -@@ -802,7 +802,7 @@ class Config { +@@ -889,7 +889,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -36,7 +36,7 @@ /** * Command to execute the php command line interface -@@ -810,7 +810,7 @@ class Config { +@@ -897,7 +897,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -45,7 +45,7 @@ /** -@@ -1290,8 +1290,8 @@ class Config { +@@ -1485,8 +1485,8 @@ var $billing_clear_payment_method_on_duplicate = true; $this->root_path = str_replace('\\','/',dirname(dirname(dirname(__FILE__)))).'/'; //suppress error for open_basedir warnings etc @@ -53,10 +53,10 @@ - require('/etc/groupoffice/globalconfig.inc.php'); + if(@file_exists('/usr/local/usr/local/etc/groupoffice/globalconfig.inc.php')) { + require('/usr/local/usr/local/etc/groupoffice/globalconfig.inc.php'); - } + } $config_file = $this->get_config_file(); -@@ -1615,13 +1615,13 @@ class Config { +@@ -1839,7 +1839,7 @@ var $billing_clear_payment_method_on_duplicate = true; } }*/ if(!empty($_SERVER['SERVER_NAME'])){ @@ -65,10 +65,3 @@ if(@file_exists($config_file)) { $_SESSION['GO_SESSION']['config_file']=$config_file; return $config_file; - } - } -- $config_file = '/etc/groupoffice/config.php'; -+ $config_file = '/usr/local/usr/local/etc/groupoffice/config.php'; - if(@file_exists($config_file)) { - $_SESSION['GO_SESSION']['config_file']=$config_file; - return $config_file; Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/pkg-plist Wed May 16 16:33:26 2018 (r470129) @@ -1,16 +1,13 @@ -%%WWWDIR%%/CHANGELOG.TXT -%%WWWDIR%%/FAQ.TXT %%WWWDIR%%/GO.php %%WWWDIR%%/INSTALL.TXT %%WWWDIR%%/LICENSE.AGPL %%WWWDIR%%/LICENSE.TXT -%%WWWDIR%%/RELEASE.TXT +%%WWWDIR%%/auth.php %%WWWDIR%%/composer.json %%WWWDIR%%/composer.lock -%%WWWDIR%%/config.php.bak +%%WWWDIR%%/config.ini.example @sample %%WWWDIR%%/config.php.sample %%WWWDIR%%/controller/AclGroupController.php -%%WWWDIR%%/controller/AclUserController.php %%WWWDIR%%/controller/AdvancedSearchController.php %%WWWDIR%%/controller/AuthController.php %%WWWDIR%%/controller/BatchEditController.php @@ -27,6 +24,8 @@ %%WWWDIR%%/controller/SettingsController.php %%WWWDIR%%/controls/win32/unzip.exe %%WWWDIR%%/controls/win32/zip.exe +%%WWWDIR%%/docs/guidelines.md +%%WWWDIR%%/download.php %%WWWDIR%%/favicon.ico %%WWWDIR%%/go/GO.php %%WWWDIR%%/go/base/Config.php @@ -226,262 +225,453 @@ %%WWWDIR%%/go/base/wbxml/Convertor.php %%WWWDIR%%/go/base/wbxml/Decoder.php %%WWWDIR%%/go/base/wbxml/Encoder.php -%%WWWDIR%%/go/vendor/Cron/AbstractField.php -%%WWWDIR%%/go/vendor/Cron/CronExpression.php -%%WWWDIR%%/go/vendor/Cron/DayOfMonthField.php -%%WWWDIR%%/go/vendor/Cron/DayOfWeekField.php -%%WWWDIR%%/go/vendor/Cron/FieldFactory.php -%%WWWDIR%%/go/vendor/Cron/FieldInterface.php -%%WWWDIR%%/go/vendor/Cron/HoursField.php -%%WWWDIR%%/go/vendor/Cron/LICENSE -%%WWWDIR%%/go/vendor/Cron/MinutesField.php -%%WWWDIR%%/go/vendor/Cron/MonthField.php -%%WWWDIR%%/go/vendor/Cron/README.md -%%WWWDIR%%/go/vendor/Cron/YearField.php -%%WWWDIR%%/go/vendor/Markdown/License.md -%%WWWDIR%%/go/vendor/Markdown/Michelf/Markdown.inc.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/Markdown.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownExtra.inc.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownExtra.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownInterface.inc.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownInterface.php -%%WWWDIR%%/go/vendor/Markdown/Readme.md -%%WWWDIR%%/go/vendor/Markdown/Readme.php -%%WWWDIR%%/go/vendor/Markdown/composer.json -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Autoloader.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/APC.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/CacheBase.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/DiscISAM.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/ICache.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Igbinary.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Memcache.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Memory.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/MemoryGZip.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/MemorySerialized.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/PHPTemp.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/SQLite.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/SQLite3.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Wincache.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorageFactory.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine/CyclicReferenceStack.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine/Logger.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Database.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/DateTime.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Engineering.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/ExceptionHandler.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Financial.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/FormulaParser.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/FormulaToken.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Function.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Functions.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Logical.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/LookupRef.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/MathTrig.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Statistical.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/TextData.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Token/Stack.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/functionlist.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/AdvancedValueBinder.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DataType.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DataValidation.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DefaultValueBinder.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/Hyperlink.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/IValueBinder.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/DataSeries.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/DataSeriesValues.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Layout.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Legend.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/PlotArea.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer/jpgraph.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Title.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Comment.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/DocumentProperties.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/DocumentSecurity.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/HashTable.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/IComparable.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/IOFactory.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/NamedRange.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Abstract.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/CSV.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/DefaultReadFilter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2003XML.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007/Chart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007/Theme.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5/Escher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Gnumeric.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/HTML.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/IReadFilter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/IReader.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/OOCalc.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/SYLK.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/ReferenceHelper.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/ITextElement.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/Run.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/TextElement.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Settings.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/CodePage.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Date.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Drawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Excel5.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/File.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Font.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/CHANGELOG.TXT -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/CholeskyDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/LUDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/Matrix.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/QRDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/SingularValueDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils/Error.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils/Maths.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/ChainedBlockStream.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS/File.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS/Root.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLERead.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/gnu-lgpl.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/pclzip.lib.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/readme.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PasswordHasher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/String.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/TimeZone.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/XMLWriter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/ZipArchive.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/ZipStreamWrapper.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/bestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/exponentialBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/linearBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/logarithmicBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/polynomialBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/powerBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/trendClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Alignment.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Border.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Borders.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Color.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Conditional.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Fill.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Font.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/NumberFormat.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Protection.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Supervisor.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column/Rule.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/BaseDrawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/CellIterator.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/ColumnDimension.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing/Shadow.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/HeaderFooter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/HeaderFooterDrawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/MemoryDrawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/PageMargins.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/PageSetup.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Protection.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Row.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/RowDimension.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/RowIterator.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/SheetView.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/WorksheetIterator.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Abstract.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/CSV.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Chart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Comments.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/ContentTypes.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/DocProps.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Drawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Rels.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/StringTable.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Style.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Theme.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Workbook.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Worksheet.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/WriterPart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/BIFFwriter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Escher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Font.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Parser.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Workbook.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Worksheet.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Xf.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/HTML.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/IWriter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/Core.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/DomPDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/mPDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/tcPDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en/uk/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr/functions -%%WWWDIR%%/go/vendor/fpdi/LICENSE -%%WWWDIR%%/go/vendor/fpdi/composer.json -%%WWWDIR%%/go/vendor/fpdi/filters/FilterASCII85.php -%%WWWDIR%%/go/vendor/fpdi/filters/FilterASCIIHexDecode.php -%%WWWDIR%%/go/vendor/fpdi/filters/FilterLZW.php -%%WWWDIR%%/go/vendor/fpdi/fpdf_tpl.php -%%WWWDIR%%/go/vendor/fpdi/fpdi.php -%%WWWDIR%%/go/vendor/fpdi/fpdi_bridge.php -%%WWWDIR%%/go/vendor/fpdi/fpdi_pdf_parser.php -%%WWWDIR%%/go/vendor/fpdi/pdf_context.php -%%WWWDIR%%/go/vendor/fpdi/pdf_parser.php +%%WWWDIR%%/go/core/App.php +%%WWWDIR%%/go/core/Controller.php +%%WWWDIR%%/go/core/Debugger.php +%%WWWDIR%%/go/core/Environment.php +%%WWWDIR%%/go/core/ErrorHandler.php +%%WWWDIR%%/go/core/Installer.php +%%WWWDIR%%/go/core/Language.php +%%WWWDIR%%/go/core/RouterInterface.php +%%WWWDIR%%/go/core/Settings.php +%%WWWDIR%%/go/core/Singleton.php +%%WWWDIR%%/go/core/SingletonTrait.php +%%WWWDIR%%/go/core/acl/model/Acl.php +%%WWWDIR%%/go/core/acl/model/AclEntity.php +%%WWWDIR%%/go/core/acl/model/AclGroup.php +%%WWWDIR%%/go/core/acl/model/AclItemEntity.php +%%WWWDIR%%/go/core/auth/BaseAuthenticator.php +%%WWWDIR%%/go/core/auth/Method.php +%%WWWDIR%%/go/core/auth/Password.php +%%WWWDIR%%/go/core/auth/PrimaryAuthenticator.php +%%WWWDIR%%/go/core/auth/SecondaryAuthenticator.php +%%WWWDIR%%/go/core/auth/State.php +%%WWWDIR%%/go/core/auth/model/Group.php +%%WWWDIR%%/go/core/auth/model/Token.php +%%WWWDIR%%/go/core/auth/model/User.php +%%WWWDIR%%/go/core/auth/model/UserGroup.php +%%WWWDIR%%/go/core/cache/Apcu.php +%%WWWDIR%%/go/core/cache/CacheInterface.php +%%WWWDIR%%/go/core/cache/Disk.php +%%WWWDIR%%/go/core/cache/None.php +%%WWWDIR%%/go/core/cli/State.php +%%WWWDIR%%/go/core/customfields/datatype/Base.php +%%WWWDIR%%/go/core/customfields/datatype/FunctionField.php +%%WWWDIR%%/go/core/customfields/datatype/Text.php +%%WWWDIR%%/go/core/data/ArrayableInterface.php +%%WWWDIR%%/go/core/data/MagicPropertiesTrait.php +%%WWWDIR%%/go/core/data/Model.php +%%WWWDIR%%/go/core/data/ModelHelper.php +%%WWWDIR%%/go/core/data/Store.php +%%WWWDIR%%/go/core/data/exception/NotArrayable.php +%%WWWDIR%%/go/core/db/Column.php +%%WWWDIR%%/go/core/db/Command.php +%%WWWDIR%%/go/core/db/Connection.php +%%WWWDIR%%/go/core/db/Criteria.php +%%WWWDIR%%/go/core/db/Database.php +%%WWWDIR%%/go/core/db/Expression.php +%%WWWDIR%%/go/core/db/Query.php +%%WWWDIR%%/go/core/db/QueryBuilder.php +%%WWWDIR%%/go/core/db/Statement.php +%%WWWDIR%%/go/core/db/Store.php +%%WWWDIR%%/go/core/db/Table.php +%%WWWDIR%%/go/core/db/Utils.php +%%WWWDIR%%/go/core/db/exception/DeleteRestrict.php +%%WWWDIR%%/go/core/event/EventEmitterTrait.php +%%WWWDIR%%/go/core/event/Listeners.php +%%WWWDIR%%/go/core/exception/Forbidden.php +%%WWWDIR%%/go/core/exception/NotFound.php +%%WWWDIR%%/go/core/exception/TLSException.php +%%WWWDIR%%/go/core/fs/Blob.php +%%WWWDIR%%/go/core/fs/File.php +%%WWWDIR%%/go/core/fs/FileSystemObject.php +%%WWWDIR%%/go/core/fs/Folder.php +%%WWWDIR%%/go/core/fs/GarbageCollector.php +%%WWWDIR%%/go/core/fs/MemoryFile.php +%%WWWDIR%%/go/core/fs/MetaData.php +%%WWWDIR%%/go/core/fs/TempFolder.php +%%WWWDIR%%/go/core/fs/datareader/BinaryFileReader.php +%%WWWDIR%%/go/core/fs/datareader/ID3Reader.php +%%WWWDIR%%/go/core/http/Exception.php +%%WWWDIR%%/go/core/http/Request.php +%%WWWDIR%%/go/core/http/Response.php +%%WWWDIR%%/go/core/imap/Connection.php +%%WWWDIR%%/go/core/imap/IMAPDetector.php +%%WWWDIR%%/go/core/imap/Mailbox.php +%%WWWDIR%%/go/core/imap/Message.php +%%WWWDIR%%/go/core/imap/MultiPart.php +%%WWWDIR%%/go/core/imap/Part.php +%%WWWDIR%%/go/core/imap/SinglePart.php +%%WWWDIR%%/go/core/imap/Streamer.php +%%WWWDIR%%/go/core/imap/Structure.php +%%WWWDIR%%/go/core/imap/Utils.php +%%WWWDIR%%/go/core/install.sql +%%WWWDIR%%/go/core/jmap/Capabilities.php +%%WWWDIR%%/go/core/jmap/Controller.php +%%WWWDIR%%/go/core/jmap/Entity.php +%%WWWDIR%%/go/core/jmap/EntityController.php +%%WWWDIR%%/go/core/jmap/ReadOnlyEntityController.php +%%WWWDIR%%/go/core/jmap/Request.php +%%WWWDIR%%/go/core/jmap/Response.php +%%WWWDIR%%/go/core/jmap/Router.php +%%WWWDIR%%/go/core/jmap/SetError.php +%%WWWDIR%%/go/core/jmap/State.php +%%WWWDIR%%/go/core/jmap/exception/CannotCalculateChanges.php +%%WWWDIR%%/go/core/jmap/exception/InvalidArguments.php +%%WWWDIR%%/go/core/jmap/exception/StateMismatch.php +%%WWWDIR%%/go/core/ldap/Connection.php +%%WWWDIR%%/go/core/ldap/Record.php +%%WWWDIR%%/go/core/ldap/Result.php +%%WWWDIR%%/go/core/links/Link.php +%%WWWDIR%%/go/core/mail/Mailer.php +%%WWWDIR%%/go/core/mail/Message.php +%%WWWDIR%%/go/core/mail/Recipient.php +%%WWWDIR%%/go/core/mail/RecipientList.php +%%WWWDIR%%/go/core/mail/Util.php +%%WWWDIR%%/go/core/module/Base.php +%%WWWDIR%%/go/core/module/model/Module.php +%%WWWDIR%%/go/core/orm/CustomFieldsTrait.php +%%WWWDIR%%/go/core/orm/Entity.php +%%WWWDIR%%/go/core/orm/EntityType.php +%%WWWDIR%%/go/core/orm/LinksTrait.php +%%WWWDIR%%/go/core/orm/MappedTable.php +%%WWWDIR%%/go/core/orm/Mapping.php +%%WWWDIR%%/go/core/orm/Property.php +%%WWWDIR%%/go/core/orm/Relation.php +%%WWWDIR%%/go/core/orm/SearchableTrait.php +%%WWWDIR%%/go/core/orm/StateManager.php +%%WWWDIR%%/go/core/search/Search.php +%%WWWDIR%%/go/core/util/ArrayObject.php +%%WWWDIR%%/go/core/util/ClassFinder.php +%%WWWDIR%%/go/core/util/Crypt.php +%%WWWDIR%%/go/core/util/DateTime.php +%%WWWDIR%%/go/core/util/Ftp.php +%%WWWDIR%%/go/core/util/Image.php +%%WWWDIR%%/go/core/util/IniFile.php +%%WWWDIR%%/go/core/util/Lock.php +%%WWWDIR%%/go/core/util/StringUtil.php +%%WWWDIR%%/go/core/util/UUID.php +%%WWWDIR%%/go/core/util/Url.php +%%WWWDIR%%/go/core/validate/ErrorCode.php +%%WWWDIR%%/go/core/validate/ValidationTrait.php +%%WWWDIR%%/go/modules/community/addressbook/controller/AddressBook.php +%%WWWDIR%%/go/modules/community/addressbook/model/AddressBook.php +%%WWWDIR%%/go/modules/community/apikeys/Module.php +%%WWWDIR%%/go/modules/community/apikeys/controller/Key.php +%%WWWDIR%%/go/modules/community/apikeys/install/install.sql +%%WWWDIR%%/go/modules/community/apikeys/install/uninstall.sql +%%WWWDIR%%/go/modules/community/apikeys/model/Key.php +%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/KeyDialog.js +%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/KeyGrid.js +%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/calendar/controller/Calendar.php +%%WWWDIR%%/go/modules/community/calendar/model/Calendar.php +%%WWWDIR%%/go/modules/community/dev/controller/Debugger.php +%%WWWDIR%%/go/modules/community/email/controller/Account.php +%%WWWDIR%%/go/modules/community/email/model/Account.php +%%WWWDIR%%/go/modules/community/googleauthenticator/Googleauthenticator.php +%%WWWDIR%%/go/modules/community/googleauthenticator/Module.php +%%WWWDIR%%/go/modules/community/googleauthenticator/icon.png +%%WWWDIR%%/go/modules/community/googleauthenticator/install/install.sql +%%WWWDIR%%/go/modules/community/googleauthenticator/install/uninstall.sql +%%WWWDIR%%/go/modules/community/googleauthenticator/install/updates.php +%%WWWDIR%%/go/modules/community/googleauthenticator/language/en.php +%%WWWDIR%%/go/modules/community/googleauthenticator/model/Googleauthenticator.php +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/GoogleauthenticatorPanel.js +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/Settings.js +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/googleauthenticator.png +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/googleauthenticator_lrg.png +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/community/imapauthenticator/Module.php +%%WWWDIR%%/go/modules/community/imapauthenticator/controller/Server.php +%%WWWDIR%%/go/modules/community/imapauthenticator/install/install.sql +%%WWWDIR%%/go/modules/community/imapauthenticator/install/uninstall.sql +%%WWWDIR%%/go/modules/community/imapauthenticator/language/en.php +%%WWWDIR%%/go/modules/community/imapauthenticator/model/Authenticator.php +%%WWWDIR%%/go/modules/community/imapauthenticator/model/Domain.php +%%WWWDIR%%/go/modules/community/imapauthenticator/model/Group.php +%%WWWDIR%%/go/modules/community/imapauthenticator/model/Server.php +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/ServerForm.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/ServerGrid.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/Settings.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/images/googleauthenticator.png +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/images/googleauthenticator_lrg.png +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/community/ldapauthenticator/Module.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/controller/LdapAuthServer.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/install/install.sql +%%WWWDIR%%/go/modules/community/ldapauthenticator/install/uninstall.sql +%%WWWDIR%%/go/modules/community/ldapauthenticator/language/en.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/model/Authenticator.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/model/Domain.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/model/Group.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/model/Server.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/ServerForm.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/ServerGrid.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/Settings.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/images/googleauthenticator.png +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/images/googleauthenticator_lrg.png +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/community/multi_instance/Module.php +%%WWWDIR%%/go/modules/community/multi_instance/README.md +%%WWWDIR%%/go/modules/community/multi_instance/config.ini.tpl +%%WWWDIR%%/go/modules/community/multi_instance/controller/Instance.php +%%WWWDIR%%/go/modules/community/multi_instance/install/install.sql +%%WWWDIR%%/go/modules/community/multi_instance/install/uninstall.sql +%%WWWDIR%%/go/modules/community/multi_instance/language/en.php +%%WWWDIR%%/go/modules/community/multi_instance/model/Instance.php +%%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/InstanceDialog.js +%%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/MainPanel.js +%%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/notes/Module.php +%%WWWDIR%%/go/modules/community/notes/controller/Note.php +%%WWWDIR%%/go/modules/community/notes/controller/NoteBook.php +%%WWWDIR%%/go/modules/community/notes/install/install.sql +%%WWWDIR%%/go/modules/community/notes/install/uninstall.sql +%%WWWDIR%%/go/modules/community/notes/install/updates.php +%%WWWDIR%%/go/modules/community/notes/language/bg.php +%%WWWDIR%%/go/modules/community/notes/language/bn_BD.php +%%WWWDIR%%/go/modules/community/notes/language/ca.php +%%WWWDIR%%/go/modules/community/notes/language/cn.php +%%WWWDIR%%/go/modules/community/notes/language/cs.php +%%WWWDIR%%/go/modules/community/notes/language/da.php +%%WWWDIR%%/go/modules/community/notes/language/de.php +%%WWWDIR%%/go/modules/community/notes/language/el.php +%%WWWDIR%%/go/modules/community/notes/language/en.php +%%WWWDIR%%/go/modules/community/notes/language/es.php +%%WWWDIR%%/go/modules/community/notes/language/et.php +%%WWWDIR%%/go/modules/community/notes/language/fi.php +%%WWWDIR%%/go/modules/community/notes/language/fr.php +%%WWWDIR%%/go/modules/community/notes/language/hr.php +%%WWWDIR%%/go/modules/community/notes/language/hu.php +%%WWWDIR%%/go/modules/community/notes/language/it.php +%%WWWDIR%%/go/modules/community/notes/language/ko.php +%%WWWDIR%%/go/modules/community/notes/language/nb.php +%%WWWDIR%%/go/modules/community/notes/language/nl.php +%%WWWDIR%%/go/modules/community/notes/language/pl.php +%%WWWDIR%%/go/modules/community/notes/language/pt_BR.php +%%WWWDIR%%/go/modules/community/notes/language/ro.php +%%WWWDIR%%/go/modules/community/notes/language/ru.php +%%WWWDIR%%/go/modules/community/notes/language/sv.php +%%WWWDIR%%/go/modules/community/notes/language/th.php +%%WWWDIR%%/go/modules/community/notes/language/tr.php +%%WWWDIR%%/go/modules/community/notes/language/zh-tw.php +%%WWWDIR%%/go/modules/community/notes/model/Note.php +%%WWWDIR%%/go/modules/community/notes/model/NoteBook.php +%%WWWDIR%%/go/modules/community/notes/views/extjs3/Decrypt.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/MainPanel.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookCombo.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookForm.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookGrid.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteDetail.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteForm.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteGrid.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/notes/views/extjs3/themes/default/images/notes.png +%%WWWDIR%%/go/modules/community/notes/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/community/tasks/controller/TaskList.php +%%WWWDIR%%/go/modules/community/tasks/model/TaskList.php +%%WWWDIR%%/go/modules/community/test/Module.php +%%WWWDIR%%/go/modules/community/test/controller/B.php +%%WWWDIR%%/go/modules/community/test/install/install.sql +%%WWWDIR%%/go/modules/community/test/install/uninstall.sql +%%WWWDIR%%/go/modules/community/test/model/A.php +%%WWWDIR%%/go/modules/community/test/model/ADynamic.php +%%WWWDIR%%/go/modules/community/test/model/AHasMany.php +%%WWWDIR%%/go/modules/community/test/model/AHasOne.php +%%WWWDIR%%/go/modules/community/test/model/B.php +%%WWWDIR%%/go/modules/community/test/model/C.php +%%WWWDIR%%/go/modules/core/core/Module.php +%%WWWDIR%%/go/modules/core/core/controller/Settings.php +%%WWWDIR%%/go/modules/core/core/install/updates.php +%%WWWDIR%%/go/modules/core/core/language/ar.php +%%WWWDIR%%/go/modules/core/core/language/bg.php +%%WWWDIR%%/go/modules/core/core/language/bn_BD.php +%%WWWDIR%%/go/modules/core/core/language/ca.php +%%WWWDIR%%/go/modules/core/core/language/cn.php +%%WWWDIR%%/go/modules/core/core/language/cs.php +%%WWWDIR%%/go/modules/core/core/language/da.php +%%WWWDIR%%/go/modules/core/core/language/de.php +%%WWWDIR%%/go/modules/core/core/language/el.php +%%WWWDIR%%/go/modules/core/core/language/en.php +%%WWWDIR%%/go/modules/core/core/language/en_UK.php +%%WWWDIR%%/go/modules/core/core/language/es.php +%%WWWDIR%%/go/modules/core/core/language/et.php +%%WWWDIR%%/go/modules/core/core/language/fi.php +%%WWWDIR%%/go/modules/core/core/language/fr.php +%%WWWDIR%%/go/modules/core/core/language/hr.php +%%WWWDIR%%/go/modules/core/core/language/hu.php +%%WWWDIR%%/go/modules/core/core/language/it.php +%%WWWDIR%%/go/modules/core/core/language/ko.php +%%WWWDIR%%/go/modules/core/core/language/nb.php +%%WWWDIR%%/go/modules/core/core/language/nl.php +%%WWWDIR%%/go/modules/core/core/language/pl.php +%%WWWDIR%%/go/modules/core/core/language/pt_BR.php +%%WWWDIR%%/go/modules/core/core/language/ro.php +%%WWWDIR%%/go/modules/core/core/language/ru.php +%%WWWDIR%%/go/modules/core/core/language/sv.php +%%WWWDIR%%/go/modules/core/core/language/th.php +%%WWWDIR%%/go/modules/core/core/language/tr.php +%%WWWDIR%%/go/modules/core/core/language/zh-tw.php +%%WWWDIR%%/go/modules/core/core/model/Settings.php +%%WWWDIR%%/go/modules/core/customfields/Module.php +%%WWWDIR%%/go/modules/core/customfields/controller/Field.php +%%WWWDIR%%/go/modules/core/customfields/controller/FieldSet.php +%%WWWDIR%%/go/modules/core/customfields/install/install.sql +%%WWWDIR%%/go/modules/core/customfields/language/bn_BD.php +%%WWWDIR%%/go/modules/core/customfields/language/cs.php +%%WWWDIR%%/go/modules/core/customfields/language/de.php +%%WWWDIR%%/go/modules/core/customfields/language/en.php +%%WWWDIR%%/go/modules/core/customfields/language/es.php +%%WWWDIR%%/go/modules/core/customfields/language/fr.php +%%WWWDIR%%/go/modules/core/customfields/language/it.php +%%WWWDIR%%/go/modules/core/customfields/language/ko.php +%%WWWDIR%%/go/modules/core/customfields/language/nb.php +%%WWWDIR%%/go/modules/core/customfields/language/nl.php +%%WWWDIR%%/go/modules/core/customfields/language/pl.php +%%WWWDIR%%/go/modules/core/customfields/language/ro.php +%%WWWDIR%%/go/modules/core/customfields/language/ru.php +%%WWWDIR%%/go/modules/core/customfields/language/sv.php +%%WWWDIR%%/go/modules/core/customfields/language/th.php +%%WWWDIR%%/go/modules/core/customfields/model/Field.php +%%WWWDIR%%/go/modules/core/customfields/model/FieldSet.php +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryFormPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomFormPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomfieldsTpl.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DataTypes.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DisableCategoriesPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/EnableBlocksPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/FieldDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Functions.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ImportDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/MainPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlockDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlocksGrid.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Module.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/SelectOptionsGrid.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TreeSelectOptions.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TypePanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/namespaces.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.inc.php +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/categories.png +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/customfields.png +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/core/groups/Module.php +%%WWWDIR%%/go/modules/core/groups/controller/Group.php +%%WWWDIR%%/go/modules/core/groups/language/bg.php +%%WWWDIR%%/go/modules/core/groups/language/bn_BD.php +%%WWWDIR%%/go/modules/core/groups/language/ca.php +%%WWWDIR%%/go/modules/core/groups/language/cn.php +%%WWWDIR%%/go/modules/core/groups/language/cs.php +%%WWWDIR%%/go/modules/core/groups/language/da.php +%%WWWDIR%%/go/modules/core/groups/language/de.php +%%WWWDIR%%/go/modules/core/groups/language/el.php +%%WWWDIR%%/go/modules/core/groups/language/en.php +%%WWWDIR%%/go/modules/core/groups/language/es.php +%%WWWDIR%%/go/modules/core/groups/language/et.php +%%WWWDIR%%/go/modules/core/groups/language/fi.php +%%WWWDIR%%/go/modules/core/groups/language/fr.php +%%WWWDIR%%/go/modules/core/groups/language/hr.php +%%WWWDIR%%/go/modules/core/groups/language/hu.php +%%WWWDIR%%/go/modules/core/groups/language/it.php +%%WWWDIR%%/go/modules/core/groups/language/ko.php +%%WWWDIR%%/go/modules/core/groups/language/nb.php +%%WWWDIR%%/go/modules/core/groups/language/nl.php +%%WWWDIR%%/go/modules/core/groups/language/pl.php +%%WWWDIR%%/go/modules/core/groups/language/pt_BR.php +%%WWWDIR%%/go/modules/core/groups/language/ro.php +%%WWWDIR%%/go/modules/core/groups/language/ru.php +%%WWWDIR%%/go/modules/core/groups/language/sv.php +%%WWWDIR%%/go/modules/core/groups/language/th.php +%%WWWDIR%%/go/modules/core/groups/language/tr.php +%%WWWDIR%%/go/modules/core/groups/language/zh-tw.php +%%WWWDIR%%/go/modules/core/groups/readme.txt +%%WWWDIR%%/go/modules/core/links/Module.php +%%WWWDIR%%/go/modules/core/links/controller/Link.php +%%WWWDIR%%/go/modules/core/links/language/nl.php +%%WWWDIR%%/go/modules/core/links/views/extjs3/Module.js +%%WWWDIR%%/go/modules/core/links/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/core/modules/Module.php +%%WWWDIR%%/go/modules/core/modules/controller/Module.php +%%WWWDIR%%/go/modules/core/modules/language/bg.php +%%WWWDIR%%/go/modules/core/modules/language/bn_BD.php +%%WWWDIR%%/go/modules/core/modules/language/ca.php +%%WWWDIR%%/go/modules/core/modules/language/cn.php +%%WWWDIR%%/go/modules/core/modules/language/cs.php +%%WWWDIR%%/go/modules/core/modules/language/da.php +%%WWWDIR%%/go/modules/core/modules/language/de.php +%%WWWDIR%%/go/modules/core/modules/language/el.php +%%WWWDIR%%/go/modules/core/modules/language/en.php +%%WWWDIR%%/go/modules/core/modules/language/es.php +%%WWWDIR%%/go/modules/core/modules/language/et.php +%%WWWDIR%%/go/modules/core/modules/language/fi.php +%%WWWDIR%%/go/modules/core/modules/language/fr.php +%%WWWDIR%%/go/modules/core/modules/language/hr.php +%%WWWDIR%%/go/modules/core/modules/language/hu.php +%%WWWDIR%%/go/modules/core/modules/language/it.php +%%WWWDIR%%/go/modules/core/modules/language/ko.php +%%WWWDIR%%/go/modules/core/modules/language/nb.php +%%WWWDIR%%/go/modules/core/modules/language/nl.php +%%WWWDIR%%/go/modules/core/modules/language/pl.php +%%WWWDIR%%/go/modules/core/modules/language/pt_BR.php +%%WWWDIR%%/go/modules/core/modules/language/ro.php +%%WWWDIR%%/go/modules/core/modules/language/ru.php +%%WWWDIR%%/go/modules/core/modules/language/sv.php +%%WWWDIR%%/go/modules/core/modules/language/th.php +%%WWWDIR%%/go/modules/core/modules/language/tr.php +%%WWWDIR%%/go/modules/core/modules/language/zh-tw.php +%%WWWDIR%%/go/modules/core/search/Module.php +%%WWWDIR%%/go/modules/core/search/controller/Search.php +%%WWWDIR%%/go/modules/core/search/views/extjs3/Module.js +%%WWWDIR%%/go/modules/core/search/views/extjs3/Panel.js +%%WWWDIR%%/go/modules/core/search/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/core/users/Module.php +%%WWWDIR%%/go/modules/core/users/controller/Settings.php +%%WWWDIR%%/go/modules/core/users/controller/User.php +%%WWWDIR%%/go/modules/core/users/install/updates.php +%%WWWDIR%%/go/modules/core/users/language/bg.php +%%WWWDIR%%/go/modules/core/users/language/bn_BD.php +%%WWWDIR%%/go/modules/core/users/language/ca.php +%%WWWDIR%%/go/modules/core/users/language/cn.php +%%WWWDIR%%/go/modules/core/users/language/cs.php +%%WWWDIR%%/go/modules/core/users/language/da.php +%%WWWDIR%%/go/modules/core/users/language/de.php +%%WWWDIR%%/go/modules/core/users/language/el.php +%%WWWDIR%%/go/modules/core/users/language/en.php +%%WWWDIR%%/go/modules/core/users/language/es.php +%%WWWDIR%%/go/modules/core/users/language/et.php +%%WWWDIR%%/go/modules/core/users/language/fi.php +%%WWWDIR%%/go/modules/core/users/language/fr.php +%%WWWDIR%%/go/modules/core/users/language/hr.php +%%WWWDIR%%/go/modules/core/users/language/hu.php +%%WWWDIR%%/go/modules/core/users/language/it.php +%%WWWDIR%%/go/modules/core/users/language/ko.php +%%WWWDIR%%/go/modules/core/users/language/nb.php +%%WWWDIR%%/go/modules/core/users/language/nl.php +%%WWWDIR%%/go/modules/core/users/language/pl.php +%%WWWDIR%%/go/modules/core/users/language/pt_BR.php +%%WWWDIR%%/go/modules/core/users/language/ro.php +%%WWWDIR%%/go/modules/core/users/language/ru.php +%%WWWDIR%%/go/modules/core/users/language/sv.php +%%WWWDIR%%/go/modules/core/users/language/th.php +%%WWWDIR%%/go/modules/core/users/language/tr.php +%%WWWDIR%%/go/modules/core/users/language/zh-tw.php +%%WWWDIR%%/go/modules/core/users/model/Settings.php +%%WWWDIR%%/go/modules/core/users/readme.txt +%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/images/users.png +%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/style.css %%WWWDIR%%/go/vendor/jupload/wjhk.jupload.jar %%WWWDIR%%/go/vendor/odtphp/library/Segment.php %%WWWDIR%%/go/vendor/odtphp/library/SegmentIterator.php @@ -507,669 +697,35 @@ %%WWWDIR%%/go/vendor/pear/Net/Socket.php %%WWWDIR%%/go/vendor/pear/PEAR.php %%WWWDIR%%/go/vendor/pear/PEAR5.php -%%WWWDIR%%/go/vendor/sabre/dav/.travis.yml -%%WWWDIR%%/go/vendor/sabre/event/.travis.yml -%%WWWDIR%%/go/vendor/sabre/http/.travis.yml -%%WWWDIR%%/go/vendor/sabre/http/bin/.empty -%%WWWDIR%%/go/vendor/sabre/uri/.travis.yml -%%WWWDIR%%/go/vendor/sabre/vobject/.travis.yml -%%WWWDIR%%/go/vendor/sabre/xml/.travis.yml -%%WWWDIR%%/go/vendor/sabre/xml/bin/.empty -%%WWWDIR%%/go/vendor/swift/CHANGES -%%WWWDIR%%/go/vendor/swift/LICENSE -%%WWWDIR%%/go/vendor/swift/README -%%WWWDIR%%/go/vendor/swift/VERSION -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Attachment.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/ArrayByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/FileByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/UsAsciiReader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/Utf8Reader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream/NgCharacterStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ConfigurableSpool.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/DependencyContainer.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/DependencyException.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/EmbeddedFile.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/Base64Encoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/QpEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/Rfc2231Encoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoding.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/CommandEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/CommandListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/Event.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventDispatcher.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventObject.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/ResponseEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/ResponseListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SendEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SendListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SimpleEventDispatcher.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportChangeEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportChangeListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportExceptionEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportExceptionListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FailoverTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FileSpool.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FileStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Filterable.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Image.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/InputByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/IoException.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/ArrayKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/DiskKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/DummyKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/KeyCacheInputStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/NullKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/LoadBalancedTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MailTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer/ArrayRecipientIterator.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer/RecipientIterator.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MemorySpool.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Message.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Attachment.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/CharsetObserver.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/EmbeddedFile.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/EncodingObserver.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Grammar.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Header.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderSet.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/AbstractHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/DateHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/IdentificationHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/PathHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Message.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/MimeEntity.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/MimePart.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ParameterizedHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleHeaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleHeaderSet.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleMessage.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleMimeEntity.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MimePart.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/NullTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/OutputByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/AntiFloodPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Decorator/Replacements.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/DecoratorPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ImpersonatePlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Logger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/LoggerPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers/EchoLogger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/MessageLogger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop/Pop3Connection.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop/Pop3Exception.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/RedirectingPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporter.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ReporterPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters/HitReporter.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Sleeper.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ThrottlerPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Timer.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Preferences.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ReplacementFilterFactory.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161633.w4GGXRZF086808>