fix for action on form

This commit is contained in:
skeeter 2001-02-22 05:42:17 +00:00
parent 99883c4bb0
commit 9ec5db9093
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
echo parse_navbar();
?>
<form method="POST" acion="<?php echo $phpgw->link("changepassword.php"); ?>">
<form method="POST" action="<?php echo $phpgw->link("changepassword.php"); ?>">
<table border="0">
<tr>
<td>

View File

@ -24,7 +24,7 @@
</td></tr>
<tr><td align="left" bgcolor="486591"><font color="fefefe">Details for Admin account</td><td align="right" bgcolor="486591">&nbsp;</td></tr>
<tr><td>
<form method="POST" acion="<?php echo $PHP_SELF; ?>">
<form method="POST" action="<?php echo $PHP_SELF; ?>">
<table border="0">
<tr>
<td>Admin username</td>