Files
CTF/HTB/pollution/target/var.www.collect.app.controllers.index.php
Simon 82b0759f1e init htb
old htb folders
2023-08-29 21:53:22 +02:00

8 lines
87 B
PHP

<?php
if(is_auth())
{
die(redirect('/home'));
}
require '../app/views/index.php';