summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:04:11 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:04:11 -0500
commite75480ed0929f12c69465d63aba1615db7b9436a (patch)
tree4077226338243940cf6fbdbabc23184ea4fb245f /index.php
parent7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a (diff)
downloadarticles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.gz
articles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.bz2
articles-e75480ed0929f12c69465d63aba1615db7b9436a.zip
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 89daec0..232ee67 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
-require_once '../kernel/setup_inc.php';
+require_once '../kernel/includes/setup_inc.php';
// Is package installed and enabled
$gBitSystem->verifyPackage( 'articles' );