diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-29 16:37:54 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-29 16:37:54 +0000 |
commit | 56fa0e31ad67ea337fd8c575ddf6e80094454eb8 (patch) | |
tree | 68b54029f1893d2bdb37b2add3f225f9ce518643 /templates/show_install_config.inc.php | |
parent | 6a62135d6779832a64d7952ba1163838caf2e856 (diff) | |
download | ampache-56fa0e31ad67ea337fd8c575ddf6e80094454eb8.tar.gz ampache-56fa0e31ad67ea337fd8c575ddf6e80094454eb8.tar.bz2 ampache-56fa0e31ad67ea337fd8c575ddf6e80094454eb8.zip |
verify that they at least typed in the right db information, before creating the config file for them
Diffstat (limited to 'templates/show_install_config.inc.php')
-rw-r--r-- | templates/show_install_config.inc.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index ef8d861f..7586cf9b 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -54,9 +54,11 @@ if (INSTALL != '1') { exit; } <?php echo _("Step 3 - Setup Initial Account"); ?><br /> <?php Error::display('general'); ?> <br /> - <span class="header2"><?php echo _('Generate Config File'); ?></span> - <form method="post" action="<?php echo WEB_PATH . "?action=create_config"; ?>" enctype="multipart/form-data" > - <table> + +<span class="header2"><?php echo _('Generate Config File'); ?></span> +<?php Error::display('config'); ?> +<form method="post" action="<?php echo WEB_PATH . "?action=create_config"; ?>" enctype="multipart/form-data" > +<table> <tr> <td class="align"><?php echo _('Web Path'); ?></td> <td class="align"><input type="text" name="web_path" value="<?php echo $web_path; ?>" /></td> |