summaryrefslogtreecommitdiffstats
path: root/templates/html/search_functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/search_functions.php')
-rw-r--r--templates/html/search_functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html/search_functions.php b/templates/html/search_functions.php
index caa9e3b..7374de9 100644
--- a/templates/html/search_functions.php
+++ b/templates/html/search_functions.php
@@ -1,4 +1,4 @@
-<script language="PHP">
+<?php
require_once "search_config.php";
function end_form($value)
@@ -363,4 +363,4 @@ function main()
report_results($sorted);
end_page();
}
-</script>
+?>