Add compat Gesior classes

To allow more custom pages be used with myaac
This commit is contained in:
slawkens
2022-09-12 14:16:36 +02:00
parent 32cf487128
commit 717b5fdd15
5 changed files with 20 additions and 3 deletions

View File

@@ -1486,7 +1486,7 @@ function getAccountLoginByLabel()
// validator functions
require_once LIBS . 'validator.php';
require_once SYSTEM . 'compat.php';
require_once SYSTEM . 'compat/base.php';
// custom functions
require SYSTEM . 'functions_custom.php';