From 01748fec495e98fa5574e0cd2a78487c57dba440 Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 25 Apr 2018 22:38:30 +0100 Subject: [PATCH] Update Setting.php --- app/Setting.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Setting.php b/app/Setting.php index 75e2c158..492c4e8c 100644 --- a/app/Setting.php +++ b/app/Setting.php @@ -202,6 +202,9 @@ class Setting extends Model $url = 'https://www.bing.com/search'; $var = 'q'; break; + case 'startpage': + $url = 'https://www.startpage.com/'; + $var = 'q'; } $output .= '
'; $output .= Form::open(['url' => $url, 'method' => 'get']);