Init file for php-opencloud api - Config file

This commit is contained in:
Eole 2016-01-21 13:02:45 +01:00
parent a44cc1d2e3
commit 5f34f504b0
4 changed files with 84 additions and 0 deletions

6
server/index.php Normal file
View file

@ -0,0 +1,6 @@
<?php
require "vendor/autoload.php";
include_once("config.inc.php");
include_once("init.php");