Skip to content

Commit 4987985

Browse files
committed
Fix include path for head.php in search/index.php
1 parent 229ba35 commit 4987985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

search/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<?php
66
$disableAds = false;
7-
include("../includes/head.php");
7+
include("./includes/head.php");
88

99
$meta = new meta();
1010
$meta->setTitle(

0 commit comments

Comments
 (0)