diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:04:11 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:04:11 -0500 |
| commit | e75480ed0929f12c69465d63aba1615db7b9436a (patch) | |
| tree | 4077226338243940cf6fbdbabc23184ea4fb245f /articles_rss.php | |
| parent | 7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a (diff) | |
| download | articles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.gz articles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.bz2 articles-e75480ed0929f12c69465d63aba1615db7b9436a.zip | |
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'articles_rss.php')
| -rw-r--r-- | articles_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/articles_rss.php b/articles_rss.php index 23dc9e3..e1f8b3c 100644 --- a/articles_rss.php +++ b/articles_rss.php @@ -10,7 +10,7 @@ */ // ensure that we use absolute URLs everywhere $_REQUEST['uri_mode'] = TRUE; -require_once '../kernel/setup_inc.php'; +require_once '../kernel/includes/setup_inc.php'; $gBitSystem->verifyPackage( 'articles' ); $gBitSystem->verifyPackage( 'rss' ); |
