|
From: Chris W. <la...@us...> - 2001-10-20 15:13:19
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/data
In directory usw-pr-cvs1:/tmp/cvs-serv13053/data
Added Files:
install_security.dat
Log Message:
updated security
--- NEW FILE: install_security.dat ---
$security = [
{ spops_class => 'OpenInteract::Security',
field_order => [ qw/ class object_id scope scope_id security_level / ],
transform_default_to_id => [ 'scope_id' ],
transform_class_to_website => [ 'class' ] },
[ 'OpenInteract::Handler::Page', 0, 'w', 'world', 4 ],
[ 'OpenInteract::Handler::Page', 0, 'g', 'site_admin_group', 8 ],
[ 'OpenInteract::Page', 'ROOT_OBJECT', 'w', 'world', 4 ],
[ 'OpenInteract::Page', 'ROOT_OBJECT', 'g', 'site_admin_group', 8 ],
];
|