small fixes

This commit is contained in:
Conkley 2022-08-07 11:17:13 +10:00
parent 3e0e1c32e8
commit b2fcdf2583
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
}
//http://www.morblox.us/stamper/inseassetcollect.php?sid=433603
if ($sid !== 0 && $type == 0)
if ($sid != 0 && $type == "0")
{
header("content-type:text/xml");
$file = "http://morblox.us/stamper/sid/{$sid}.xml";

View File

@ -13,8 +13,8 @@
<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>
<br>
<p style="color: #ffffff">Impaitient? <a href="https://discord.gg/nudzQ7hkWY">Join our Discord Server</a> for status updates.</p>
@if (!Auth::guest() && Auth::user()->isAdmin())
<p style="color: #ffffff">Impatient? <a href="https://discord.gg/nudzQ7hkWY">Join our Discord Server</a> for status updates.</p>
@if (Auth::check() && Auth::user()->isAdmin())
<br>
<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>