From 1077abdddae0e9068820c5630525b94c0e173831 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 17 May 2020 18:47:21 +0300 Subject: initial --- init.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 init.php (limited to 'init.php') diff --git a/init.php b/init.php new file mode 100644 index 0000000..d69fde0 --- /dev/null +++ b/init.php @@ -0,0 +1,26 @@ +host = $host; + } + + function get_css() { + return file_get_contents(__DIR__ . "/hljs-theme.css"); + } + + function get_js() { + return file_get_contents(__DIR__ . "/init.js"); + } + + function api_version() { + return 2; + } +} -- cgit v1.2.3