Update user_setting_delete.php

This commit is contained in:
FusionPBX 2019-05-20 08:32:56 -06:00 committed by GitHub
parent 102da92f37
commit 91118fa6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2012
Portions created by the Initial Developer are Copyright (C) 2008-2019
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -63,7 +63,7 @@
message::add($text['message-delete_failed'], 'negative');
}
header("Location: user_edit.php?id=".check_str($_REQUEST["user_uuid"]));
header("Location: /core/users/user_edit.php?id=".check_str($_REQUEST["user_uuid"]));
exit;
?>
?>