mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
rename /user/ to /agent/ and update links to use agent/ instead
This commit is contained in:
@@ -218,7 +218,7 @@ if (isset($_POST['login'])) {
|
||||
if (isset($_GET['last_visited'])) {
|
||||
redirect($_SERVER["REQUEST_SCHEME"] . "://" . $config_base_url . base64_decode($_GET['last_visited']) );
|
||||
} else {
|
||||
redirect("user/$config_start_page");
|
||||
redirect("agent/$config_start_page");
|
||||
}
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user