mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Change footer.php
This commit is contained in:
parent
6167f1f400
commit
20e1ea7217
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$data = json_decode(file_get_contents('http://mcapi.ca/v2/query/info/?ip=' . $serverip), true);
|
$data = json_decode(file_get_contents('https://mcapi.ca/v2/query/info/?ip=' . $serverip), true);
|
||||||
?>
|
?>
|
||||||
<div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
|
<div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -11,8 +11,7 @@ $data = json_decode(file_get_contents('http://mcapi.ca/v2/query/info/?ip=' . $se
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<p class="navbar-text" style="font-size:15px;color:white;">© <a
|
<p class="navbar-text" style="font-size:15px;color:white;">© <a
|
||||||
href="http://dev.bukkit.org/profiles/netherfoam/" target="_blank">Plugin Creator</a> | <a
|
href="http://www.spigotmc.org/resources/litebans.3715/" target="_blank">LiteBans</a> | <a
|
||||||
href="http://dev.bukkit.org/profiles/YiveMe" target="_blank">PHP Script Creator</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-collapse collapse">
|
<div class="navbar-collapse collapse">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
@ -32,14 +31,9 @@ $data = json_decode(file_get_contents('http://mcapi.ca/v2/query/info/?ip=' . $se
|
|||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="well well-sm">
|
<div class="well well-sm">
|
||||||
<h4>Credits</h4>
|
<h4>Credits</h4>
|
||||||
|
<a href="http://www.spigotmc.org/resources/litebans.3715/" target="_blank">Ruan - LiteBans Developer</a>
|
||||||
<p><a href="http://dev.bukkit.org/profiles/netherfoam/" target="_blank">netherfoam - Plugin
|
<br>
|
||||||
Developer</a>
|
<a href="http://twitter.com/ItsYive" target="_blank">Yive - Original web interface design</a>
|
||||||
<br/>
|
|
||||||
<a href="http://twitter.com/ItsYive" target="_blank">Yive - PHP Developer</a>
|
|
||||||
<br/>
|
|
||||||
<a href="https://twitter.com/boboman_13" target="_blank">boboman_13 - Helped with censoring
|
|
||||||
IPs</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user