Files
gallery3/installer/views/success.html.php
Tim Almdal b59e94e7dc Change references to Gallery 2 and Gallery 3 to consistently refer to
Gallery n as opposed any variants of this.
2009-07-07 07:32:36 -07:00

24 lines
534 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1> Success! </h1>
<p class="success">
Your Gallery 3 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>