diff options
Diffstat (limited to 'tools/navbar.php')
| -rw-r--r-- | tools/navbar.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/navbar.php b/tools/navbar.php index d0b9108..2a22614 100644 --- a/tools/navbar.php +++ b/tools/navbar.php @@ -17,7 +17,11 @@ <a href="<?php echo __domain_; ?>/header/" title="Check HTTP header online!"><span class="glyphicon glyphicon-globe"></span> Header</a> </li> <li id="ifconfig"> - <a href="<?php echo __domain_; ?>/ifconfig/" title="Simple IP API"><span class="glyphicon glyphicon-transfer"></span> ifconfig</a> + <a href="<?php echo __domain_; ?>/ifconfig/" title="Simple IP API"><span class="glyphicon glyphicon-transfer"></span> Ifconfig</a> + </li> + <li id="uploaded"> + <!--a href="<?php echo __domain_; ?>/uploaded/" title="Quick anonymous file upload"><span class="glyphicon glyphicon-cloud-upload"></span> uploaded</a--> + <a href="<?php echo __domain_; ?>/uploaded/" title="Quick anonymous file upload"><span class="fa fa-upload"></span> Uploaded</a> </li> </ul> </div> |
