mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
15 lines
205 B
PHP
15 lines
205 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Calling Helpers
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
//Config helper
|
||
|
include('configHelpers.php');
|
||
|
|
||
|
//Assets Help
|
||
|
include('assetsHelpers.php');
|
||
|
|
||
|
//3rdparty helper
|
||
|
include('thirdPartyHelpers.php');
|