|
From: Chris W. <la...@us...> - 2001-10-29 05:17:36
|
Update of /cvsroot/openinteract/OpenInteract/pkg/system_doc/data
In directory usw-pr-cvs1:/tmp/cvs-serv6229/system_doc/data
Modified Files:
install_security.dat
Log Message:
dumb reorder
Index: install_security.dat
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/system_doc/data/install_security.dat,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install_security.dat 2001/10/29 03:37:42 1.6
--- install_security.dat 2001/10/29 05:17:33 1.7
***************
*** 4,10 ****
transform_default_to_id => [ 'scope_id' ],
transform_class_to_website => [ 'class' ] },
- [ 'OpenInteract::Handler::SystemDoc', 0, 'w', 'world', 1 ],
- [ 'OpenInteract::Handler::SystemDoc', 0, 'g', 'site_admin_group', 8 ],
[ 'OpenInteract::Page', '/oi_docs', 'w', 'world', 1 ],
[ 'OpenInteract::Page', '/oi_docs', 'g', 'site_admin_group', 8 ],
];
--- 4,10 ----
transform_default_to_id => [ 'scope_id' ],
transform_class_to_website => [ 'class' ] },
[ 'OpenInteract::Page', '/oi_docs', 'w', 'world', 1 ],
[ 'OpenInteract::Page', '/oi_docs', 'g', 'site_admin_group', 8 ],
+ [ 'OpenInteract::Handler::SystemDoc', 0, 'w', 'world', 1 ],
+ [ 'OpenInteract::Handler::SystemDoc', 0, 'g', 'site_admin_group', 8 ],
];
|