X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=646c7c9bc4d8ec5826777015eb9eaa87be791f89;hp=e20e4a9e3f8b39044bcd0e6e4e3a635bec132bca;hb=8e8d7fb92899797921d5facf1914e14a8c20d7dd;hpb=121d1acd7bd5006fc21e79f286724739530aecd9 diff --git a/index.php b/index.php index e20e4a9..646c7c9 100644 --- a/index.php +++ b/index.php @@ -1,11 +1,5 @@ - - - - - - - - +*/ + +$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'; + 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 - +'; + echo "\n"; +} +?>