istic-openstack/server/index.php

10 lines
157 B
PHP
Raw Normal View History

<?php
require "vendor/autoload.php";
include_once("config.inc.php");
include_once("init.php");
$task = $_POST["task"];
$action = $_POST["action"];