mirror of
https://github.com/pierre42100/comunic
synced 2025-02-07 18:17:08 +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');
|