diff options
Diffstat (limited to 'dash/settings.php')
| -rw-r--r-- | dash/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/settings.php b/dash/settings.php index 9a7179a..c17a6dd 100644 --- a/dash/settings.php +++ b/dash/settings.php @@ -28,7 +28,7 @@ if (!empty($_POST['oldpass'])) { <h3 id="fjhtitle">Account Settings</h3> <p id="fjhdesc">Adjusting for <?=htmlentities($b_user['email']);?></p> </div> - <form action="/dash/settings.php" method="post"> + <form action="<?=$_SERVER['REQUEST_URI'];?>" method="post"> <div id="fjbody"> <h4>Current Password</h4> <p>Your current password is needed to change your account settings.</p> |
