fix_http_request

Fix PHP's handling of request data. PHP changes dots in all request parameters to underscores when creating the $_GET, $_POST and $_REQUEST arrays.

This function scans the original query string and POST parameters and fixes them.

Located at bootstrap.inc.php
Parameters
$f3 #