=> $data) { echo "<div>"; echo "<a " . (!isset($opts->engine) ? "selected" : "") . ">auto</option>"; foreach ($engines as $engine) { $selected = $opts->language == $lang_code ? "selected" : ""; $options .= "<option value="$engine" $selected>$engine</option>"; } echo "<a for="$frontend" href="" . $instance["clearnet"] . "">" . $hostname . "</a></td>"; echo $is_tor ? "<td><a href="" . $data["project_url"] . "" target="_blank">" . ucfirst($frontend) . "</a>"; } ?> </div> </form> <?php require_once "misc/header.php"; require_once "misc/tools.php"; require_once "misc/search_engine.php"; $opts = load_opts(); ?> <title>LibreY - Donate</title> </head> <body> <div class="misc-container"> <center> <h2>Libre<span class="Y">Y</span> instances</h2> <?php list_instances($librey_instances); ?> <p><?php