completed

No 3rd party libs used | | SearXNG | ❓ Only host can set it | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | SearXNG | ❓ Not user friendly | ❓ Only host can set it | ✅ | ❌ | <?php require_once "misc/search_engine.php"; $opts = load_opts(); if ($opts->disable_api) { echo "<div>"; echo "<a " . (!isset($opts->language) ? "selected" : ""; ?> ><br> <label><?php printtext("settings_safe_search");?></label> <input type="checkbox" name="safe_search" <?php echo $opts->safe_search ? "checked" : ""; ?> ><br> </div> <h2><?php printtext("settings_frontends");?></h2> <p><?php printtext("settings_frontends_description");?></p> <div class="settings-textbox-container"> <div> <span><?php printtext("settings_language");?></span> <select name="language"> <?php $languages = json_decode(file_get_contents("static/misc/languages.json"), true); $options = ""; $options .= "<option value="$engine" $selected>$engine</option>"; } echo "<a " . (!isset($opts->engine) ? "selected" :