summaryrefslogtreecommitdiffstats
path: root/templates/show_install_config.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 02:08:58 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 02:08:58 +0000
commit75aa0cf62494939224098ca60bbef000b21a3c23 (patch)
treeafefead729f02f8cad938422559932137d57f0ae /templates/show_install_config.inc
parent318f913669b63598b1ba1402c492b1751bd32c41 (diff)
downloadampache-75aa0cf62494939224098ca60bbef000b21a3c23.tar.gz
ampache-75aa0cf62494939224098ca60bbef000b21a3c23.tar.bz2
ampache-75aa0cf62494939224098ca60bbef000b21a3c23.zip
fixed install script for when your in a subdir
Diffstat (limited to 'templates/show_install_config.inc')
-rw-r--r--templates/show_install_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_config.inc b/templates/show_install_config.inc
index a8a46466..a5c926f3 100644
--- a/templates/show_install_config.inc
+++ b/templates/show_install_config.inc
@@ -122,7 +122,7 @@
<tr>
<td>&nbsp;</td>
<td>
- <a href="<?php echo $http_type . $_SERVER['HTTP_HOST'] . "/" . $GLOBALS['php_self']; ?>?action=show_create_config&local_db=<?php echo $_REQUEST['local_db']; ?>&local_host=<?php echo $_REQUEST['local_host']; ?>">[<?php echo _("Check for Config"); ?>]</a>
+ <a href="<?php echo $GLOBALS['php_self']; ?>?action=show_create_config&local_db=<?php echo $_REQUEST['local_db']; ?>&local_host=<?php echo $_REQUEST['local_host']; ?>">[<?php echo _("Check for Config"); ?>]</a>
</td>
</tr>
</table>