Update comment in AuthenticateServerAccess.php
This commit is contained in:
parent
fd848985ee
commit
e69d9b2c26
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class AuthenticateServerAccess
|
|||
);
|
||||
}
|
||||
|
||||
// Still allow users to get information about there server if it is installing or being transferred.
|
||||
// Still allow users to get information about their server if it is installing or being transferred.
|
||||
if (! $request->routeIs('api:client:server.view')) {
|
||||
if (! $server->isInstalled()) {
|
||||
// Throw an exception for all server routes; however if the user is an admin and requesting the
|
||||
|
|
Loading…
Reference in a new issue