From 4b20c5fd0d16c4aecffdc00a8efc82fc36db99dc Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Tue, 21 Jul 2020 10:46:57 +0200 Subject: [PATCH] TODO --- library/ApiController.php | 1 + 1 file changed, 1 insertion(+) 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');