Changeset 1711 for branches/3.4/templates/show_install.inc.php
- Timestamp:
- 08/30/08 12:49:26 (4 months ago)
- Files:
-
- 1 modified
-
branches/3.4/templates/show_install.inc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/templates/show_install.inc.php
r1304 r1711 2 2 /* 3 3 4 Copyright (c) 2001 - 2007Ampache.org4 Copyright (c) Ampache.org 5 5 All rights reserved. 6 6 … … 60 60 <br /> 61 61 <span class="header2"><?php echo _('Insert Ampache Database'); ?></span> 62 <form method="post" action="<?php echo $http_type . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']. "?action=create_db&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" >62 <form method="post" action="<?php echo WEB_PATH . "?action=create_db&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" > 63 63 <table> 64 64 <tr> … … 95 95 </tr> 96 96 <tr> 97 <td class="align"><?php echo _('Use Existing Database'); ?></td> 98 <td><input type="checkbox" name="existing_db" value="1" /></td> 99 </tr> 100 <tr> 97 101 <td> </td> 98 102 <td><input type="submit" value="<?php echo _("Insert Database"); ?>" /></td>
