mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Fix trailing comma in DaemonAuthenticate.php, change ServerDetailsController.php to use node authentication
This commit is contained in:
@@ -69,7 +69,7 @@ class DaemonAuthenticate
|
||||
// Ensure that all of the correct parts are provided in the header.
|
||||
if (count($parts) !== 2 || empty($parts[0]) || empty($parts[1])) {
|
||||
throw new BadRequestHttpException(
|
||||
'The Authorization headed provided was not in a valid format.',
|
||||
'The Authorization headed provided was not in a valid format.'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user