From 3e57f725d3e053b629945c246681546060f8e1de Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 22 May 2016 16:12:13 +0100 Subject: [PATCH] update ban message --- ext/ipban/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ipban/main.php b/ext/ipban/main.php index b3f01a25..4a38e75f 100644 --- a/ext/ipban/main.php +++ b/ext/ipban/main.php @@ -224,7 +224,7 @@ class IPBan extends Extension { $contact_link = $config->get_string("contact_link"); if(!empty($contact_link)) { - print "

Contact The Admin"; + print "

Contact the staff (be sure to include this message)"; } exit; }