/* ===== 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 ===== */
22/11 06:54 - Belenos
21/11 10:26 - Pierre Régnier
20/11 21:12 - Gaston Lagaffe
@nobody_knows excellente chanson de lymène marfer https://www.youtube.com/watch?v=DMjTDM2ey2Y
20/11 14:41 - nobody_knows
Une vidéo où Onfray parle de lui (comme souvent) et de sa vision des concepts abordés par (...)
20/11 14:14 - nobody_knows
Une question me taraude : l’homme de gauche libertaire n’a-t-il pas de problème de "prisme" (...)
20/11 14:05 - nobody_knows