Skip to content
Extraits de code Groupes Projets
Valider f1c13e91 rédigé par cedric@yterium.com's avatar cedric@yterium.com
Parcourir les fichiers

Version 1.1.7 (Identifiants)

parent 55701601
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,7 +5,7 @@
* ------------------
*/
define('_ECRAN_SECURITE', '1.1.6'); // 13 mai 2013
define('_ECRAN_SECURITE', '1.1.7'); // 24 mai 2013
/*
* Documentation : http://www.spip.net/fr_article4200.html
......@@ -70,6 +70,14 @@ if (preg_match(',^(.*/)?spip_acces_doc\.,', (string)$_SERVER['REQUEST_URI'])) {
$file = addslashes((string)$_GET['file']);
}
/*
* Pas d'inscription abusive
*/
if (isset($_REQUEST['mode']) AND isset($_REQUEST['page'])
AND !in_array($_REQUEST['mode'],array("6forum","1comite"))
AND $_REQUEST['page'] == "identifiants")
$ecran_securite_raison = "identifiants";
/*
* Agenda joue à l'injection php
*/
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter