]> git.mjollnir.org Git - s9y.git/commitdiff
not yet implemented issue, reported on the forums
authorgarvinhicking <garvinhicking>
Tue, 17 Apr 2007 08:23:50 +0000 (08:23 +0000)
committergarvinhicking <garvinhicking>
Tue, 17 Apr 2007 08:23:50 +0000 (08:23 +0000)
include/compat.inc.php

index 7d38028367d53e1922d3a05c797a3537c069681f..8e156941c7da21b8c387a4275a7e04b9664f99be 100644 (file)
@@ -115,9 +115,12 @@ if (extension_loaded('filter') && function_exists('input_name_to_filter') && inp
     foreach ($_COOKIE as $key => $value) {
         $_COOKIE[$key] = input_get(INPUT_COOKIE, $key, FILTER_UNSAFE_RAW);
     }
+    // NOT YET IMPLEMENTED IN PHP:
+    /*
     foreach ($_SESSION as $key => $value) {
         $_SESSION[$key] = input_get(INPUT_SESSION, $key, FILTER_UNSAFE_RAW);
     }
+    */
 }
 
 if (extension_loaded('filter') && function_exists('filter_id') && function_exists('filter_input') && filter_id(ini_get('filter.default')) !== FILTER_UNSAFE_RAW) {