summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-03 15:54:52 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-03 15:54:52 -0500
commit3d3803d33585bdd728590584c87187e2ff80d1b8 (patch)
treeb0d198cb99488b3ed1c69e26d008fc0558b70224
parent706a855e175d0efc5193b3511c51455c439481fc (diff)
downloadcalendar-3d3803d33585bdd728590584c87187e2ff80d1b8.tar.gz
calendar-3d3803d33585bdd728590584c87187e2ff80d1b8.tar.bz2
calendar-3d3803d33585bdd728590584c87187e2ff80d1b8.zip
move kernel/includes/setup_inc.php
-rw-r--r--box.php2
-rw-r--r--index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/box.php b/box.php
index cc6dc99..bce40af 100644
--- a/box.php
+++ b/box.php
@@ -12,7 +12,7 @@
/**
* Setup
*/
-require_once( '../kernel/setup_inc.php' );
+require_once( '../kernel/includes/setup_inc.php' );
global $gContent, $gBitSystem;
include_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' );
diff --git a/index.php b/index.php
index cd359ea..39c3460 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@
// Copyright( c ) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
-require_once( '../kernel/setup_inc.php' );
+require_once( '../kernel/includes/setup_inc.php' );
include_once( CALENDAR_PKG_PATH.'Calendar.php' );