8 lines
499 B
PHP
8 lines
499 B
PHP
<div id="bwbar">
|
|
<span class="bold">Mirror server bandwidth utilisation</span><br>
|
|
<?php if ($_COOKIE['theme'] == "light") { ?>
|
|
<img src="/html/bwbar-light.png" title="<!--#include virtual='/html/bwbar.txt' -->" alt="Bandwidth graph measuring <!--#include virtual='/html/bwbar.txt' -->">
|
|
<?php } else { ?>
|
|
<img src="/html/bwbar-dark.png" title="<!--#include virtual='/html/bwbar.txt' -->" alt="Bandwidth graph measuring <!--#include virtual='/html/bwbar.txt' -->">
|
|
<?php } ?>
|
|
</div>
|