Skip to content

Commit

Permalink
fixes #5: admin single sign on works with custom admin area configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ersin-comet committed May 20, 2021
1 parent 2bdfea4 commit 30df743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cometbackup.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function cometbackup_AdminSingleSignOn($params) {
]));
return [
'success' => true,
'redirectTo' => '/admin/configservers.php?CometSSO=' . $requiredParameters
'redirectTo' => '?CometSSO=' . $requiredParameters
];
} else {
return [
Expand Down

0 comments on commit 30df743

Please sign in to comment.