Update Setting.php
This commit is contained in:
parent
42a50b1a02
commit
01748fec49
1 changed files with 3 additions and 0 deletions
|
@ -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 .= '<div class="searchform">';
|
||||
$output .= Form::open(['url' => $url, 'method' => 'get']);
|
||||
|
|
Loading…
Reference in a new issue