chore: remove login method setting

This commit is contained in:
Marek Miklewicz
2026-06-30 21:25:36 +02:00
parent 79d7721733
commit b6a9180eae
7 changed files with 15 additions and 29 deletions
-3
View File
@@ -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 = [