diff options
| author | spiderr <spiderr@bitweaver.org> | 2021-02-02 18:38:22 -0500 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2021-02-02 18:38:22 -0500 |
| commit | 162a9141a0eae9e950946fc844ce8f9befbd6a97 (patch) | |
| tree | a5c9e7130e22ff1da0b41f6b7a274caa710b6be8 /switch_lang.php | |
| parent | 44de7b379639527081214ab11b6d2db754d1c302 (diff) | |
| download | languages-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.php | 2 |
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']; |
