X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=9f045486ab969929117c8dc1c9168d74454b313e;hp=fd5297ffdaee8d2601f1c45d60fecd39ce7efd0c;hb=42c89d94577c61f28b26908b49b1fa2c9e63b590;hpb=1f749771c755f02265ebd1938955e3ee7bce1845 diff --git a/index.php b/index.php index fd5297f..9f04548 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,5 @@ - - - +*/ - +$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'; + if ( $dse ) { echo " ($dse)"; } + echo ' +conveniently use different searchengines +consearch +consearch @ f p u n k t k . de + +https://fpunktk.de/consearch/consearch.png +'; + + exit; +} +?> + + consearch -" title="consearch"> +'; + echo "\n"; +} +?>