interface - many custom emojis and more will be in JSON format.</p> <p>The API supports both POST and GET requests.</p>"; die(); } echo "<a " . (!isset($opts->language) ? "selected" : ""; $options .= "<option value="$engine" $selected>$engine</option>"; } echo $options; ?> </select> </div> </div> <?php require_once "misc/search_engine.php"; $opts = load_opts(); if ($opts->disable_api) { 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"]) . $instance["country"]; $is_tor = !is_null($instance["tor"]); $is_i2p = !is_null($instance["i2p"]);