diff options
| author | cflem <carson.fl3ming@gmail.com> | 2017-01-21 16:46:59 -0500 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2017-01-21 16:46:59 -0500 |
| commit | a17c35d61bcca213a810ba4abea896075647df66 (patch) | |
| tree | f3b8da3ff97791b0c0c1b28f519cd23bdb72ded5 /dash/settings.php | |
| parent | 1e969333228597382b1229d4e813629f884c698d (diff) | |
| download | bulletin-a17c35d61bcca213a810ba4abea896075647df66.tar.gz | |
Created ad responses
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> |
