diff options
Diffstat (limited to 'installer/views')
-rw-r--r-- | installer/views/get_db_info.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index 9fc1accd..c9f57e1d 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -23,7 +23,7 @@ <?php else: ?> <p> We've found a place to store your photos: - <code class="location"> <?= VARPATH ?> </code> + <code class="location"> <?= htmlspecialchars(VARPATH, ENT_QUOTES, 'UTF-8', true) ?> </code> </p> <?php endif ?> </fieldset> |