-remove comments that should not have been committed

This commit is contained in:
Martin Konecny 2012-03-01 17:30:00 -05:00
parent 300562ae59
commit 508c623850
1 changed files with 0 additions and 2 deletions

View File

@ -277,14 +277,12 @@ class ApiController extends Zend_Controller_Action
$api_key = $this->_getParam('api_key');
/*
if(!in_array($api_key, $CC_CONFIG["apiKey"]))
{
header('HTTP/1.0 401 Unauthorized');
print 'You are not allowed to access this resource. ';
exit;
}
* */
PEAR::setErrorHandling(PEAR_ERROR_RETURN);