summaryrefslogtreecommitdiff
path: root/print.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 /print.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 'print.php')
-rw-r--r--print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.php b/print.php
index c2be343..96a4150 100644
--- a/print.php
+++ b/print.php
@@ -8,7 +8,7 @@
/**
* Initialization
*/
-require_once '../kernel/setup_inc.php';
+require_once '../kernel/includes/setup_inc.php';
include_once( ARTICLES_PKG_PATH . 'art_lib.php' );