mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Update dispatch.php
This commit is contained in:
parent
3d17ca5254
commit
529cb62ae5
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ function get_search_query()
|
|||
{
|
||||
if (isset($_GET['search'])) {
|
||||
$search = _h($_GET['search']);
|
||||
$url = site_url() . 'search/' . remove_accent($search);
|
||||
$url = site_url() . 'search/' . $search;
|
||||
header("Location: $url");
|
||||
die;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue