/* ===== 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/11 13:20 - Laconicus
27/11 12:50 - maQiavel
@Laconicus En 50 minutes ( comptant les coupures publicitaires), si l’arbitre doit interrompre (...)
26/11 23:55 - Laconicus
26/11 21:15 - CoolDude
@Super Cochon Perso, quand je parle de débattre d’arguments sur la terre plate... Je n’y vois (...)
26/11 14:37 - maQiavel
@Laconicus Personne ne prétend ici que le but d’un débat public est de produire de l’amour, il (...)
26/11 12:03 - gnozd