Update and rename groupmembers.php to group_members.php

This commit is contained in:
FusionPBX 2020-05-08 19:13:06 -06:00 committed by GitHub
parent 8a0e16d9b6
commit a32244f4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
break;
}
header('Location: groupmembers.php?group_uuid='.urlencode($group_uuid));
header('Location: group_members.php?group_uuid='.urlencode($group_uuid));
exit;
}
@ -224,4 +224,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>