diff options
author | Ermal <eri@pfsense.org> | 2011-06-07 08:08:13 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-06-07 08:08:13 +0000 |
commit | 3f8a13e051d17b6240f30f9a0c284baa3a0559ac (patch) | |
tree | 6282203aa840a291d11416123131996eb9c2b06f /usr | |
parent | 60ccf01c45e5fa05441081fd153f00f4f2d2c1bf (diff) | |
download | pfsense-3f8a13e051d17b6240f30f9a0c284baa3a0559ac.zip pfsense-3f8a13e051d17b6240f30f9a0c284baa3a0559ac.tar.gz |
Oops correct the POST destination page.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_usermanager_passwordmg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_passwordmg.php b/usr/local/www/system_usermanager_passwordmg.php index cf9a99d..b8b3f76 100644 --- a/usr/local/www/system_usermanager_passwordmg.php +++ b/usr/local/www/system_usermanager_passwordmg.php @@ -92,7 +92,7 @@ if ($islocal == false) { <div id="mainarea"> <div class="tabcont"> - <form action="system_usermanager.php" method="post" name="iform" id="iform"> + <form action="system_usermanager_passwordmg.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td colspan="2" valign="top" class="listtopic"><?=$HTTP_SERVER_VARS['AUTH_USER']?>'s <?=gettext("Password"); ?></td> |