From f55946e525ba80aeb3f089260fbb5e51d82057ae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 25 Jan 2021 09:55:33 +0300 Subject: initial --- init.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 init.php (limited to 'init.php') diff --git a/init.php b/init.php new file mode 100644 index 0000000..9183799 --- /dev/null +++ b/init.php @@ -0,0 +1,23 @@ +host = $host; + } + + function get_js() { + return file_get_contents(__DIR__ . "/init.js"); + } + + function api_version() { + return 2; + } + +} -- cgit v1.2.3