Commit 943aba1df86cb1f31a5c6c68a4040fddf68123e7

Authored by Neil Blakey-Milner
1 parent e58e4ed1

Make sure we quit after redirecting, so that the existing connection

doesn't do something silly.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4330 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
control.php
... ... @@ -46,6 +46,7 @@ if (checkSessionAndRedirect(false)) {
46 46 $url = $url . "&redirect=" . $redirect;
47 47 }
48 48 redirect($url);
  49 + exit(0);
49 50 }
50 51 }
51 52  
... ...