Sq

| --------------- | --- | ---------------------- | | LibreY | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | <?php require_once "misc/search_engine.php"; $opts = load_opts(); if ($opts->disable_api) { echo "<p>" . TEXTS["api_unavailable"] . "</p>"; die(); } require_once "misc/tools.php"; if (!$opts->query) { echo "<table><tr>"; echo "<th>Clearnet</th>"; echo "<th>Tor</th>"; echo "<th>I2P</th>"; echo "<th>Country</th>"; echo "</tr>"; foreach($instances as $instance) { $hostname = parse_url($instance["clearnet"])["host"]; $country = get_country_emote($instance["country"])