Menu

[r1]: / trunk / Source / Modules / Static / Module.config  Maximize  Restore  History

Download this file

17 lines (15 with data), 378 Bytes

<?xml version="1.0" encoding="utf-8" ?>
<module>
	<tasks>
		<!-- Modify is same as Add, Edit, Read, Delete -->
		<task name="Editor"
			  permissions="Read, Edit" />
	</tasks>
	
	<pages>
		<page pattern="Default.aspx"
			  access="ViewPage" />
			  
		<page pattern="Edit.aspx"
			  transform="Default.aspx?edit=true" 
			  access="Editor" />
	</pages>
</module>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.