From d47334f4c5c92595db36204c518cc910061ef5d8 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 23 Feb 2020 13:41:02 +0800 Subject: [PATCH] Update normal.php --- function/normal.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/function/normal.php b/function/normal.php index 21eafd5..43e9cd1 100644 --- a/function/normal.php +++ b/function/normal.php @@ -368,8 +368,8 @@ namespace:' . $namespace . '
$preurl = path_format($_SERVER['PHP_SELF'] . '/'); } $html .= ' - '.getconstStr('Back').'   '.getconstStr('Back').getconstStr('Home').'
- Github
'; +'.getconstStr('Back').'   '.getconstStr('Back').getconstStr('Home').'
+Github
'; /*if ($needUpdate) { $html .= '
' . $_SERVER['github_version'] . '
@@ -378,8 +378,8 @@ namespace:' . $namespace . '
} else { $html .= getconstStr('NotNeedUpdate'); }*/ - $html .= '
- + $html .= 'Can not update by a click!
+
@@ -436,22 +436,22 @@ namespace:' . $namespace . '
$html .= ' -
'.getconstStr('PlatformConfig').'

'; +
'; foreach (explode("|",getConfig('disktag')) as $disktag) { if ($disktag!='') { $html .= ' - - +
+ - '; + '; if (getConfig('refresh_token', $disktag)!='') { $html .= ' - + '; foreach ($ShowedinnerEnv as $key) { $html .= ' @@ -462,13 +462,13 @@ namespace:' . $namespace . '
} $html .= ' - '; + '; } $html .= ' -
'.$disktag.':

'; +
'; } } $html .= ' - '.getconstStr('AddDisk').''; +'.getconstStr('AddDisk').''; return message($html, getconstStr('Setup')); }