[Xfce4-commits] <forum:master> Enable bb again.

Nick Schermer noreply at xfce.org
Sat Aug 13 10:30:01 CEST 2011


Updating branch refs/heads/master
         to 0f7996b64cc66ed423f5b169eb686c61a1caa385 (commit)
       from 55fb12bac325e2cb544a42a688811c36097313d7 (commit)

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 files changed, 3 insertions(+), 0 deletions(-)

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);


More information about the Xfce4-commits mailing list