add 6.4.4.0 (sourceGuardian for PHP 8.x)

This commit is contained in:
Daniel Seifert 2024-07-31 13:56:34 +02:00
bovenliggende 74bb61758d
commit 2701023c2d
295 gewijzigde bestanden met toevoegingen van 570 en 551 verwijderingen

Bestand weergeven

@ -7,10 +7,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.4.3.1...rel_6.x_mgw)
## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.4.4.0...rel_6.x_mgw)
## [6.4.4.0](https://git.d3data.de/D3Private/Unzer/compare/6.4.3.1...6.4.4.0) - 2024-07-31
### Changed
- prüft auf nötiges Geburtsdatum nur, wenn dies im Kundenkonto nicht gesetzt ist
- Prüfung auf fehlende Methode im O3-Shop
## [6.4.3.1](https://git.d3data.de/D3Private/Unzer/compare/6.4.3.0...6.4.3.1) - 2024-05-07
### fixed
### Fixed
- Benutzereingaben werden auf Vollständigkeit geprüft
## [6.4.3.0](https://git.d3data.de/D3Private/Unzer/compare/6.4.2.2...6.4.3.0) - 2024-04-19

Bestand weergeven

@ -1,9 +1,9 @@
{
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> unzer",
"moduleversion": "6.4.3.1",
"moduleversion": "6.4.4.0",
"titledesc": "für den Oxid eShop",
"author": "D³ Data Development",
"moduledate": "07.05.2024",
"moduledate": "31.07.2024",
"editors": "",
"tagline": "",
"image": "",

Bestand weergeven

@ -91,21 +91,27 @@
<div class="Page__header">
<h1><a href="../changelog/Changelog.html">Changelog</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/" class="Link--external">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class="Link--external">Semantic Versioning</a>.</p>
<h2 id="page_Unreleased"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.3.1...rel_6.x_mgw" class="Link--external">Unreleased</a></h2>
<h2 id="page_Unreleased"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.4.0...rel_6.x_mgw" class="Link--external">Unreleased</a></h2>
<h2 id="page_6-4-4-0-2024-07-31"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.3.1...6.4.4.0" class="Link--external">6.4.4.0</a> - 2024-07-31</h2>
<h3 id="page_Changed">Changed</h3>
<ul>
<li>prüft auf nötiges Geburtsdatum nur, wenn dies im Kundenkonto nicht gesetzt ist</li>
<li>Prüfung auf fehlende Methode im O3-Shop</li>
</ul>
<h2 id="page_6-4-3-1-2024-05-07"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.3.0...6.4.3.1" class="Link--external">6.4.3.1</a> - 2024-05-07</h2>
<h3 id="page_fixed">fixed</h3>
<h3 id="page_Fixed">Fixed</h3>
<ul>
<li>Benutzereingaben werden auf Vollständigkeit geprüft</li>
</ul>
<h2 id="page_6-4-3-0-2024-04-19"><a href="https://git.d3data.de/D3Private/Unzer/compare/6.4.2.2...6.4.3.0" class="Link--external">6.4.3.0</a> - 2024-04-19</h2>
<h3 id="page_Fixed">Fixed</h3>
<h3 id="page_Fixed-2">Fixed</h3>
<ul>
<li>Finalisierung und Reservierungsstorno über den Shopadmin übergibt die Höhe des Betrages</li>
</ul>
@ -113,7 +119,7 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class=
<ul>
<li>Transactioninformation werden an die Bestellung geschrieben</li>
</ul>
<h3 id="page_Changed">Changed</h3>
<h3 id="page_Changed-2">Changed</h3>
<ul>
<li>(von Unzer) unbehandelte Abbruchbestellungen werden storniert und gelöscht</li>
</ul>
@ -457,7 +463,7 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html" class=
</ul>
<hr />
<h2 id="page_6-1-0-1-2019-10-07">6.1.0.1 - (2019-10-07)</h2>
<h3 id="page_fixed-2">fixed</h3>
<h3 id="page_fixed">fixed</h3>
<p>0009155: 6.1.0.0: Too few arguments to function D3\Heidelpay\Controllers\Admin\Order\Heidelpay::isBasicLicence()<br />
0000000: 6.1.0.0: incorrect redirect to mydomain.tld/modules/d3/heidelpay/public/redirect -&gt; should be redirect to payment/start page</p>
<hr />

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../changelog/Channel_Rekonfiguration.html">(6.1.0.0) Umstellung der Konfiguration</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../changelog/MGW_Implementation.html">({unreleased}) Integration der PaymentApi / MGW Schnittstelle</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob per Konsole einrichten (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Webaufruf_einrichten.html">Cronjob per Webaufruf einrichten (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/OXID_eShop_Enterprise_Edition.html">OXID eShop Enterprise Edition (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html">Cronjob einrichten</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Cronjob_einrichten/Zahlungseingaenge_bei_Heidelpay_erneut_abrufen.html">Zahlungseingänge bei Unzer erneut abrufen (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Infos_fuer_Entwickler.html">Infos für Entwickler (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Was hat sich im Bestellprozess geändert? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_ist_noch_zu_beachten.html">Was ist noch zu beachten? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_macht_der_Cronjob.html">Was macht der Cronjob? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_passiert_bei_einem_Refund.html">Was passiert bei einem Refund? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html">Informationen und Anleitung von iDeal und Przelewy24</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Wie_ist_der_Cronjob_einzurichten.html">Wie ist der Cronjob einzurichten? (nur Legacy Payments / NGW)</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration der Zahlungsarten</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/Webhooks.html">Webhooks</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/Zahlungsinformationen_fuer_Rechnungskauf_und_Vorkasse_anzeigen_lassen.html">Zahlungsinformationen für Rechnungskauf und Vorkasse anzeigen lassen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Konfiguration/automatische_Vorkasse_und_Rechnungskauf.html">Automatische Vorkasse und Rechnungskauf (nur Legacy Payments / NGW))</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Channeleinstellungen.html">Channeleinstellungen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Channelzuordnungen.html">Zahlartenzuordungen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Konfiguration</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html">Notierte Schlüsselpaare eintragen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Schnittstellenwechsel/Nacharbeiten.html">Überprüfung und Freischaltung</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Schluesselpaare_finden.html">Schlüsselpaare finden</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Sicherung.html">Datensicherung anlegen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Unzer_Insights.html">Zugangsdaten für das Unzer Insights</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/Zahlarten.html">Welche Zahlungsarten führt Unzer unter PaymentApi / MGW?</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../../configuration/Schnittstellenwechsel/Start.html">Schnittstellenwechsel</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Vorbereitung</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../../configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html">Was benötigen Sie?</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../description/Beschreibung.html">Beschreibung</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../description/Editionsunterschiede.html">Editionsunterschiede</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -48,7 +48,7 @@
<div class="details">
<div>Autor: D³ Data Development</div> <div>Stand: 07.05.2024</div>
<div>Autor: D³ Data Development</div> <div>Stand: 31.07.2024</div>
<div>Version wechseln:
<select onchange="window.location.href=this.options[this.selectedIndex].value" size="1">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Beiliegende_Bibliotheken.html">beiliegende Bibliotheken</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Systemanforderungen.html">Systemanforderungen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/Vorbereitungen.html">Vorbereitungen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Anforderungen/Systemanforderungen.html">Anforderungen</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Anforderungen/wichtige_Hinweise.html">Wichtige Hinweise</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Dateien_loeschen.html">Dateien löschen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Datenbank_bereinigen.html">Datenbank bereinigen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modul_aus_der_Installation_entfernen.html">Modul aus der Installation entfernen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modul_deaktivieren.html">Modul deaktivieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Modulerweiterungen deaktivieren und entfernen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Deinstallation/Modulerweiterungen_deaktivieren_und_entfernen.html">Deinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Deinstallation/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../installation/Installation.html">Installation | Update | Deinstallation</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../installation/Installationspruefung.html">Installationsprüfung</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Konfiguration_einstellen.html">Konfiguration einstellen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Lizenz_eintragen.html">Lizenzschlüssel eintragen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,13 +91,13 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Modul_hinzufuegen.html">Modul zur Installation hinzufügen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
<p>Führen Sie in der Konsole im Hauptverzeichnis Ihres Shops (oberhalb des <code>source</code>- und <code>vendor</code>-Verzeichnisses) diesen Befehl aus, um das Modul <strong><i class='fab fa-d3 d3fa-color-blue'></i> unzer</strong> zur Installation hinzuzufügen:</p>
<pre><code class="language-bash">php composer require d3/unzer:^6.4.3.1 --update-no-dev
<pre><code class="language-bash">php composer require d3/unzer:^6.4.4.0 --update-no-dev
</code></pre>
<blockquote class="alert alert-warning">
<i class='fas fa-exclamation-triangle'></i> <p> Achten Sie darauf, dass Composer für die Installation die selbe PHP-Version verwendet, in der auch Ihr Shop ausgeführt wird. Sie erhalten sonst möglicherweise unpassende Modulpakete.</p>

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Modul_im_Shop_aktivieren.html">Modul im Shop aktivieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Providerspezifische_Installation.html">Providerspezifische Installation</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Shopanpassungen_installieren.html">Shopanpassungen installieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Updatefaehigkeit.html">Updatefähigkeit</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Neuinstallation/Verwendung_eigener_Themes.html">Verwendung eigener Themes</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,13 +91,13 @@
<div class="Page__header">
<h1><a href="../../installation/Neuinstallation/index.html">Neuinstallation</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">
<h2 id="page_Schnellstart-per-Composer">Schnellstart per Composer</h2>
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
<pre><code class="language-bash">php composer require d3/unzer:^6.4.3.1 --update-no-dev
<pre><code class="language-bash">php composer require d3/unzer:^6.4.4.0 --update-no-dev
./vendor/bin/oe-console oe:module:activate d3heidelpay
./vendor/bin/d3modules_install
./vendor/bin/d3cleartmp

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../installation/Schnellstart.html">Schnellstart</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Aenderungen_kontrollieren.html">Änderungen kontrollieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,14 +91,14 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Dateien_erneuern.html">Dateien erneuern</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">
<h3 id="page_auf-der-Kommandozeile"><strong>auf der Kommandozeile</strong></h3>
<p>Starten Sie die Konsole Ihres Webservers und wechseln in das Hauptverzeichnis Ihres
Shops (oberhalb des <code>source</code>- und <code>vendor</code>-Verzeichnisses). Führen Sie dort diesen Befehl aus:</p>
<pre><code class="language-bash">php composer require d3/unzer:^6.4.3.1 --update-no-dev
<pre><code class="language-bash">php composer require d3/unzer:^6.4.4.0 --update-no-dev
</code></pre>
<p>Im weiteren Ablauf werden Sie gefragt, ob die Moduldateien überschrieben werden sollen. Bestätigen Sie dies für den Eintrag <code>d3/unzer</code>.</p>
<blockquote class="alert alert-warning">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Erweiterungen_anpassen.html">Erweiterungen anpassen</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Lizenzschluessel_aktualisieren.html">Lizenzschlüssel aktualisieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Modul_deaktivieren.html">Modul deaktivieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Modulinformationen_aktualisieren.html">Modulinformationen aktualisieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Providerspezifische_Installation.html">Providerspezifische Installation</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Shopanpassungen_installieren.html">Shopanpassungen installieren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/TMP-Ordner_leeren.html">TMP-Ordner leeren</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../../installation/Update/Updatedefinition.html">Update</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../../installation/Update/Updatedefinition.html">Wann kann ein Update ausgeführt werden?</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand weergeven

@ -91,7 +91,7 @@
<div class="Page__header">
<h1><a href="../support/Hilfe-und-Support.html">Hilfe und Support</a></h1>
<span class="ModifiedDate">
07.05.2024 </span>
31.07.2024 </span>
</div>
<div class="s-content">

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.3.1 SourceGuardian (07.05.2024) @author Daniel Seifert support@shopmodule.com @copyright (C) 2024, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('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');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.4.0 SourceGuardian (31.07.2024) @author Daniel Seifert support@shopmodule.com @copyright (C) 2024, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('7A3737B315E09EE6AAQAAAAhAAAABKgAAACABAAAAAAAAAD/d+iu+s/kRzOEGSalJ7DJDDRqz4Rkh+591SaEuufkDoHtR66Tga2d9DQOKdnCSOS1j7qKKOn93cHTA0nMmGiK+s3MHgHSMPFKdBpphRxAjy6pOTuwKBOzbLw+MHC7VgZJAbOSjZt6bzLydaWW9Kn6qxRRm3fkPrIGN9dOxQUyUDkGJReoJr6xhUT7etZSfC46cq8ff+NsQ+Mu/6UqSzVXRblgHnOxfQ2fCAAAALgBAAAmJswwS2pnovALHWxX1mh3W7En8lK+jgSuuidKgoyg3XtIIRJE1s7YHuB7XJqBOgFN9Wl2w2J1Pxtep9QMC5Bq7iy1emfMGhKlClxW9TBkF464CnFHH6f+vmKo5EzhoiLR6VWeoH7+o5q2nIgkdvUDtQWF0EtCRSWtj/l3haEOTjPs+bNdSNVrDH6P3yGwetUdHVo05OBOqDW1RginjD061yzOBwwmou5G4BXzxTMtGIKYW2E3yshirsZ/LMNtT3PK0tdMAP6Twr25x8X2DvZ3yxO5MbmAFe0TjAXvtsT2LKnKRcvlu+W/hB1fJf/MJHyLEnQ7TXKtK5PaQKYTTtCFsmhGXWUHOS3qftzS/wQH02uiwZLmazHGIkDTdMlC1/fKk+bv1miSvNyrara/Im5568twBDLyO+kjnlROpfHU7PSL2tkXI2gpZ7vpsrLhoNhZbgadIxc7KtB/VeuUreVjR0lCLzs+beVPmq7uDFZwlDH5C8iHdqO7uqnfZgxEIkYqzdlE2FsPmQ4QjRoQOqT0CCuWIx9KJvg/36DMltRTGjZTs/Y1pPYfIMSXyDFLgmfXsBdveQVlL1EAAACoAQAAtAplqedEcD8by1rgMlwbsJ3cucOVyUqwQAIdrPZPcVPcIag40XmKH0aarVWbQ9jlrcdvlCzX6onCQkRiBB4Ms2CBl4gQvJhMRB5UYByU02rrsa19AawgmAWM19JWLmx5llQyhpuulZPaxAYH/e4NHryC97pdAEnZwQD9muY94EkBfqkyZMrEt6lKY1TflPzC9dxstcBpZJIiY4xGdXJMbEmbRUx4OTJJ5dtIat7yC5LxFi9qnPSWCk7jfnw6+dZYuBeGTNYiVEOT7JUC4iwwYXGTysczqaMWA3Qyt2J4qzUO19Y7eE/X7gcYhSgGjR+OcMwP+yQungIrB4aNWz19n9DX6jt0XuqRiW9jeOY/R/duwmH+UpXsJjThP5mSmXjNUIS3tm5Qjo/3jk+RZgH9NWpZbkpWWWFcO4oh+xIRycDExVSbYYQnOYklQhJndapgLJBURRcUOOlIkNunv4Xy8i3Y9UeRMuQ+RP7ZlJRwcXJ3XGcXPWx9Zd8+KQew5d0zEmqWsgGmsoYhxJA7EVgSsJuMa1rNeQw1LLr9VvxYpHg1UZE99HGdqlIAAACoAQAA2s3KkGZLtgotszxmNGezsuE40Qz1Y1/XMgTcYQhLCOhQeQIq7iK94U5v9KYsMiO65RpkmGgxxmmapxzU1yOevIIGJzns47FvNg6zKwQPA7c+NBgBKQE9qREjf+sPhNCVjxPS3++RGUB5SgzDx38GQ2juo2T/8rz9b4ep3Kgfzwj7k779hU6/MzELeoF4qY0SCFCruyghAE64A8gClCauhUl4WlBIBSa4j8g7UkwRraxOBE510jAgBxHoIkKBUJkY4Mi153ClbnKQfNLt869iLB53r1kVf2QFt+PPibRO7bnG/XiRIgIKkePIcKohn03mDW6LrP776Lm6xgCkMyh7xzLs3asw93z8kHOQqZobMJO1Z9bMw0OL7CLrPCKZMAR1Ps5gr5KzEU3onF3TKzIJ2X6skYEam5/0Qq8uyMjlx6bpjBprqUuM/tOdN9ojh4TjqZNV/PPiVEH2XJWCID/PRDxxTDvKpE+Koi/58zamcMa6s6Z2iNUNqziRjYbvcTqqapm7HZttabzwxk3CetRCFICWdG9BV0NA20rqQ/QxMGc/+KGZgwoymAAAAAA=');

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand weergeven

@ -1,2 +1,2 @@
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.3.1 SourceGuardian (07.05.2024) @author Daniel Seifert support@shopmodule.com @copyright (C) 2024, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('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');
<?php ?><?php /** This Software is the property of D³ Data Development and is protected by copyright law - it is NOT Freeware. Any unauthorized use of this software without a valid license key is a violation of the license agreement and will be prosecuted by civil and criminal law. Inhaber: Thomas Dartsch Alle Rechte vorbehalten @package Unzer @version 6.4.4.0 SourceGuardian (31.07.2024) @author Daniel Seifert support@shopmodule.com @copyright (C) 2024, D3 Data Development @see https://www.d3data.de */ ?><?php
if(!function_exists('sg_load')){$__v=phpversion();$__x=explode('.',$__v);$__v2=$__x[0].'.'.(int)$__x[1];$__u=strtolower(substr(php_uname(),0,3));$__ts=(@constant('PHP_ZTS') || @constant('ZEND_THREAD_SAFE')?'ts':'');$__f=$__f0='ixed.'.$__v2.$__ts.'.'.$__u;$__ff=$__ff0='ixed.'.$__v2.'.'.(int)$__x[2].$__ts.'.'.$__u;$__ed=@ini_get('extension_dir');$__e=$__e0=@realpath($__ed);$__dl=function_exists('dl') && function_exists('file_exists') && @ini_get('enable_dl') && !@ini_get('safe_mode');if($__dl && $__e && version_compare($__v,'5.2.5','<') && function_exists('getcwd') && function_exists('dirname')){$__d=$__d0=getcwd();if(@$__d[1]==':') {$__d=str_replace('\\','/',substr($__d,2));$__e=str_replace('\\','/',substr($__e,2));}$__e.=($__h=str_repeat('/..',substr_count($__e,'/')));$__f='/ixed/'.$__f0;$__ff='/ixed/'.$__ff0;while(!file_exists($__e.$__d.$__ff) && !file_exists($__e.$__d.$__f) && strlen($__d)>1){$__d=dirname($__d);}if(file_exists($__e.$__d.$__ff)) dl($__h.$__d.$__ff); else if(file_exists($__e.$__d.$__f)) dl($__h.$__d.$__f);}if(!function_exists('sg_load') && $__dl && $__e0){if(file_exists($__e0.'/'.$__ff0)) dl($__ff0); else if(file_exists($__e0.'/'.$__f0)) dl($__f0);}if(!function_exists('sg_load')){$__ixedurl='https://www.sourceguardian.com/loaders/download.php?php_v='.urlencode($__v).'&php_ts='.($__ts?'1':'0').'&php_is='.@constant('PHP_INT_SIZE').'&os_s='.urlencode(php_uname('s')).'&os_r='.urlencode(php_uname('r')).'&os_m='.urlencode(php_uname('m'));$__sapi=php_sapi_name();if(!$__e0) $__e0=$__ed;if(function_exists('php_ini_loaded_file')) $__ini=php_ini_loaded_file(); else $__ini='php.ini';if((substr($__sapi,0,3)=='cgi')||($__sapi=='cli')||($__sapi=='embed')){$__msg="\nPHP script '".__FILE__."' is protected by SourceGuardian and requires a SourceGuardian loader '".$__f0."' to be installed.\n\n1) Download the required loader '".$__f0."' from the SourceGuardian site: ".$__ixedurl."\n2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="\n3) Edit ".$__ini." and add 'extension=".$__f0."' directive";}}$__msg.="\n\n";}else{$__msg="<html><body>PHP script '".__FILE__."' is protected by <a href=\"https://www.sourceguardian.com/\">SourceGuardian</a> and requires a SourceGuardian loader '".$__f0."' to be installed.<br><br>1) <a href=\"".$__ixedurl."\" target=\"_blank\">Click here</a> to download the required '".$__f0."' loader from the SourceGuardian site<br>2) Install the loader to ";if(isset($__d0)){$__msg.=$__d0.DIRECTORY_SEPARATOR.'ixed';}else{$__msg.=$__e0;if(!$__dl){$__msg.="<br>3) Edit ".$__ini." and add 'extension=".$__f0."' directive<br>4) Restart the web server";}}$__msg.="</body></html>";}die($__msg);exit();}}return sg_load('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');

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Bestand-diff onderdrukt omdat een of meer regels te lang zijn

Sommige bestanden werden niet getoond omdat er teveel bestanden zijn veranderd in deze diff Meer weergeven