X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=94cd9cae953d6dc115a9b067b52be8dabd90746a;hp=c87d1444519d33d4f1e2d24cef17720662d3cdb3;hb=ddb92b4e8d30c014524aa0ccb17a70f679b1e121;hpb=bab4c7311008f2083613f3b4cea4804742911f0f diff --git a/index.php b/index.php index c87d144..94cd9ca 100644 --- a/index.php +++ b/index.php @@ -15,8 +15,13 @@ $dse = ""; if ( isset($_GET['dse']) and preg_match('/^[0-9a-z]{1,5}$/', $_GET['dse']) === 1 ) { // TODO: prevent injection, check whether dse is a valid searchengine $dse = $_GET['dse']; } +$browserintegration = ""; +if ( isset($_GET['include']) and $_GET['include'] == "browserintegration" ) { + $browserintegration = "true"; +} if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { + header('Content-Type: text/xml'); echo ' consearch'; @@ -27,7 +32,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 +48,20 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { consearch -" title="consearch"> +'; + echo "\n"; +} +?>