diff options
author | Evan O'Connell <oconn.e@gmail.com> | 2013-08-18 18:29:07 -0400 |
---|---|---|
committer | Evan O'Connell <oconn.e@gmail.com> | 2013-08-18 18:29:07 -0400 |
commit | f472c60b18469ff8a06963708174dea1bfc08015 (patch) | |
tree | 77c886ff7a2b38e4c4297935ad46e4b7c8f19e6c /admin/admins/index.php | |
parent | e7dab48469ac779d639fff7e221c7b5a23ded148 (diff) | |
download | bayonetcms-f472c60b18469ff8a06963708174dea1bfc08015.tar.gz |
Adds untracked changes
Diffstat (limited to 'admin/admins/index.php')
-rw-r--r-- | admin/admins/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/admins/index.php b/admin/admins/index.php index a2e71e9..87ce2a0 100644 --- a/admin/admins/index.php +++ b/admin/admins/index.php @@ -48,6 +48,10 @@ else if(isset($_GET['delete'])){ else if(isset($_GET['create'])){ NewAdmin(); } +else if(isset($_GET['resetpassword'])){ + $user_id = $_GET['resetpassword']; + ResetPassword($user_id); +} ?> </td> </tr> |