/* ===== 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 ===== */
09/03 12:12 - Kao
Découvert cette vidéo sur un autre site, j’attends son dernier livre, commandé, avec beaucoup (...)
05/03 20:08 - Romios
@Cercle des Volontaires Le fait d’être d’origine étrangère vaccine surtout contre la lobotomie (...)
05/03 13:41 - Cercle des Volontaires
05/03 10:51 - Latigeur
@Avlula Il veut simplement vendre sa marchandises, sur son site il fait la pub pour des (...)
05/03 08:08 - thierry3468
05/03 07:45 - Zozobra
@Cercle des Volontaires En quoi le fait d’être d’origine maghrébine vous vaccine t-il d’être (...)