summaryrefslogtreecommitdiff
path: root/installer/pages/success.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/pages/success.html.php')
-rw-r--r--installer/pages/success.html.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/installer/pages/success.html.php b/installer/pages/success.html.php
deleted file mode 100644
index fbf5395d..00000000
--- a/installer/pages/success.html.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>
-