Commit 6192846169caac1f1bab76cc3dbea66ecca11692

Authored by nbm
1 parent ff0f1a55

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  
... ...