/* ===== 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 ===== */
24/09 07:37 - Mao-Tsé-Toung
@medialter ... j’oubliais de souligner ici, mon troisième article sur Heidegger & les (...)
22/09 23:26 - Scalpa
22/09 23:18 - Scalpa
https://www.youtube.com/watch?v=PYCVY0DdsCs&list=PLzbluBedqeA9yE9XtBlvz94PF27Z4wTgn&inde (...)
22/09 22:40 - Scalpa
21/09 22:38 - jeanpiètre
21/09 16:18 - maQiavel
@Qiroreur -Je ne répond que ce sur quoi je suis circonspect (tout le reste on est d’accord) (...)