Merge branch 'remastering' of https://git.steelants.cz/SImple-Home/PHP_SMART_HOME_V3 into remastering

This commit is contained in:
Haitem 2020-07-21 10:49:20 +02:00
commit 03cc627b72
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ class ApiController {
protected $input;
protected $authenticated = false;
//TODO: Add Local Switch Only
function __construct() {
$input = file_get_contents('php://input');