mirror of
https://github.com/pierre42100/comunic
synced 2025-07-01 14:23:32 +00:00
First commit
This commit is contained in:
15
inc/helpers/callHelpers.php
Normal file
15
inc/helpers/callHelpers.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Calling Helpers
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
//Config helper
|
||||
include('configHelpers.php');
|
||||
|
||||
//Assets Help
|
||||
include('assetsHelpers.php');
|
||||
|
||||
//3rdparty helper
|
||||
include('thirdPartyHelpers.php');
|
Reference in New Issue
Block a user