X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=blobdiff_plain;f=index.php;h=e5680aecfadf8ab0633be67e0b8d77e0a5601ddb;hp=94cd9cae953d6dc115a9b067b52be8dabd90746a;hb=a81b515dcffbdc8cf79c64a7e9e424498d1a5680;hpb=ddb92b4e8d30c014524aa0ccb17a70f679b1e121 diff --git a/index.php b/index.php index 94cd9ca..e5680ae 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,11 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/. */ -$dse = ""; +$consearch_name = "consearch"; +$consearch_base_url = "https://fpunktk.de/consearch/"; +$consearch_url = "$consearch_base_url" . "index.php"; + +$dse = ""; // default search engine 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']; } @@ -24,16 +28,16 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { header('Content-Type: text/xml'); echo ' -consearch'; +' . "$consearch_name"; 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 +' . "$consearch_base_url" . 'consearch.png '; exit; @@ -46,7 +50,8 @@ if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) { -consearch + +<?php echo "$consearch_name";?> -

fpunktk.de/consearch

+