mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:18:09 +03:00
bootstrap fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user