From 785452873f0ee0a27fc157b482b7551560f0282d Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 7 Nov 2023 08:04:56 -0500 Subject: fix typo --- opensearch.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 opensearch.php (limited to 'opensearch.php') diff --git a/opensearch.php b/opensearch.php new file mode 100644 index 0000000..632a533 --- /dev/null +++ b/opensearch.php @@ -0,0 +1,29 @@ +' . + '' . + '' . htmlspecialchars(config::SERVER_NAME) . '' . + 'UTF-8' . + '' . $domain . '/favicon.ico' . + ''; + +if( + isset($_GET["ac"]) && + is_string($_GET["ac"]) && + $_GET["ac"] != "disabled" +){ + + echo ''; +} + +echo ''; -- cgit v1.2.3