fleshing out json output feature

This commit is contained in:
2019-09-18 18:03:21 +02:00
parent 91e0333e19
commit 94881f499b
4 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<?php
require_once('./controller/TestUtils.php');
@@ -10,7 +10,6 @@ if(isset($_POST['auth'])){
}else{
TestUtils::log('you have no authorization to do that', 'FAILURE');
}
TestUtils::returnLog();