Multi-language support

This commit is contained in:
bergware
2020-03-22 10:34:21 +01:00
parent 7171028b07
commit 06acca288c

View File

@@ -30,8 +30,7 @@ $(function() {
foreach ($site as &$page) $page['text'] = '...';
$myPage['text'] = '...';
$pages['Vars']['text'] = '...';
$text = '...';
ksort($site);
$language = $text = $notes = $site = '...';
ksort($GLOBALS);
if (isset($GLOBALS['_SERVER']['PHP_AUTH_PW'])) $GLOBALS['_SERVER']['PHP_AUTH_PW'] = "***";
echo ($display['resize'] ? "<pre class='up' style='display:none'>" : "<pre class='up'>").htmlspecialchars(print_r($GLOBALS,true))."</pre>";