diff --git a/include/class.ajax.php b/include/class.ajax.php index 0240d91f83521393f31f73261562e1367b89e618..5bd26a67e13812966bd90164462c37083f52cd5f 100644 --- a/include/class.ajax.php +++ b/include/class.ajax.php @@ -26,11 +26,7 @@ require_once (INCLUDE_DIR.'class.api.php'); */ class AjaxController extends ApiController { function AjaxController() { - # Security checks first - # --> It is assumed that all AJAX calls will require a login. And - # for now, since client logins are not yet supported, a staff - # login will be required for AJAX calls. - $this->staffOnly(); + } function staffOnly() { global $thisstaff;