From d1e4646b09eda64ab5b61bb2bd431edf0df1b3a9 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 23 May 2022 10:26:46 +0300 Subject: [PATCH] initial commit --- init.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 init.php 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)); + } +}