From 87e80dd93f2e5f06cf910cc33f6ce35b6914c0af Mon Sep 17 00:00:00 2001 From: jps Date: Thu, 15 Jan 2026 09:04:57 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20s=C3=A9curit=C3=A9=20d'activation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ESI_peppol.php | 130 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 122 insertions(+), 8 deletions(-) diff --git a/ESI_peppol.php b/ESI_peppol.php index 932934a..854dff0 100644 --- a/ESI_peppol.php +++ b/ESI_peppol.php @@ -1,22 +1,124 @@

ESI Peppol : Ce plugin nécessite PHP 7.0.0 ou supérieur. Vous utilisez actuellement PHP ' . htmlspecialchars(PHP_VERSION, ENT_QUOTES, 'UTF-8') . '. Veuillez mettre à jour votre version de PHP.

'; + return; + } + ?> +
+

+ : + +

+
+

ESI Peppol : Ce plugin nécessite WooCommerce. Veuillez installer et activer WooCommerce avant d\'utiliser ce plugin.

'; + return; + } + ?> +
+

+ : + +

+
+ true] + ); + } + // Déléguer à PEPPOL_Plugin::activate() si WooCommerce est disponible + PEPPOL_Plugin::activate(); + } ); // Menu et pages d'administration du plugin