X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=847dbcc818926086e4f1b3c4b600e71f01c6ee5d;hp=1f3311e3e98f49adf0e51e45bfc605f88a8af756;hb=1f7f929392cf15e6bcb20a4d66d4b706f0a98f4e;hpb=7141ba5172b3f6438e481a174ea7d133700aee6e diff --git a/index.php b/index.php index 1f3311e..847dbcc 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']; +} + +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://www.fpunktk.de/consearch/consearch.png +'; + + exit; +} + +?> + + + + + + consearch - +'; + echo "\n"; +} +?>