HOST me
One of our coworkers has put code in the admin panel, which blocked access for all the staff.
1
2
3
4
56
7
8
9
| <?php
$challenge = function()
{
return $_SERVER['HTTP_HOST'] === 'localhost';}
?>
|
Fun Fact: There is even a virtualhost named
localhost, which probably does not make it easier.
It seems like we need to reinstall the box, unless you can access this page with the correct constraints.
Good Luck!
© 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 by
space