Minor - adding exit()

skala
Julio Montoya 16 years ago
parent 0dbe793c87
commit fe932f5723
  1. 1
      main/messages/index.php

@ -6,4 +6,5 @@ if (api_get_setting('allow_social_tool')=='true' && api_get_setting('allow_mess
} elseif ( api_get_setting('allow_message_tool')=='true') { } elseif ( api_get_setting('allow_message_tool')=='true') {
header('Location:inbox.php'); header('Location:inbox.php');
} }
exit;
?> ?>
Loading…
Cancel
Save