Add sme more htmlemtities for consistency

This commit is contained in:
johnnyq
2023-03-05 20:06:42 -05:00
parent 9a3266190c
commit a711bed38c
10 changed files with 12 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ header('Pragma: no-cache');
require_once("guest_header.php"); ?>
<br>
<h1> <?php echo $config_app_name ?> Guest sharing </h1>
<h1> <?php echo htmlentities($config_app_name); ?> Guest sharing </h1>
<hr>
<?php