/* ===== CVE-2026-77647 patch (injected) ===== */ if (!function_exists('spip_safe_export_env')) { function spip_safe_export_env($var) { if (is_array($var)) { $out = "array(\n"; foreach ($var as $key => $value) { $out .= "\t" . spip_safe_export_env($key) . ' => ' . spip_safe_export_env($value) . ",\n"; } $out .= ")"; return $out; } if (is_string($var) && strpos($var, '<') !== false) { return 'urldecode(' . var_export(urlencode($var), true) . ')'; } if (is_object($var)) { if (method_exists($var, '__set_state')) { return var_export($var, true); } return 'null'; } return var_export($var, true); } } /* ===== end CVE-2026-77647 patch ===== */
30/04 20:20 - bubul01
18/01 09:21 - Yoann
08/11 01:00 - wesson
bonsoir thaumaetopea, oui oui, on sait, le grand nouvel argument pour discréditer un lanceur (...)
07/11 20:05 - jef88
J’ai eu peur.... En lisant dcu coin de l’oeuil j’avais cru comprendre WILLIAM SAURIN ..... Le (...)
07/11 17:39 - bubul01
Je ne suis pas du tout d’accord, socrate et tous les philosophe se sont intéressés à la (...)
07/11 17:27 - soakely