From d9c77028cb3ebf5060d7adfe1d255a6473772948 Mon Sep 17 00:00:00 2001 From: Cerdic Date: Wed, 4 Dec 2019 16:11:16 +0100 Subject: [PATCH] Feu les temps modernes --- config/ecran_securite.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/ecran_securite.php b/config/ecran_securite.php index 773f2030ec..b471156606 100644 --- a/config/ecran_securite.php +++ b/config/ecran_securite.php @@ -5,7 +5,7 @@ * ------------------ */ -define('_ECRAN_SECURITE', '1.3.12'); // 2019-09-16 +define('_ECRAN_SECURITE', '1.3.13'); // 2019-12-04 /* * Documentation : http://www.spip.net/fr_article4200.html @@ -335,6 +335,13 @@ and $_REQUEST['action'] == 'configurer') { } } } +if (isset($_REQUEST['action']) +and $_REQUEST['action'] == 'ordonner_liens_documents' +and isset($_REQUEST['ordre']) +and is_string($_REQUEST['ordre'])){ + $ecran_securite_raison = "ordre a la chaine"; +} + /* * Bloque les requĂȘtes contenant %00 (manipulation d'include)