OSDN Git Service

Simplify, reducing memory overheads.
authorhenoheno <henoheno>
Sun, 11 Jul 2004 11:11:13 +0000 (20:11 +0900)
committerhenoheno <henoheno>
Sun, 11 Jul 2004 11:11:13 +0000 (20:11 +0900)
commitde1ed7fe2d6259975610eb8ae97ab2bbc34c17d9
tree621dd83189ae0edcda43b09e0cbc4f574956d0da
parent5f4a7b25b0850888f4cc91cea6056ed8558085e8
Simplify, reducing memory overheads.
* $get, $post, $vars, $cookie become references of $_GET, $_POST, $_REQUEST, $_COOKIE
* Avoid $_GET['pass'] attack
* Check if 'encoding_hints' is not empty
* Added spaces, Corrected comments
init.php