testboot
This commit is contained in:
10
public/test_boot.php
Normal file
10
public/test_boot.php
Normal 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>";
|
||||||
Reference in New Issue
Block a user