summaryrefslogtreecommitdiff
path: root/switch_lang.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-27 15:03:14 +0100
committerlsces <lester@lsces.co.uk>2025-08-27 15:03:14 +0100
commit5f6a9c555cff03720076a241b2e0dab026f111f6 (patch)
tree9ce57bf4c000b3b28bdb617eeaa152dbaa9514b6 /switch_lang.php
parent6e24ce632d3bfaf09bf6aaffe2055fb1d485c17e (diff)
downloadlanguages-5f6a9c555cff03720076a241b2e0dab026f111f6.tar.gz
languages-5f6a9c555cff03720076a241b2e0dab026f111f6.tar.bz2
languages-5f6a9c555cff03720076a241b2e0dab026f111f6.zip
Kernel functions changes to cover uninitialized variables and style changes for PHP8.4
Diffstat (limited to 'switch_lang.php')
-rwxr-xr-x[-rw-r--r--]switch_lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/switch_lang.php b/switch_lang.php
index d0ebd3d..f8db1ef 100644..100755
--- a/switch_lang.php
+++ b/switch_lang.php
@@ -8,7 +8,7 @@
/**
* Initialization
*/
-require_once( '../kernel/includes/setup_inc.php' );
+require_once '../kernel/includes/setup_inc.php';
include_once( KERNEL_PKG_CLASS_PATH.'BitBase.php' );
if (isset($_SERVER['HTTP_REFERER'])) {