diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-26 16:07:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-26 16:07:50 +0000 |
commit | 4b262ec16b13f1e1d30bf449354236405f712144 (patch) | |
tree | 1c4e01654a43ed72865c0423bc8d4ba5a1c400bc /templates/show_install_lang.inc.php | |
parent | c9e7e7d3e01780b4b1bab95ac86b8a44e7ca09b1 (diff) | |
download | ampache-4b262ec16b13f1e1d30bf449354236405f712144.tar.gz ampache-4b262ec16b13f1e1d30bf449354236405f712144.tar.bz2 ampache-4b262ec16b13f1e1d30bf449354236405f712144.zip |
Add additional config is readable check to installer, and fix some typos on installer text
Diffstat (limited to 'templates/show_install_lang.inc.php')
-rw-r--r-- | templates/show_install_lang.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_lang.inc.php b/templates/show_install_lang.inc.php index a0f57d52..624ce0ff 100644 --- a/templates/show_install_lang.inc.php +++ b/templates/show_install_lang.inc.php @@ -46,7 +46,7 @@ $prefix = realpath(dirname(__FILE__). "/../"); <li><?php echo sprintf(_("Your webserver has read access to the %s file and the %s file"),$prefix . '/sql/ampache.sql',$prefix . '/config/ampache.cfg.php.dist'); ?></li> </ul> <p> -<?php echo sprintf(_("Once you have ensured that you have the above requirements please fill out the information below. You will only be asked for the required config values. If you would like to make changes to your ampache install at a later date simply edit %s"),$prefix . '/config/ampache.cfg.php.dist'); ?> +<?php echo sprintf(_("Once you have ensured that you have the above requirements please fill out the information below. You will only be asked for the required config values. If you would like to make changes to your ampache install at a later date simply edit %s"),$prefix . '/config/ampache.cfg.php'); ?> </p> <?php require_once 'templates/show_install_check.inc.php'; ?> </div> |