aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-xphpBB/ucp.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index ddd595ce99..b85ceee562 100755
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -298,11 +298,6 @@ if ($user->data['user_id'] == ANONYMOUS || $user->data['user_type'] == USER_INAC
}
-// Word censors $censors['match'] & $censors['replace']
-$censors = array();
-obtain_word_list($censors);
-
-
// Output listing of friends online
$update_time = $config['load_online_time'] * 60;