From ef05e8a90d64022d6ecfbcb8ed0ab92d53adf243 Mon Sep 17 00:00:00 2001 From: Eole Date: Mon, 25 Jan 2016 23:36:23 +0100 Subject: Init core class, Init plugin functionnality --- server/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/index.php') diff --git a/server/index.php b/server/index.php index 4d43a4c..ca84641 100644 --- a/server/index.php +++ b/server/index.php @@ -3,4 +3,7 @@ include_once("config.inc.php"); include_once("init.php"); + $task = $_POST["task"]; + $action = $_POST["action"]; + -- cgit v1.2.3