mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
12 lines
157 B
PHP
12 lines
157 B
PHP
|
<?php
|
||
|
/**
|
||
|
* API server
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
//Init page
|
||
|
include('inc/initPage.php');
|
||
|
|
||
|
//Include API Server
|
||
|
include('inc/api/apiServer.inc.php');
|