diff options
| author | Horus3 | 2014-12-04 13:25:32 +0100 |
|---|---|---|
| committer | Horus3 | 2014-12-04 13:25:32 +0100 |
| commit | 63c3261aa80cb4406bc0506bb26202e13ddc8c92 (patch) | |
| tree | 3583d471039592b92639ed1e025045e2441ca7dd /tools/navbar.php | |
| parent | 9d9d9b2ad320ffb9a4172f9510f82fe32585594b (diff) | |
| download | tools.iamfabulous.de-63c3261aa80cb4406bc0506bb26202e13ddc8c92.tar.gz | |
local branch for testing anonymous uploadstesting
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> |
