diff options
author | Nathan Kinkade <nath@nkinka.de> | 2012-06-18 16:17:55 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2012-06-18 16:17:55 +0000 |
commit | 527bc809aaa6d48e7c1a7be50de31a4c3adcee90 (patch) | |
tree | fb7432e06af9191f2300af97685f235325d36f57 /installer | |
parent | b52e834bd0bab530e98537d52b31d4b37f199739 (diff) | |
parent | c48df3b8199802a75f30f38c6f7b3440f9fde4ca (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'installer')
-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> |