diff --git a/function/heroku.php b/function/heroku.php index 03f8e50..ecfcc44 100644 --- a/function/heroku.php +++ b/function/heroku.php @@ -408,18 +408,19 @@ function_name:' . $_SERVER['function_name'] . '
$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'] . '
- - -
'; + $html .= '
' . $_SERVER['github_version'] . '
'; } else { $html .= getconstStr('NotNeedUpdate'); } - $html .= '
- + $html .= ' + + +
@@ -476,22 +477,22 @@ function_name:' . $_SERVER['function_name'] . '
$html .= ' -
'.getconstStr('PlatformConfig').'

'; +
'; foreach (explode("|",getConfig('disktag')) as $disktag) { if ($disktag!='') { $html .= ' - - +
+ - '; + '; if (getConfig('refresh_token', $disktag)!='') { $html .= ' - + '; foreach ($ShowedinnerEnv as $key) { $html .= ' @@ -502,13 +503,13 @@ function_name:' . $_SERVER['function_name'] . '
} $html .= ' - '; + '; } $html .= ' -
'.$disktag.':

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