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 /admin | |
| 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 'admin')
| -rw-r--r-- | admin/boardsync_cron.php | 2 | ||||
| -rw-r--r-- | admin/update_lists.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/boardsync_cron.php b/admin/boardsync_cron.php index c35f3ba..f3672cc 100644 --- a/admin/boardsync_cron.php +++ b/admin/boardsync_cron.php @@ -6,7 +6,7 @@ $gShellScript = TRUE; require_once( '../../kernel/setup_inc.php' ); -require_once( BOARDS_PKG_PATH.'admin/boardsync_inc.php'); +require_once( BOARDS_PKG_INCLUDE_PATH.'admin/boardsync_inc.php'); print "Running: ".date(DATE_RFC822)."\r\n"; diff --git a/admin/update_lists.php b/admin/update_lists.php index ce6217d..669f2d0 100644 --- a/admin/update_lists.php +++ b/admin/update_lists.php @@ -12,7 +12,7 @@ */ require_once( '../../kernel/setup_inc.php' ); -require_once( UTIL_PKG_INC.'mailman_lib.php' ); +require_once( UTIL_PKG_INCLUDE_PATH.'mailman_lib.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'boards' ); |
