debug change

This commit is contained in:
2025-11-27 01:17:06 +01:00
parent 1cce18ab28
commit e1790a919f
2 changed files with 0 additions and 0 deletions

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>";