problème de validation à partir du mail

  • Rapace
  • Senior Member
  • Senior Member
More
7 years 7 months ago #82 by Rapace
Replied by Rapace on topic problème de validation à partir du mail
Bonjour,

Il s'agit là d'un bug persistent (signalé en 3.1 et 3.2). Mais Jerome va nous faire un petit patch ;)

Dans le fichier validation.php, en ligne 97, insérer les lignes suivantes :
Code:
if (isset($_GET["id"])) { $id = $_GET["id"]; settype($id,"integer"); } else $id = NULL; if(!isset($fin_session)) $fin_session='n';

Production : GRR : 1.9.7e - Hébergement : Ubuntu 14-04 + PHP 5.5.9
Test : GRR (3.5.1 et 4.0.3) + Ubuntu 22.04.1- PHP : 8.0.1
The following user(s) said Thank You: cne vc

Please Log in or Create an account to join the conversation.

  • cne vc
  • Topic Author
  • New Member
  • New Member
More
7 years 7 months ago #83 by cne vc
Replied by cne vc on topic problème de validation à partir du mail
Merci beaucoup, le correctif fonctionne !

Please Log in or Create an account to join the conversation.

Moderators: Yan