diff options
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 b31d0d4..d0ebd3d 100644 --- a/switch_lang.php +++ b/switch_lang.php @@ -8,7 +8,7 @@ /** * Initialization */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); include_once( KERNEL_PKG_CLASS_PATH.'BitBase.php' ); if (isset($_SERVER['HTTP_REFERER'])) { |
