summaryrefslogtreecommitdiff
path: root/server/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/index.php')
-rw-r--r--server/index.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/index.php b/server/index.php
new file mode 100644
index 0000000..ca84641
--- /dev/null
+++ b/server/index.php
@@ -0,0 +1,9 @@
+<?php
+ require "vendor/autoload.php";
+ include_once("config.inc.php");
+ include_once("init.php");
+
+ $task = $_POST["task"];
+ $action = $_POST["action"];
+
+