From 36c7a8d38915646ef3e40c013ed21b85a0dc53ed Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Tue, 25 Nov 2025 22:08:18 +0100 Subject: [PATCH] testboot --- public/test_boot.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/test_boot.php diff --git a/public/test_boot.php b/public/test_boot.php new file mode 100644 index 0000000..dc8311d --- /dev/null +++ b/public/test_boot.php @@ -0,0 +1,10 @@ +"; +echo "Lang: " . htmlspecialchars($GLOBALS['lang']) . "\n"; +echo "Available:\n"; +print_r($GLOBALS['availableLangs']); + +echo "\nTitle landing: " . i18n_get('pages.landing.meta.title', 'NO TITLE'); +echo "\n";