Skip to content

Commit 458ad83

Browse files
committed
remove from pi-mgmt as well
1 parent b221f48 commit 458ad83

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

webroot/admin/pi-mgmt.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
$group->denyGroup($OPERATOR);
2727
}
2828

29-
break;
30-
case "remGroup":
31-
$remGroup = new UnityGroup($_POST["pi"], $LDAP, $SQL, $MAILER, $REDIS, $WEBHOOK);
32-
$remGroup->removeGroup();
33-
3429
break;
3530
case "reqChild":
3631
$parent_group = new UnityGroup($_POST["pi"], $LDAP, $SQL, $MAILER, $REDIS, $WEBHOOK);

0 commit comments

Comments
 (0)