From 573fbe93ffb03d07c91c00aebcb91ec3932cbc1b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 09:54:28 +0300 Subject: initial --- init.js | 9 +++++++++ init.php | 24 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 init.js create mode 100644 init.php diff --git a/init.js b/init.js new file mode 100644 index 0000000..fc45967 --- /dev/null +++ b/init.js @@ -0,0 +1,9 @@ +require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) { + ready(function () { + hash_set = function () { + }; + hash_get = function () { + }; + }); +}); + diff --git a/init.php b/init.php new file mode 100644 index 0000000..57d4c99 --- /dev/null +++ b/init.php @@ -0,0 +1,24 @@ +host = $host; + + } + + function get_js() { + return file_get_contents(__DIR__ . "/init.js"); + } + + function api_version() { + return 2; + } + +} \ No newline at end of file -- cgit v1.2.3