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