/* ===== 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/01 11:36 - hase
21/01 01:40 - Norman Bates
@hase J’embraye sur ton propos autour des "complotistes d’extrême droite sans (...)
21/01 01:09 - Norman Bates
@Norman Bates 09:38 l’aut’ jour j’sais pu lequel Comme dirait Stéphane Séjourné : je m’ai (...)
20/01 10:17 - shouitte
@Norman Bates oui c’est bien ce qui me semblait, tu chouines
20/01 09:58 - Eric_F
19/01 21:56 - hase