get_group_settings.php
<?php
\ROF\Resource::init();
echo json_encode(R("get") ?? []);
return;
?>
<form method="POST" action="/set_group_settings.php">
form will go here for group settings
</form>
<?php
\ROF\Resource::init();
echo json_encode(R("get") ?? []);
return;
?>
<form method="POST" action="/set_group_settings.php">
form will go here for group settings
</form>