mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-02-24 10:31:17 +00:00
15 lines
152 B
PHP
15 lines
152 B
PHP
![]() |
<?php
|
||
|
/**
|
||
|
* Comunic Rest API
|
||
|
*
|
||
|
* Serves the data for users
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Page initiator
|
||
|
*/
|
||
|
include(__DIR__."/init.php");
|
||
|
|