Challenge update, compatible new archi and less frustrating
This commit is contained in:
@ -33,14 +33,14 @@
|
||||
|
||||
<?php
|
||||
} else {
|
||||
$username = htmlspecialchars($_POST['username']);
|
||||
$username = strtolower(htmlspecialchars($_POST['username']));
|
||||
|
||||
if ($username === 'admin') {
|
||||
if ($username === 'admin' || $username === 'root' || $username === 'administrator') {
|
||||
?>
|
||||
|
||||
<div class="sub">
|
||||
<h2 class="blue">Hello admin</h2>
|
||||
<h3 class="grey">IMTLD{Y0u_H4v3_t0_st4rT_s0m3Wh3r3}</h3>
|
||||
<h3 class="grey">SPACE{y0u_H4v3_t0_St4rt_S0m3Wh3r3}</h3>
|
||||
</div>
|
||||
|
||||
<?php } else { ?>
|
||||
|
Reference in New Issue
Block a user