diff options
| author | root | 2015-04-01 23:53:58 +0200 |
|---|---|---|
| committer | root | 2015-04-01 23:53:58 +0200 |
| commit | a31396fb8c67f27a0055e4c4a6fa95e3cde24d1a (patch) | |
| tree | 8e5f72013ffe1fda6ab64514a79943f83d841e51 | |
| parent | 6ec371bff3d3eda0c535fe773c292f66bd746a7a (diff) | |
| download | tools.iamfabulous.de-a31396fb8c67f27a0055e4c4a6fa95e3cde24d1a.tar.gz | |
Small improvements.
| -rw-r--r-- | ip/ifconfig.php (renamed from ifconfig/ifconfig.php) | 0 | ||||
| -rw-r--r-- | ip/index.php (renamed from ifconfig/index.php) | 0 | ||||
| -rw-r--r-- | ip/template.php (renamed from ifconfig/template.php) | 0 | ||||
| -rw-r--r-- | linkshorter/config.php | 3 | ||||
| -rw-r--r-- | tools/navbar.php | 2 |
5 files changed, 3 insertions, 2 deletions
diff --git a/ifconfig/ifconfig.php b/ip/ifconfig.php index 33ec5ba..33ec5ba 100644 --- a/ifconfig/ifconfig.php +++ b/ip/ifconfig.php diff --git a/ifconfig/index.php b/ip/index.php index a390ec2..a390ec2 100644 --- a/ifconfig/index.php +++ b/ip/index.php diff --git a/ifconfig/template.php b/ip/template.php index 50e9b74..50e9b74 100644 --- a/ifconfig/template.php +++ b/ip/template.php diff --git a/linkshorter/config.php b/linkshorter/config.php index 298d9f0..91901e0 100644 --- a/linkshorter/config.php +++ b/linkshorter/config.php @@ -1,7 +1,8 @@ <?php define("REDIS_SELECT", 10); -define("SHORTDOMAIN", "http://s.moehm.org/"); +#define("SHORTDOMAIN", "http://s.moehm.org/"); +define("SHORTDOMAIN", "http://s.iamfabulous.de/"); define("ADMINDOMAIN", SHORTDOMAIN); define("PEPPER", "secretstring"); diff --git a/tools/navbar.php b/tools/navbar.php index 1e483e4..52a7ee0 100644 --- a/tools/navbar.php +++ b/tools/navbar.php @@ -17,7 +17,7 @@ <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_; ?>/ip/" title="Simple IP API"><span class="glyphicon glyphicon-transfer"></span> IP API</a> </li> <li id="down"> <a href="<?php echo __domain_; ?>/down/" title="Check if your favourite website is up or not!"><span class="fa fa-spinner"></span> Up Or Down?</a> |
