Files
usbcheck.it/public/test_boot.php
2025-11-25 22:08:18 +01:00

11 lines
278 B
PHP

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