aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/usercp_email.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/usercp_email.php')
-rw-r--r--phpBB/includes/usercp_email.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/usercp_email.php b/phpBB/includes/usercp_email.php
index 30facb7324..23fd3b23da 100644
--- a/phpBB/includes/usercp_email.php
+++ b/phpBB/includes/usercp_email.php
@@ -23,7 +23,7 @@
if ( !defined('IN_PROFILE') )
{
- header("Location: ../index.$phpEx");
+ die("Hacking attempt");
exit;
}