We no longer need the ISSO_CHECK_POST_REFERER because we made BSInput::_checkPostRefe...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Jan 2008 20:45:57 +0000 (15:45 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Jan 2008 20:45:57 +0000 (15:45 -0500)
commitd3490a70e78447d80ddd7af7be7b7f318f22a96f
tree4e94ba604f4ebece19b67dcabffe7cdc43dddd86
parente4cee770391bfd93d3e12c7fc1baa97c50a49c74
We no longer need the ISSO_CHECK_POST_REFERER because we made BSInput::_checkPostReferer() public

* Input.php:
(BSInput::__construct): Remove the code that called _checkPostReferer()
(BSInput::checkPostReferer): Removed the _ from the old name and made it public
Input.php