Changeset 550 for trunk/plog-admin/includes/install-form-setup-complete.php
- Timestamp:
- 06/30/08 13:45:19 (4 years ago)
- Location:
- trunk/plog-admin
- Files:
-
- 1 added
- 1 copied
- 1 moved
-
. (moved) (moved from trunk/admin)
-
includes (added)
-
includes/install-form-setup-complete.php (copied) (copied from trunk/lib/plogger/form_setup_complete.php) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-admin/includes/install-form-setup-complete.php
r546 r550 2 2 if (!defined('PLOGGER_DIR')) { 3 3 return false; 4 } ;4 } 5 5 ?> 6 <h1>Plogger Install</h1>7 <form method="POST">8 <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>6 <h1>Plogger Install</h1> 7 <form method="POST"> 8 <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> 10 10 <?php if (!empty($_SESSION["plogger_config"])) { ?> 11 <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>11 <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> 12 12 <?php } ?> 13 <p>14 <input type="submit" name="proceed" id="proceed" value="Install"/>15 </p>16 </form>13 <p> 14 <input type="submit" name="proceed" id="proceed" value="Install"/> 15 </p> 16 </form>
Note: See TracChangeset
for help on using the changeset viewer.
