X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=393ac3553ff915a3b03d8b7c43c51c9cda490bc3;hp=0767d159e273c62eea88f11258121d8a2b9085ac;hb=f060755e553e6b3ab2adb8a35967073b697125a1;hpb=3ec70336bc5d4a09233d777189792da5d00cc6ea diff --git a/index.php b/index.php index 0767d15..393ac35 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'; @@ -25,10 +30,10 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { conveniently use different searchengines consearch consearch @ f p u n k t k . de - -https://www.fpunktk.de/consearch/consearch.png + echo '#{searchTerms}"> +https://fpunktk.de/consearch/consearch.png '; exit; @@ -41,9 +46,23 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { + consearch -" title="consearch"> +'; + echo "\n"; +} +?>