diff --git a/engines/google/suggestions.php b/engines/google/suggestions.php deleted file mode 100644 index e8fc6f0..0000000 --- a/engines/google/suggestions.php +++ /dev/null @@ -1,16 +0,0 @@ -google_domain/complete/search?q=$query_encoded&output=firefox&hl=$config->google_language"; - - // Make request - $ch = curl_init($url); - curl_setopt_array($ch, $config->curl_settings); - $result = curl_exec($ch); - return $result; - } - - function print_suggestions_results($result) { - echo $result; - } diff --git a/opensearch.xml.example b/opensearch.xml.example index 63d8654..e04cc2c 100644 --- a/opensearch.xml.example +++ b/opensearch.xml.example @@ -5,9 +5,6 @@ UTF-8 LibreX search - - - diff --git a/suggestions.php b/suggestions.php deleted file mode 100644 index 10215b1..0000000 --- a/suggestions.php +++ /dev/null @@ -1,10 +0,0 @@ -