diff options
Diffstat (limited to 'phpBB/includes/usercp_activate.php')
-rw-r--r-- | phpBB/includes/usercp_activate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/usercp_activate.php b/phpBB/includes/usercp_activate.php index 535c1f967f..bfc4a92a36 100644 --- a/phpBB/includes/usercp_activate.php +++ b/phpBB/includes/usercp_activate.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * avatars.php + * usercp_activate.php * ------------------- * begin : Saturday, Feb 13, 2001 * copyright : (C) 2001 The phpBB Group @@ -93,4 +93,4 @@ else message_die(GENERAL_ERROR, "Couldn't obtain user information", "", __LINE__, __FILE__, $sql); } -?>
\ No newline at end of file +?> |