Skip to content

Commit

Permalink
debug current environment locale
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 26, 2024
1 parent 27de5f1 commit 687ad46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@
}
}

// debug value of current environment locale
echo '<!-- current environment locale: ' . setlocale(LC_ALL, 0) . ' -->';

$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 '<!-- setLocale: ' . $litSettings->setLocale . ' -->';

$nationalCalendarOptions = '<option value="">---</option>';
Expand Down

0 comments on commit 687ad46

Please sign in to comment.