500 when servercreation is disabled

This commit is contained in:
1day2die 2023-07-31 15:08:44 +02:00
parent 9ced34a51b
commit 4069b5fd35

View file

@ -38,7 +38,7 @@
@if (!$server_creation_enabled)
<div class="alert alert-warning p-2 m-2">
{{ __('The creation of new servers has been disabled for regular users, enable it again') }}
<a href="{{ route('admin.settings.system') }}">{{ __('here') }}</a>.
<a href="{{ route('admin.settings.index', "#Server") }}">{{ __('here') }}</a>.
</div>
@endif
@if ($productCount === 0 || $nodeCount === 0 || count($nests) === 0 || count($eggs) === 0)