mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 01:09:21 +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:
parent
cf2c5e36bc
commit
7814636caf
@ -11,6 +11,7 @@
|
||||
use Twig\Loader\ArrayLoader as Twig_ArrayLoader;
|
||||
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
require SYSTEM . 'functions_custom.php';
|
||||
|
||||
function message($message, $type, $return)
|
||||
{
|
||||
|
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.
|
Loading…
x
Reference in New Issue
Block a user