2009-01-20 04:41:53 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2009-01-20 00:54:02 +00:00
|
|
|
<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 ?>
|
|
|
|
|
|
2009-03-09 00:03:04 +00:00
|
|
|
<h2> <a href="..">Start using Gallery</a> </h2>
|
2009-01-20 00:54:02 +00:00
|
|
|
|