Эх сурвалжийг харах

Update user_setting_delete.php

FusionPBX 6 жил өмнө
parent
commit
0779c02f41

+ 3 - 3
core/user_settings/user_setting_delete.php

@@ -17,7 +17,7 @@
 
  The Initial Developer of the Original Code is
  Mark J Crane <[email protected]>
- 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;
 
-?>
+?>