[Xfce4-commits] [www/forum.xfce.org] 47/79: Enable bb again.
noreply at xfce.org
noreply at xfce.org
Tue May 21 14:48:42 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h o l d f o r u m
in repository www/forum.xfce.org.
commit 0f7996b64cc66ed423f5b169eb686c61a1caa385
Author: Nick Schermer <nick at xfce.org>
Date: Sat Aug 13 10:29:39 2011 +0200
Enable bb again.
---
include/common.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/common.php b/include/common.php
index 2c4a2de..a9d6015 100644
--- a/include/common.php
+++ b/include/common.php
@@ -143,6 +143,9 @@ if (!defined('PUN_DISABLE_BUFFERING'))
$forum_time_formats = array($pun_config['o_time_format'], 'H:i:s', 'H:i', 'g:i:s a', 'g:i a');
$forum_date_formats = array($pun_config['o_date_format'], 'Y-m-d', 'Y-d-m', 'd-m-Y', 'm-d-Y', 'M j Y', 'jS M Y');
+// BadBehavior will stop the spammers!
+require PUN_ROOT.'include/bad-behavior-fluxbb.php';
+
// Check/update/set cookie and fetch user info
$pun_user = array();
check_cookie($pun_user);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list