浏览代码

Update groups.php

FusionPBX 7 年之前
父节点
当前提交
57cf61e294
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/groups/groups.php

+ 1 - 1
core/groups/groups.php

@@ -108,7 +108,7 @@
 		}
 	}
 	if (permission_exists('user_view')) {
-		echo "  <input type='button' class='btn' onclick=\"window.location='index.php'\" value='".$text['header-user_manager']."'>";
+		echo "  <input type='button' class='btn' onclick=\"window.location='../users/users.php'\" value='".$text['header-user_manager']."'>";
 	}
 	if (permission_exists('group_edit')) {
 		echo "	<input type='button' class='btn' alt='".$text['button-restore']."' onclick=\"window.location='permissions_default.php'\" value='".$text['button-restore']."'>";