X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLogoutCommand.php;h=91a9d518d788934d1213bc0fcbd0c076e7107e5d;hb=a2ec310b333194cfc83f0c2d76309fb5afccace6;hp=e220c51474da2cb6a783926a25a0e184e1ebe0e1;hpb=558b417d946a1a6cee5278e86b5ed042afb3aad6;p=mailer.git diff --git a/inc/classes/main/commands/web/class_WebLogoutCommand.php b/inc/classes/main/commands/web/class_WebLogoutCommand.php index e220c51474..91a9d518d7 100644 --- a/inc/classes/main/commands/web/class_WebLogoutCommand.php +++ b/inc/classes/main/commands/web/class_WebLogoutCommand.php @@ -68,6 +68,9 @@ class WebLogoutCommand extends BaseCommand implements Commandable { // Redirect to "logout done" page $responseInstance->redirectToConfiguredUrl('logout_done_url'); + + // Exit here + exit(); } /**