Notice PHP en moins sur PHP8 sur la page auteurs.

issue_4339
Matthieu Marcillaud 3 years ago
parent c3f8bf9f55
commit d651778146

@ -347,6 +347,7 @@ if (
if (
isset($_REQUEST['exec'])
and $_REQUEST['exec'] == 'auteurs'
and isset($_REQUEST['recherche'])
and preg_match(',[<],', (string)$_REQUEST['recherche'])
) {
$ecran_securite_raison = "recherche";
@ -354,6 +355,7 @@ if (
if (
isset($_REQUEST['exec'])
and $_REQUEST['exec'] == 'info_plugin'
and isset($_REQUEST['plugin'])
and preg_match(',[<],', (string)$_REQUEST['plugin'])
) {
$ecran_securite_raison = "plugin";

Loading…
Cancel
Save