From dba08714bf3fb24f5d35edef8b37321f8e97d49f Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 23 Sep 2025 19:17:14 -0400 Subject: [PATCH] moved user preferences and user settings into /agent/user/ directory --- agent/includes/inc_all_user.php | 14 ------- agent/user/includes/inc_all_user.php | 14 +++++++ agent/{ => user}/includes/user_side_nav.php | 3 +- agent/user/post.php | 46 +++++++++++++++++++++ agent/{ => user}/post/profile.php | 2 +- agent/{ => user}/user_activity.php | 4 +- agent/{ => user}/user_details.php | 4 +- agent/{ => user}/user_preferences.php | 2 +- agent/{ => user}/user_security.php | 4 +- includes/top_nav.php | 4 +- 10 files changed, 72 insertions(+), 25 deletions(-) delete mode 100644 agent/includes/inc_all_user.php create mode 100644 agent/user/includes/inc_all_user.php rename agent/{ => user}/includes/user_side_nav.php (96%) create mode 100644 agent/user/post.php rename agent/{ => user}/post/profile.php (99%) rename agent/{ => user}/user_activity.php (95%) rename agent/{ => user}/user_details.php (96%) rename agent/{ => user}/user_preferences.php (98%) rename agent/{ => user}/user_security.php (97%) diff --git a/agent/includes/inc_all_user.php b/agent/includes/inc_all_user.php deleted file mode 100644 index 7830a69f..00000000 --- a/agent/includes/inc_all_user.php +++ /dev/null @@ -1,14 +0,0 @@ - + diff --git a/agent/user/post.php b/agent/user/post.php new file mode 100644 index 00000000..50b8332b --- /dev/null +++ b/agent/user/post.php @@ -0,0 +1,46 @@ +
- "> + "> Remove Avatar
@@ -78,4 +78,4 @@ require_once "includes/inc_all_user.php";
Enable MFA - + Disable MFA @@ -97,4 +97,4 @@ if (!empty($_SESSION['show_mfa_modal'])) { unset($_SESSION['show_mfa_modal']); } -require_once "../includes/footer.php"; +require_once "../../includes/footer.php"; diff --git a/includes/top_nav.php b/includes/top_nav.php index 511302c0..e5535b6f 100644 --- a/includes/top_nav.php +++ b/includes/top_nav.php @@ -104,8 +104,8 @@ Administration - Account - Logout + Account + Logout