Changeset 555 for trunk/plog-admin/includes/install-form-setup-complete.php
- Timestamp:
- 07/07/08 17:22:49 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-admin/includes/install-form-setup-complete.php
r552 r555 10 10 ?> 11 11 <h1>Plogger Install</h1> 12 <form method="POST"> 13 <p>Configuration setup is now complete.<br />Click 'Install' to finish installation.</p> 14 <p>Your username is `<strong><?php echo $_SESSION['install_values']['admin_username']; ?></strong>` and your password is `<strong><?php echo $_SESSION['install_values']['admin_password']; ?></strong>`</p> 12 13 <form action="_install.php" method="post"> 14 <p>Configuration setup is now complete.</p> 15 <p>Click 'Install' to finish installation.</p> 16 <p>Your username is <strong><?php echo $_SESSION['install_values']['admin_username']; ?></strong> and your password is <strong><?php echo $_SESSION['install_values']['admin_password']; ?></strong></p> 15 17 <?php if (!empty($_SESSION["plogger_config"])) { ?> 16 <p>Before you can proceed, please <input type="submit" name="dlconfig" value="click here"/> to download configuration file for your gallery, then upload it to your webhost (into the same directory where you installed Plogger itself).</p>18 <p>Before you can proceed, please <input type="submit" name="dlconfig" value="click here" /> to download configuration file for your gallery, then upload it to your webhost (into the same directory where you installed Plogger itself).</p> 17 19 <?php } ?> 18 <p> 19 <input type="submit" name="proceed" id="proceed" value="Install"/> 20 </p> 20 <p><input type="submit" name="proceed" id="proceed" value="Install" /></p> 21 21 </form>
