From 4ea1da0231d2658b1d74bb8f2326db91fd2ae4bc Mon Sep 17 00:00:00 2001 From: Brian Lycett Date: Tue, 2 Jun 2020 17:00:41 +0100 Subject: [PATCH] Fix to prevent Apache directory redirection --- www/includes/web_functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/includes/web_functions.inc.php b/www/includes/web_functions.inc.php index 4ebc2bb..27e0c06 100644 --- a/www/includes/web_functions.inc.php +++ b/www/includes/web_functions.inc.php @@ -250,7 +250,7 @@ function render_menu() { else { print '
  • '; } - print "$this_module_name
  • \n"; + print "$this_module_name\n"; } } ?>