This commit is contained in:
2025-11-25 22:08:18 +01:00
parent 2c1f1c8338
commit 36c7a8d389

10
public/test_boot.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
require __DIR__ . '/../config/fileload.php';
echo "<pre>";
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</pre>";