version++

This commit is contained in:
Andras Bacsai
2023-09-08 09:27:44 +02:00
parent 0af221f9fc
commit 75e674a966
4 changed files with 4 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ class General extends Component
return;
}
if ($this->database->is_public) {
$this->emit('success', 'Starting TCP proxy...');
startPostgresProxy($this->database);
$this->emit('success', 'Database is now publicly accessible.');
} else {