X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=b50bcaf487afe9dd472286cd759083977bed553d;hp=0eff2c189714a3319ddabe8bf4ad78511faf4eb7;hb=4d7943247b9e78e56cd60e33cd662c33930afd84;hpb=427f6232cc3cfff6616fa32fa75e2e6a4578eaef diff --git a/index.php b/index.php index 0eff2c1..b50bcaf 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"; +} +?>