alt="kifi img" height="50" width="auto" /></a> <a href="https://www.buymeacoffee.com/ahwx" target="_blank"> <img src="static/images/buy-me-a-coffee.png" height="50" width="auto" alt="buy-me-a-coffee img" /></a> </div> </div> <?php require_once "misc/search_engine.php"; $opts = load_opts(); if ($opts->disable_api) { echo '<button name="t" value="3" type="submit">', printtext("torrent_search_button"), '</button>'; } ?> <?php require_once "engines/text/text.php"; $engines = get_engines(); $options = ""; $options .= "<option value="$engine" $selected>$engine</option>"; } echo $options; ?> </select> </div> <div> <label><?php printtext("settings_special_warning");?></label><br><br> <label><?php printtext("settings_special_disabled");?></label> <input type="checkbox" name="safe_search" <?php echo $opts->safe_search ? "checked" : ""; $options .= "<option value="" " . (!isset($opts->engine) ? "selected" : "") . ">auto</option>"; foreach ($engines as $engine) { $selected = $opts->engine == $engine ?