mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Don't resolve database hosts; closes #2237
This commit is contained in:
@@ -29,10 +29,6 @@ class DatabaseHostFormRequest extends AdminFormRequest
|
||||
$this->merge(['node_id' => null]);
|
||||
}
|
||||
|
||||
$this->merge([
|
||||
'host' => gethostbyname($this->input('host')),
|
||||
]);
|
||||
|
||||
return parent::getValidatorInstance();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user