From fe932f5723dd0749c1489ac2367a2c25c4c52bc4 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 24 Dec 2009 13:56:29 -0500 Subject: [PATCH] Minor - adding exit() --- main/messages/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/messages/index.php b/main/messages/index.php index 97f23833db..4ac197b9a9 100755 --- a/main/messages/index.php +++ b/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') { header('Location:inbox.php'); } +exit; ?> \ No newline at end of file