chore: remove login method setting
This commit is contained in:
@@ -10,9 +10,6 @@ return static function (): void {
|
||||
if (!$settings->defaultEnable()) {
|
||||
Http::errorPage('Plugin nie jest włączony dla tego serwera.', 403);
|
||||
}
|
||||
if ($settings->method() !== 'login_url') {
|
||||
Http::errorPage('Metoda logowania nie jest obsługiwana.', 500);
|
||||
}
|
||||
$ctx = DirectAdminContext::fromServer($_SERVER, $settings);
|
||||
|
||||
$auditBase = [
|
||||
|
||||
Reference in New Issue
Block a user