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