summaryrefslogtreecommitdiff
path: root/switch_lang.php
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-02-02 18:38:22 -0500
committerspiderr <spiderr@bitweaver.org>2021-02-02 18:38:22 -0500
commit162a9141a0eae9e950946fc844ce8f9befbd6a97 (patch)
treea5c9e7130e22ff1da0b41f6b7a274caa710b6be8 /switch_lang.php
parent44de7b379639527081214ab11b6d2db754d1c302 (diff)
downloadlanguages-162a9141a0eae9e950946fc844ce8f9befbd6a97.tar.gz
languages-162a9141a0eae9e950946fc844ce8f9befbd6a97.tar.bz2
languages-162a9141a0eae9e950946fc844ce8f9befbd6a97.zip
fix INCLUDE and CLASS paths
Diffstat (limited to 'switch_lang.php')
-rw-r--r--switch_lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/switch_lang.php b/switch_lang.php
index a4b4068..b31d0d4 100644
--- a/switch_lang.php
+++ b/switch_lang.php
@@ -9,7 +9,7 @@
* Initialization
*/
require_once( '../kernel/setup_inc.php' );
-include_once( KERNEL_PKG_PATH.'BitBase.php' );
+include_once( KERNEL_PKG_CLASS_PATH.'BitBase.php' );
if (isset($_SERVER['HTTP_REFERER'])) {
$orig_url = $_SERVER['HTTP_REFERER'];