1
0

Challenge update, compatible new archi and less frustrating

This commit is contained in:
2019-03-31 18:56:07 +02:00
parent f495725c81
commit fabc56ae62
6 changed files with 19 additions and 33 deletions

View File

@ -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 { ?>