Changeset 1712 for trunk/templates/show_install_account.inc.php
- Timestamp:
- 08/30/08 12:49:39 (4 months ago)
- Files:
-
- 1 modified
-
trunk/templates/show_install_account.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/show_install_account.inc.php
r1704 r1712 2 2 /* 3 3 4 Copyright (c) 2001 - 2007Ampache.org4 Copyright (c) Ampache.org 5 5 All rights reserved. 6 6 … … 56 56 <br /> 57 57 <span class="header2"><?php echo _('Create Admin Account'); ?></span> 58 <form method="post" action="<?php echo $GLOBALS['php_self']. "?action=create_account&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" >58 <form method="post" action="<?php echo WEB_PATH . "?action=create_account&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" > 59 59 <table> 60 60 <tr>
