/* ===== 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/04 09:59 - Simple citoyenne
15/04 18:42 - Simple citoyenne
15/04 18:33 - Simple citoyenne
@makhno : Moi je comprends ce que tu veux dire pourtant, j’ai compris que je me suis mal fait (...)
15/04 18:02 - Carmela
Bonjour Simple citoyenne, "On se demanderait presque si tout cela ne serait pas fait ( (...)
15/04 17:55 - makhno
@Simple citoyenne Je ne comprend toujours pas ce que tu veux dire... ! (sérieusement ) 1/ (...)
15/04 16:28 - Simple citoyenne