mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
functions_custom.php are not optional
This commit is contained in:
parent
11cee81c5f
commit
dc2b5afd99
@ -1679,4 +1679,7 @@ function getAccountIdentityColumn(): string
|
||||
require_once SYSTEM . 'compat/base.php';
|
||||
|
||||
// custom functions
|
||||
require SYSTEM . 'functions_custom.php';
|
||||
$customFunctions = SYSTEM . 'functions_custom.php';
|
||||
if (is_file($customFunctions)) {
|
||||
require $customFunctions;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user