Преглед изворни кода

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">


Loading…
Откажи
Сачувај