commit d1e4646b09eda64ab5b61bb2bd431edf0df1b3a9 Author: SqrtMinusOne Date: Mon May 23 10:26:46 2022 +0300 initial commit diff --git a/init.php b/init.php new file mode 100644 index 0000000..922e332 --- /dev/null +++ b/init.php @@ -0,0 +1,19 @@ +host = $host; + } + + function testMethod() { + return array(API::STATUS_OK, array("ok" => true)); + } +}