diff options
Diffstat (limited to 'templates/show_install_account.inc.php')
-rw-r--r-- | templates/show_install_account.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index e751a1bd..1e6991d3 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -55,7 +55,7 @@ if (INSTALL != '1') { exit; } <?php Error::display('general'); ?> <br /> <span class="header2"><?php echo _('Create Admin Account'); ?></span> - <form method="post" action="<?php echo $GLOBALS['php_self'] . "?action=create_account&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" > + <form method="post" action="<?php echo WEB_PATH . "?action=create_account&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" > <table> <tr> <td class="align"><?php echo _('Username'); ?></td> |