/* ===== 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 ===== */
16/05 09:59 - micnet
15/05 18:27 - micnet
@Hieronymus Méchant et de mauvaise foi peut-être mais drôle, quand même un petit peu non ? (...)
15/05 11:42 - Mao-Tsé-Toung
15/05 11:29 - Mao-Tsé-Toung
crow 15 mai 06:39 @Mao-Tsé-Toung 1/ " ... en bref, une tribu s’organise (...)
15/05 07:16 - crow
@crow https://www.youtube.com/watch?v=Zdo_ViPn4ko A 18.23 notamment, la question intéresse le (...)
15/05 06:39 - crow
@Mao-Tsé-Toung " ... en bref, une tribu s’organise autour d’un chef qui a tous les pouvoirs (à (...)