X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=0bbedc9bf9b148fa097b01bd99bc00e3eed40147;hp=c400414aee9c821266b8c512f305983d1f6edbe9;hb=4cdcc7964e10136c16cc44a003de7ce230cfabcf;hpb=37e9472fd4807def48402a804b7891cfcf60f154 diff --git a/index.php b/index.php index c400414..0bbedc9 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"; +} +?>