diff --git a/engine/lib/core.function.php b/engine/lib/core.function.php index 607cf4f..c3dc954 100755 --- a/engine/lib/core.function.php +++ b/engine/lib/core.function.php @@ -1,140 +1,147 @@ -$value){ - if (substr($key,0,5)=="HTTP_") { - $key=str_replace(" ","-",ucwords(strtolower(str_replace("_"," ",substr($key,5))))); - $out[$key]=$value; - } - } - return $out; - } -} -function safeUrlString( $str ){ - $str = urldecode($str); - return str_replace( array( '.' , '/' ) , array() , $str ); +$value){ + if (substr($key,0,5)=="HTTP_") { + $key=str_replace(" ","-",ucwords(strtolower(str_replace("_"," ",substr($key,5))))); + $out[$key]=$value; + } + } + return $out; + } +} +function safeUrlString( $str ){ + $str = urldecode($str); + return str_replace( array( '.' , '/' ) , array() , $str ); } \ No newline at end of file