mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Update functions.php
Moved to bottom of the page so users can call functions code from custom_functions.
This commit is contained in:
parent
8fe82bb5c0
commit
dcf83d5608
@ -11,7 +11,6 @@
|
||||
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)
|
||||
{
|
||||
@ -1378,3 +1377,6 @@ function Outfits_loadfromXML()
|
||||
// validator functions
|
||||
require_once LIBS . 'validator.php';
|
||||
require_once SYSTEM . 'compat.php';
|
||||
|
||||
// custom functions
|
||||
require SYSTEM . 'functions_custom.php';
|
||||
|
Loading…
x
Reference in New Issue
Block a user