X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=847dbcc818926086e4f1b3c4b600e71f01c6ee5d;hp=0767d159e273c62eea88f11258121d8a2b9085ac;hb=1f7f929392cf15e6bcb20a4d66d4b706f0a98f4e;hpb=3ec70336bc5d4a09233d777189792da5d00cc6ea diff --git a/index.php b/index.php index 0767d15..847dbcc 100644 --- a/index.php +++ b/index.php @@ -17,6 +17,7 @@ if ( isset($_GET['dse']) and preg_match('/^[0-9a-z]{1,5}$/', $_GET['dse']) === 1 } if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { + header('Content-Type: text/xml'); echo ' consearch'; @@ -27,7 +28,7 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { consearch @ f p u n k t k . de + echo '#{searchTerms}"> https://www.fpunktk.de/consearch/consearch.png '; @@ -43,7 +44,20 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { consearch -" title="consearch"> +'; + echo "\n"; +} +?>