浏览代码

Add link to ratio rules on privateheader

undefined
Tomochin 3 年前
父节点
当前提交
e3da80956b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      design/privateheader.php

+ 1
- 1
design/privateheader.php 查看文件

@@ -307,7 +307,7 @@ if (check_perms('site_send_unlimited_invites')) {
<span class="stat tooltip" title="<?=Format::get_size(G::$LoggedUser['BytesDownloaded'], 5)?>"><?=Format::get_size(G::$LoggedUser['BytesDownloaded'])?></span>
</li>
<li id="stats_ratio">
Ratio: <span class="stat"><?=Format::get_ratio_html(G::$LoggedUser['BytesUploaded'], G::$LoggedUser['BytesDownloaded'])?></span>
<a href="rules.php?p=ratio">Ratio</a>: <span class="stat"><?=Format::get_ratio_html(G::$LoggedUser['BytesUploaded'], G::$LoggedUser['BytesDownloaded'])?></span>
</li>
<? if (!empty(G::$LoggedUser['RequiredRatio']) && G::$LoggedUser['RequiredRatio'] > 0) { ?>
<li id="stats_required">


正在加载...
取消
保存