Init file for php-opencloud api - Config file
This commit is contained in:
parent
a44cc1d2e3
commit
5f34f504b0
4 changed files with 84 additions and 0 deletions
6
server/index.php
Normal file
6
server/index.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
require "vendor/autoload.php";
|
||||
include_once("config.inc.php");
|
||||
include_once("init.php");
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue