Skip to content

Commit

Permalink
fix some issues with header always overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysius committed Jan 13, 2017
1 parent 34cdddb commit 6b5fa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/addons/oath/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function oath_hook_client_login($vars) {
header($header);
}
//invoke deletion of any existing autologin cookies
setcookie('WHMCSUser', 'deleted', time()-3600, '/', "",false, true)
setcookie('WHMCSUser', 'deleted', time()-3600, '/', "",false, true);

header('Location: index.php?m=oath');
exit(0);
Expand Down

0 comments on commit 6b5fa63

Please sign in to comment.