diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 09:55:57 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 09:55:57 +0000 |
commit | 65a51e7408ee5d2a2035bd4097b8157e511f77dd (patch) | |
tree | 6a878e0362e135b0135375afe3bf98c6c5cbf297 /templates | |
parent | fb3f5189882db644e443ebaf4e5e1efdb84d4348 (diff) | |
download | ampache-65a51e7408ee5d2a2035bd4097b8157e511f77dd.tar.gz ampache-65a51e7408ee5d2a2035bd4097b8157e511f77dd.tar.bz2 ampache-65a51e7408ee5d2a2035bd4097b8157e511f77dd.zip |
fixed a few more glitches with the installer
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_install_config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_config.inc b/templates/show_install_config.inc index ba4478fb..a8a46466 100644 --- a/templates/show_install_config.inc +++ b/templates/show_install_config.inc @@ -122,7 +122,7 @@ <tr> <td> </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 $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> </td> </tr> </table> |