summaryrefslogtreecommitdiff
path: root/server/index.php
blob: ca846418d1639905998c79f00ef76b1dc042c4f5 (plain)
1
2
3
4
5
6
7
8
9
<?php
	require "vendor/autoload.php";
	include_once("config.inc.php");
	include_once("init.php");
	
	$task = $_POST["task"];
	$action = $_POST["action"];