summaryrefslogtreecommitdiff
path: root/installer/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-14 22:39:45 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-14 22:39:45 +0000
commita0e5e0b1aa121078640f55cd619bdf34e098eb02 (patch)
tree3c0bbf016682bcbfa3030b40492a33f25ff27546 /installer/views
parent9b0541a0adc969d43f3247e89afe10020a2d0610 (diff)
Tell the user the location of VARPATH so that they know where their photos are getting installed.
Diffstat (limited to 'installer/views')
-rw-r--r--installer/views/get_db_info.html.php3
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>