diff options
| author | Eole <EoleDev@outlook.fr> | 2016-01-25 23:36:23 +0100 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-01-25 23:36:23 +0100 |
| commit | ef05e8a90d64022d6ecfbcb8ed0ab92d53adf243 (patch) | |
| tree | 6200a6a4d66aaaf29e803ab32cc44c702502dc19 /server/index.php | |
| parent | e17f02814d59aeada052e52116938b34a0bb2b48 (diff) | |
Init core class, Init plugin functionnality
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"]; + |
