mirror of
https://github.com/unraid/webgui.git
synced 2026-01-27 12:09:06 -06:00
Multi-language support
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user