$ou_name]); } header("Location: " . $_SERVER["REQUEST_URI"]); exit; } unset($_POST); require_once ($_SERVER['DOCUMENT_ROOT']."/inc/header.php"); ?>

\n"; print "\n"; print "\n"; $flag=''; if ($row['default_users'] == 1) { $flag='D'; } if ($row['default_hotspot'] == 1) { $flag='H'; } $rules_count = get_record_sql($db_link, "SELECT COUNT(id) as cnt FROM auth_rules WHERE ou_id=?", [$row['id']]); if (!empty($rules_count) && $rules_count['cnt']>0) { $flag .='['.$rules_count['cnt'].']'; } print "\n"; print "\n"; print_yes_no($row['dynamic'],'custom','data'); print "\n"; print "\n"; } ?>
Id
{$row['id']}$flag"; print_url($row['ou_name'],"/admin/groups/edit_group.php?id=".$row['id']); print "