Changeset 552 for trunk/plog-admin/includes/install-form-setup-complete.php
- Timestamp:
- 07/07/08 14:56:01 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-admin/includes/install-form-setup-complete.php
r550 r552 1 1 <?php 2 if (basename($_SERVER['PHP_SELF']) == basename( __FILE__ )) { 3 // ignorance is bliss 4 exit(); 5 } 6 2 7 if (!defined('PLOGGER_DIR')) { 3 8 return false; … … 7 12 <form method="POST"> 8 13 <p>Configuration setup is now complete.<br />Click 'Install' to finish installation.</p> 9 <p>Your username is <?php echo $_SESSION['install_values']['admin_username']; ?> and your password is `<?php echo $_SESSION['install_values']['admin_password']; ?>`</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> 10 15 <?php if (!empty($_SESSION["plogger_config"])) { ?> 11 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>
