rename /user/ to /agent/ and update links to use agent/ instead

This commit is contained in:
johnnyq
2025-09-23 18:04:23 -04:00
parent 6b6c70f1df
commit edabc5c33f
373 changed files with 93 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ if (file_exists("config.php")) {
// If they are an app user, send them to their start page
if (isset($_SESSION['logged'])) {
require_once "includes/load_global_settings.php";
header("Location: /user/$config_start_page");
header("Location: /agent/$config_start_page");
// If they're a client, send them to the client area
} elseif (isset($_SESSION['client_logged_in'])) {