Update functions.php

Moved to bottom of the page so users can call functions code from custom_functions.
This commit is contained in:
Lee 2020-11-06 14:42:13 +00:00
parent 8fe82bb5c0
commit dcf83d5608

View File

@ -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';