Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2004 08:41:29 AM (21 years ago)
Author:
matt
Message:

Change path not to conflict with WP. Protect template directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-config-sample.php

    r2 r17  
    2121/* Stop editing */
    2222
    23 define('ABSPATH', dirname(__FILE__).'/');
    24 require_once(ABSPATH . 'bb-settings.php');
     23define('BBPATH', dirname(__FILE__) . '/' );
     24require_once( BBPATH . 'bb-settings.php' );
    2525?>
Note: See TracChangeset for help on using the changeset viewer.