diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 09:46:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 09:46:22 +0000 |
commit | fb3f5189882db644e443ebaf4e5e1efdb84d4348 (patch) | |
tree | 23bb5b6a297102d31a8fcdf56141c8f52f2907d6 /templates/show_install_account.inc.php | |
parent | 621f007155dc1e3a8a5b916e246018df4a25d4f3 (diff) | |
download | ampache-fb3f5189882db644e443ebaf4e5e1efdb84d4348.tar.gz ampache-fb3f5189882db644e443ebaf4e5e1efdb84d4348.tar.bz2 ampache-fb3f5189882db644e443ebaf4e5e1efdb84d4348.zip |
fixed up install script and updated sql file
Diffstat (limited to 'templates/show_install_account.inc.php')
-rw-r--r-- | templates/show_install_account.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 1cc18fff..d8a0f721 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2005 Ampache.org + Copyright (c) 2001 - 2006 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -53,7 +53,8 @@ </dl> <br /><br /> <span class="header2">Create Admin Account</span> -<form method="post" action="<?php echo $_SERVER['PHP_SELF'] . "?action=create_account"; ?>" enctype="multipart/form-data" > +<?php echo $GLOBALS['error']->print_error('general'); ?> +<form method="post" action="<?php echo $GLOBALS['php_self'] . "?action=create_account"; ?>" enctype="multipart/form-data" > <table cellpadding="5" cellspacing="0" border="0"> <tr> <td><?php echo _("Username"); ?></td> |