summaryrefslogtreecommitdiffstats
path: root/templates/html/search_functions.php
diff options
context:
space:
mode:
authordaMaex <damaex@live.de>2018-03-22 12:36:58 (GMT)
committerdaMaex <damaex@live.de>2018-03-22 12:36:58 (GMT)
commit22b67836d678cea695b977ec648c0aa013339c55 (patch)
tree5608ec78076189e030c3f011b501caa260d7c06a /templates/html/search_functions.php
parent7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff)
downloadDoxygen-22b67836d678cea695b977ec648c0aa013339c55.zip
Doxygen-22b67836d678cea695b977ec648c0aa013339c55.tar.gz
Doxygen-22b67836d678cea695b977ec648c0aa013339c55.tar.bz2
added PHP7 support for the search engine on HTML output.
See: http://php.net/manual/en/language.basic-syntax.phptags.php
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>
+?>