changed some shit
This commit is contained in:
parent
461186e9e6
commit
c4bda1f8e8
@ -8,7 +8,7 @@ class TestUtils{
|
|||||||
$loginput = [];
|
$loginput = [];
|
||||||
$loginput['message'] = $output;
|
$loginput['message'] = $output;
|
||||||
$loginput['status'] = $status;
|
$loginput['status'] = $status;
|
||||||
array_push(self::$log, $loginput);
|
echo($loginput);
|
||||||
}
|
}
|
||||||
public static function returnLog(){
|
public static function returnLog(){
|
||||||
echo(json_encode(self::$log));
|
echo(json_encode(self::$log));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user