git-svn-id: http://xe-core.googlecode.com/svn/trunk@153 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-22 03:06:50 +00:00
parent 693103aaa0
commit 17c29c6957
15 changed files with 108 additions and 107 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<module standalone="true" default_action="dispIntroduce">
<module default_action="dispIntroduce">
<grants />
<actions>
<action name="dispIntroduce" type="view" grant="guest" />
<action name="dispInstallForm" type="view" grant="guest" />
<action name="procInstall" type="controller" grant="guest" />
<action name="dispIntroduce" type="view" standalone="true" />
<action name="dispInstallForm" type="view" standalone="true" />
<action name="procInstall" type="controller" standalone="true" />
</actions>
</module>