mirror of
https://github.com/pierre42100/comunic
synced 2024-11-16 18:41: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'); |