without JS | Privacy frontend redirect | Torrent results | API | No 3rd party libs used | | LibreY | ✅ | ❌ | <?php require_once "misc/header.php"; require_once "misc/tools.php"; if (!$opts->query) { echo "<div>"; echo "<a " . (!isset($opts->engine) ? "selected" : ""; ?> ><br> </div> <h2><?php printtext("settings_frontends");?></h2> <p><?php printtext("settings_frontends_description");?></p> <div class="settings-textbox-container"> <?php foreach($opts->frontends as $frontend => $data) { echo "<div>"; echo "<a for="$frontend" href="" . $data["project_url"] . "" target="_blank">" . ucfirst($frontend) . "</a>"; echo "<input type="text" name="$frontend" placeholder="Replace " . (!isset($opts->language) ? "selected" : "") . ">auto</option>"; foreach ($engines as