diff --git a/library/ApiController.php b/library/ApiController.php index 54d2855..a6fd335 100644 --- a/library/ApiController.php +++ b/library/ApiController.php @@ -3,6 +3,7 @@ class ApiController { protected $input; protected $authenticated = false; + //TODO: Add Local Switch Only function __construct() { $input = file_get_contents('php://input');