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

7
server/config.inc.php Normal file
View file

@ -0,0 +1,7 @@
<?php
$config = Array();
$config["modules_enabled"] = "";
?>