Add EULA acceptance popup when starting server
This commit is contained in:
parent
4b40fa65d4
commit
2160613163
7 changed files with 80 additions and 10 deletions
|
@ -114,7 +114,7 @@
|
|||
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: '/server/{{ $server->uuidShort }}/ajax/files/directory-list',
|
||||
url: '{{ route('server.files.directory-list', $server->uuidShort) }}',
|
||||
headers: { 'X-CSRF-Token': '{{ csrf_token() }}' },
|
||||
data: { directory: urlDirectory }
|
||||
}).done(function (data) {
|
||||
|
|
Reference in a new issue