Your version of bitweaver is already up to date.
{else}Your version of bitweaver will be updated to {$gBitSystem->getBitVersion()} as soon as you hit the submit button below. This will allow you to enter your site again.
{/if} {if $version_210beta}The following table shows you all permissions on your system. The default group of a given permission is highlighted. We urge you to study this table closely as the default for many of the edit permissions have changed. Additionally, new create permissions have been added, please be sure to check those as well. If you don't update these, your site will likely allow unwanted users to edit content.
You can visit the {smartlink ititle="Permission Maintenance" ipackage=users ifile="admin/role_permissions.php"} page at any time to make further adjustments.
| Permission | {foreach from=$allGroups item=group name=groups}{if $smarty.foreach.groups.total > 8}{$group.group_id}{else}{$group.group_name}{/if} | {/foreach}
|---|---|
| {$p} | {foreach from=$allGroups item=group} {if $perm.perm_level == 'admin' }{assign var=id value=1} {elseif $perm.perm_level == 'editors' }{assign var=id value=2} {elseif $perm.perm_level == 'registered'}{assign var=id value=3} {elseif $perm.perm_level == 'basic' }{assign var=id value=-1}{/if} {if $id == $group.group_id and !$group.perms.$p} {assign var=style value="background:#fc3"} {elseif $id == $group.group_id and $group.perms.$p} {assign var=style value="background:#fea"} {elseif $id != $group.group_id and $group.perms.$p} {assign var=style value="background:#ddd"} {else} {assign var=style value=""} {/if}{/foreach} |