From 687ad466f4c6f217683bdbb5874fe6ff6cd443b7 Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Sat, 26 Oct 2024 02:27:02 +0200 Subject: [PATCH] debug current environment locale --- php/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php/index.php b/php/index.php index 4cbeff6..5cd160a 100644 --- a/php/index.php +++ b/php/index.php @@ -37,9 +37,12 @@ } } +// debug value of current environment locale +echo ''; + $litSettings = new LitSettings($_GET, $directAccess); -// debug value of locale that the script was set to +// debug value of locale that the script was set to after initializing LitSettings echo ''; $nationalCalendarOptions = '';