Reorganize, make bare auth work, output If-Modified-Since header

This commit is contained in:
Zach Copley
2009-09-24 18:13:46 -07:00
parent 49b701f9ec
commit ed9ba9d945
2 changed files with 92 additions and 55 deletions

View File

@@ -1098,7 +1098,6 @@ class TwitterapiAction extends Action
}
}
function get_group($id, $apidata=null)
{
if (empty($id)) {
@@ -1206,7 +1205,7 @@ class TwitterapiAction extends Action
}
}
function showBasicAuthHeader()
function checkBasicAuthUser()
{
$this->basicAuthProcessHeader();