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 /article_history.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 'article_history.php')
| -rw-r--r-- | article_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/article_history.php b/article_history.php index 3e26a9a..79c7bed 100644 --- a/article_history.php +++ b/article_history.php @@ -16,7 +16,7 @@ /** * required setup */ -require_once '../kernel/setup_inc.php'; +require_once '../kernel/includes/setup_inc.php'; require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); $gBitSystem->verifyPackage( 'articles' ); |
