/* ===== 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 ===== */
27/09 17:52 - reveil
Quand on a la chance d’avoir un grand homme à la tête de son pays, il faut le garder (...)
27/09 00:51 - pied
27/09 00:09 - B_D_R
26/09 23:43 - Hijack
Suis d’accord avec toi B.D.R ... et encore, je te trouve trop sympa ... Mais vu le début des (...)
26/09 22:52 - soulmanfred
BDR Voici mes articles sur les Bush : http://www.agoravox.tv/actualites/international/article/the-
26/09 21:26 - epapel