1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 02:18:40 +03:00

bootstrap fix

This commit is contained in:
Anton Afanasyeu
2026-06-17 15:31:18 +02:00
parent 1ca566920e
commit 9a83411416

View File

@@ -17,7 +17,18 @@ platform_start_session(
$config['session_cookie_path'] ?? '/app/androidcast_project'
);
foreach (['Database.php', 'Rbac.php', 'Auth.php', 'UserRepository.php', 'AnalyticsHead.php'] as $f) {
foreach ([
'Database.php',
'Rbac.php',
'Auth.php',
'AuthEmailSchema.php',
'AuthCrypto.php',
'AuthTotp.php',
'AuthFactors.php',
'AuthAttempts.php',
'UserRepository.php',
'AnalyticsHead.php',
] as $f) {
require_once $crashSrc . '/' . $f;
}