summaryrefslogtreecommitdiff
path: root/installer/pages/success.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-20 00:54:02 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-20 00:54:02 +0000
commit681197a265f1dd3873780fdcf0b5f1e8fa0150ab (patch)
treefe8aafe29cf5f3d6d5a285c330147c9e3f3668c0 /installer/pages/success.html.php
parentd51955c8efa78d7f0a0ca8c138c2eebaf5ecb975 (diff)
Web based installer. It's still got some rough edges, but you can now
do a complete CLI or web based install.
Diffstat (limited to 'installer/pages/success.html.php')
-rw-r--r--installer/pages/success.html.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/installer/pages/success.html.php b/installer/pages/success.html.php
new file mode 100644
index 00000000..fbf5395d
--- /dev/null
+++ b/installer/pages/success.html.php
@@ -0,0 +1,22 @@
+<h1> Success! </h1>
+<p class="success">
+ Your Gallery3 install is complete!
+</p>
+
+<?php if (!empty($user)): ?>
+<h2> Before you start using it... </h2>
+<p>
+ We've created an account for you to use:
+ <br/>
+ username: <b><?php print $user ?></b>
+ <br/>
+ password: <b><?php print $password ?></b>
+ <br/>
+ <br/>
+ Save this information in a safe place, or change your admin password
+ right away!
+</p>
+<?php endif ?>
+
+<h2> <a href="..">Start using Gallery</a> </h2>
+