This commit is contained in:
2025-11-26 23:13:47 +01:00
parent 0cf33d302a
commit cd8dc3af79
3 changed files with 25 additions and 33 deletions

10
public/debug/boost.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
require_once dirname(__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>";