diff options
Diffstat (limited to 'server/index.php')
| -rw-r--r-- | server/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
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"]; + |
