/* ===== 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/09 21:07 - Belenos
Ce Rudy a une tête à claques d’imbécile et ce n’est pas une publicité mensongère.
22/09 10:49 - Scalpa
https://www.youtube.com/watch?v=hSApOavkHg8&list=PL3705E482383CCA91
22/09 10:45 - Scalpa
22/09 10:40 - Scalpa
On ne connait toujours pas la marque des cutters. http://cutter-olfa.fr/contents/fr/p12_Cutter-usage
21/09 16:54 - La mouche du coche
21/09 13:51 - phan