fix: ip check
This commit is contained in:
parent
d9fe16a3ee
commit
93c65f6a79
@ -88,11 +88,7 @@ public function delete()
|
||||
public function submit()
|
||||
{
|
||||
$this->validate();
|
||||
$uniqueIPs = Server::all()->pluck('ip')->toArray();
|
||||
if (in_array($this->server->ip, $uniqueIPs)) {
|
||||
$this->emit('error', 'IP address is already in use by another team.');
|
||||
return;
|
||||
}
|
||||
|
||||
$this->server->settings->wildcard_domain = $this->wildcard_domain;
|
||||
$this->server->settings->cleanup_after_percentage = $this->cleanup_after_percentage;
|
||||
$this->server->settings->save();
|
||||
|
Loading…
Reference in New Issue
Block a user