Initial commit

This commit is contained in:
Pierre
2017-05-17 13:48:24 +02:00
commit 9e0b7eb5a1
8 changed files with 215 additions and 0 deletions

14
index.php Normal file
View File

@ -0,0 +1,14 @@
<?php
/**
* Comunic Rest API
*
* Serves the data for users
*
* @author Pierre HUBERT
*/
/**
* Page initiator
*/
include(__DIR__."/init.php");