summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-03 00:02:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-03 00:02:22 +0000
commit7ec6cdb3393b3cdb0dcbe7b4e8b6f82d5aa9c351 (patch)
tree27b71a60bfff9e3bf002b2cfa9202f1abd89bb17 /templates
parent2544f5b5629d36658f92d4d0ad111563c2442f1b (diff)
downloadampache-7ec6cdb3393b3cdb0dcbe7b4e8b6f82d5aa9c351.tar.gz
ampache-7ec6cdb3393b3cdb0dcbe7b4e8b6f82d5aa9c351.tar.bz2
ampache-7ec6cdb3393b3cdb0dcbe7b4e8b6f82d5aa9c351.zip
corrected install docs to accuratly reflect how it works, and make it give an error when no password provided during install
Diffstat (limited to 'templates')
-rw-r--r--templates/show_install_config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php
index d68d47bd..ab266495 100644
--- a/templates/show_install_config.inc.php
+++ b/templates/show_install_config.inc.php
@@ -48,7 +48,7 @@ if (INSTALL != '1') { exit; }
<?php echo _("Step 1 - Creating and Inserting the Ampache Database"); ?><br />
<b><?php echo _("Step 2 - Creating the Ampache.cfg.php file"); ?></b><br />
<dl>
- <dd><?php echo _("This steps takes the basic config values, and first attempts to write them out directly to your webserver. If access is denied it will prompt you to download the config file. Please put the downloaded config file in /config"); ?></dd>
+ <dd><?php echo _("This steps takes the basic config values and generates the config file. It will prompt you to download the config file. Please put the downloaded config file in /config"); ?></dd>
</dl>
<?php echo _("Step 3 - Setup Initial Account"); ?><br />
<?php Error::display('general'); ?>