mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
* Fall in line with WordPress 3.4 coding practices by removing all EOF closing PHP tags. * Fixes #4443. git-svn-id: https://buddypress.svn.wordpress.org/trunk@6342 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
10 lines
393 B
PHP
10 lines
393 B
PHP
<?php
|
|
/***
|
|
* *** IMPORTANT ****
|
|
* This file will stop people from accessing your bbPress installation directly.
|
|
* It is very important from a security standpoint that this file is not moved.
|
|
* Your actual bb-config.php file will be installed in the root of your WordPress
|
|
* installation once you have set up the forums component in BuddyPress.
|
|
*/
|
|
|
|
header("HTTP/1.0 403 Forbidden"); die;
|