diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:50 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:50 -0500 |
| commit | 507082a1cb1e65af2003f2b15437df33e2ac0d25 (patch) | |
| tree | dc8a1e1261afc74498edadb0709308114a566a01 /mailing_list.php | |
| parent | 6acff0fba312ac169fe02882c03ba5f1de4b27ae (diff) | |
| download | boards-507082a1cb1e65af2003f2b15437df33e2ac0d25.tar.gz boards-507082a1cb1e65af2003f2b15437df33e2ac0d25.tar.bz2 boards-507082a1cb1e65af2003f2b15437df33e2ac0d25.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'mailing_list.php')
| -rw-r--r-- | mailing_list.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailing_list.php b/mailing_list.php index cee68b4..90a1389 100644 --- a/mailing_list.php +++ b/mailing_list.php @@ -16,8 +16,8 @@ require_once( '../kernel/setup_inc.php' ); require_once( BOARDS_PKG_CLASS_PATH.'BitBoardTopic.php' ); require_once( BOARDS_PKG_CLASS_PATH.'BitBoardPost.php' ); require_once( BOARDS_PKG_CLASS_PATH.'BitBoard.php' ); -require_once( BOARDS_PKG_PATH.'lookup_inc.php' ); -require_once( UTIL_PKG_INC.'mailman_lib.php' ); +require_once( BOARDS_PKG_INCLUDE_PATH.'lookup_inc.php' ); +require_once( UTIL_PKG_INCLUDE_PATH.'mailman_lib.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'boards' ); |
