mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
add peeras to header
This commit is contained in:
parent
6e3e19db87
commit
4d7a908fd9
@ -7,6 +7,14 @@ else:
|
||||
?><a href="top.php">Top AS</a> | <?php
|
||||
endif;
|
||||
|
||||
if($showpeeras == true){
|
||||
if ($dpagename == "peerusage"):
|
||||
?><a href="peerusage.php" class="selected">Top Peer AS</a> | <?php
|
||||
else:
|
||||
?><a href="peerusage.php">Top AS Peer<a> | <?php
|
||||
endif;
|
||||
}
|
||||
|
||||
|
||||
if ($dpagename == "top" && @$_GET['numhours'] == 4):
|
||||
?><a href="top.php?numhours=4" class="selected">4 Hour</a> | <?php
|
||||
@ -35,7 +43,6 @@ else:
|
||||
?><a href="asset.php">View an AS-SET</a> | <?php
|
||||
endif;
|
||||
|
||||
|
||||
if ($dpagename == "linkusage"):
|
||||
?><a href="linkusage.php" class="selected">Link usage</a><?php
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user