diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:45 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:45 -0500 |
| commit | c7809e9cb461e629d7cf107db08967b2980de742 (patch) | |
| tree | b63a00bcc55bb546890d7170695308f569857445 /users_rss.php | |
| parent | 6b930dcda26e6510ff20a66584cbfd8bec771b31 (diff) | |
| download | users-c7809e9cb461e629d7cf107db08967b2980de742.tar.gz users-c7809e9cb461e629d7cf107db08967b2980de742.tar.bz2 users-c7809e9cb461e629d7cf107db08967b2980de742.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'users_rss.php')
| -rw-r--r-- | users_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users_rss.php b/users_rss.php index 70a5e74..8e00031 100644 --- a/users_rss.php +++ b/users_rss.php @@ -15,7 +15,7 @@ require_once( "../kernel/setup_inc.php" ); $gBitSystem->verifyPackage( 'rss' ); $gBitSystem->verifyFeature( 'users_rss' ); -require_once( RSS_PKG_PATH."rss_inc.php" ); +require_once( RSS_PKG_INCLUDE_PATH.'rss_inc.php' ); $rss->title = $gBitSystem->getConfig( 'users_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'Registrations' ) ); $rss->description = $gBitSystem->getConfig( 'users_rss_description', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'RSS Feed' ) ); |
