small fixes
This commit is contained in:
parent
3e0e1c32e8
commit
b2fcdf2583
|
|
@ -14,7 +14,7 @@
|
||||||
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
|
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
|
||||||
}
|
}
|
||||||
//http://www.morblox.us/stamper/inseassetcollect.php?sid=433603
|
//http://www.morblox.us/stamper/inseassetcollect.php?sid=433603
|
||||||
if ($sid !== 0 && $type == 0)
|
if ($sid != 0 && $type == "0")
|
||||||
{
|
{
|
||||||
header("content-type:text/xml");
|
header("content-type:text/xml");
|
||||||
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@
|
||||||
<h1 style="color: #ffffff">Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
<h1 style="color: #ffffff">Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
||||||
<p style="color: #ffffff">ARCHBLOX will be back soon, so please be patient.</p>
|
<p style="color: #ffffff">ARCHBLOX will be back soon, so please be patient.</p>
|
||||||
<br>
|
<br>
|
||||||
<p style="color: #ffffff">Impaitient? <a href="https://discord.gg/nudzQ7hkWY">Join our Discord Server</a> for status updates.</p>
|
<p style="color: #ffffff">Impatient? <a href="https://discord.gg/nudzQ7hkWY">Join our Discord Server</a> for status updates.</p>
|
||||||
@if (!Auth::guest() && Auth::user()->isAdmin())
|
@if (Auth::check() && Auth::user()->isAdmin())
|
||||||
<br>
|
<br>
|
||||||
<p>Since you are an admin, you may access the main site during maintenance.</p>
|
<p>Since you are an admin, you may access the main site during maintenance.</p>
|
||||||
<strong>Note that some features may be broken during this period.</strong>
|
<strong>Note that some features may be broken during this period.</strong>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue