mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Added custom_functions file
Added a custom functions file for users to include any of their custom functions.
This commit is contained in:
11
system/functions_custom.php
Normal file
11
system/functions_custom.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Custom functions
|
||||
*
|
||||
* @package MyAAC
|
||||
* @author Slawkens <slawkens@gmail.com>, Lee
|
||||
* @copyright 2020 MyAAC
|
||||
* @link https://my-aac.org
|
||||
*/
|
||||
|
||||
// Insert your custom functions here.
|
Reference in New Issue
Block a user