getCalloutsInGroups($_POST["groups"]); } else { $items = $admin->getCalloutsAllowed("name ASC"); } $bigtree["callout_count"] = intval($_POST["count"]); $bigtree["callout_key"] = htmlspecialchars($_POST["key"]); $bigtree["resources"] = json_decode(base64_decode($_POST["data"]),true); ?>