Skip to content

Made UnityGroup class more generic #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cs warning fix (8)
  • Loading branch information
sheldor1510 committed Sep 1, 2023
commit 0ecd1f6e786bc4e8ca7f7be9963e95ac7bfc576f
3 changes: 2 additions & 1 deletion webroot/panel/modal/assign_role.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
require_once "../../../resources/autoload.php"; // Load required libs
?>

<form id="assignRoleForm" method="POST" action="<?php echo $CONFIG["site"]["prefix"]; ?>/panel/view_group.php?group=<?php echo $_GET["group"]; ?>">
<form id="assignRoleForm" method="POST"
action="<?php echo $CONFIG["site"]["prefix"]; ?>/panel/view_group.php?group=<?php echo $_GET["group"]; ?>">
<input type="hidden" name="form_name" value="assignRoleForm">
<div style="position: relative;">
<input type="text" id="member_search" name="operated_on_uid" placeholder="Search Members by UID" required>
Expand Down