[wpdev-commits] xmlscripts/definitions/system access.xml,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-03 15:32:24
|
Update of /cvsroot/wpdev/xmlscripts/definitions/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5699/system Modified Files: access.xml Log Message: Resolved bug #0000260 Index: access.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/system/access.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** access.xml 30 Aug 2004 14:24:22 -0000 1.4 --- access.xml 3 Sep 2004 15:32:13 -0000 1.5 *************** *** 20,23 **** --- 20,26 ---- <action name="any" permit="true" /> </group> + <group name="Misc"> + <action name="Unlimited Tile" permit="true" /> + </group> </acl> *************** *** 39,43 **** </group> <group name="multi"> ! <action name="any" permit="true" /> </group> </acl> --- 42,49 ---- </group> <group name="multi"> ! <action name="any" permit="true" /> ! </group> ! <group name="Misc"> ! <action name="Unlimited Tile" permit="false" /> </group> </acl> |