diff --git a/module/admin/view/index.html.php b/module/admin/view/index.html.php index 9f1f782b41..fe9da0666d 100644 --- a/module/admin/view/index.html.php +++ b/module/admin/view/index.html.php @@ -11,71 +11,18 @@ */ ?> -
- - admin->info->version, $config->version); - if(isset($latestRelease) and (version_compare($latestRelease->version, $config->version) > 0)) - { - echo sprintf($lang->admin->info->latest, html::a($latestRelease->url, $latestRelease->version, '_blank')); - } - else - { - echo $lang->admin->info->new; - } - echo $lang->admin->info->links; - ?> --admin->info->account . $account;?> - - |
-
-
+ admin->info->version, $config->version); + if($bind) echo sprintf($lang->admin->info->account, '' . $account . ''); + echo $lang->admin->info->links; + ?> +
+ +