Skip to content

Commit

Permalink
v1.3.11 (securiser var_memotri)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerdic committed Apr 8, 2019
1 parent 824d17f commit 3ef87c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ecran_securite.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* ------------------
*/

define('_ECRAN_SECURITE', '1.3.10'); // 2019-02-12
define('_ECRAN_SECURITE', '1.3.11'); // 2019-04-08

/*
* Documentation : http://www.spip.net/fr_article4200.html
Expand Down Expand Up @@ -491,7 +491,7 @@ function tmp_lkojfghx2($a = 0, $b = 0, $c = 0, $d = 0) {
/*
* Réinjection des clés en html dans l'admin r19561
*/
if (strpos($_SERVER['REQUEST_URI'], "ecrire/") !== false){
if (strpos($_SERVER['REQUEST_URI'], "ecrire/") !== false or isset($_REQUEST['var_memotri'])){
$zzzz = implode("", array_keys($_REQUEST));
if (strlen($zzzz) != strcspn($zzzz, '<>"\''))
$ecran_securite_raison = 'Cle incorrecte en $_REQUEST';
Expand Down

0 comments on commit 3ef87c5

Please sign in to comment.