From 84318daec36084a6a1c505a246dc9ddc6f170d69 Mon Sep 17 00:00:00 2001 From: vince Date: Tue, 28 Dec 2021 21:29:20 +0100 Subject: [PATCH] =?UTF-8?q?corrige=20le=20formulaire=20d'acc=C3=A8s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 9974998..3444c01 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ define('DEFAULT_TITLE', 'Mon panier bio'); -define('REQUEST_REGEX', '/^\/(?[^\/]+)\/?(?[^\/]+)?\/?$/'); +define('REQUEST_REGEX', '/\/(?[^\/]+)\/?(?[^\/]+)?\/?$/'); define('SUPPLIER_REGEX', '/^[A-Za-z]\w{0,31}$/'); define('EVENT_REGEX', '/^\d{4}\-[01]\d\-[0123]\d$/'); define('ACTION_REGEX', '/^[a-z]{1,16}$/i'); @@ -344,7 +344,7 @@ if (!$isConfig and $hasSupplier) {
-
+