mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-20 02:37:55 +08:00
Don't set write access to ~/Modules and ~/Themes by default
--HG-- branch : 1.x
This commit is contained in:
@@ -13,14 +13,6 @@
|
|||||||
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/Media" />
|
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/Media" />
|
||||||
</parameter>
|
</parameter>
|
||||||
|
|
||||||
<parameter name="SetAclParameter3" description="Hidden - automatically sets write access for the app" defaultValue="{Application Path}/Modules" tags="Hidden">
|
|
||||||
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/Modules" />
|
|
||||||
</parameter>
|
|
||||||
|
|
||||||
<parameter name="SetAclParameter4" description="Hidden - automatically sets write access for the app" defaultValue="{Application Path}/Themes" tags="Hidden">
|
|
||||||
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/Themes" />
|
|
||||||
</parameter>
|
|
||||||
|
|
||||||
<!-- Prompts for database server name, this is used in the connection string parameter later -->
|
<!-- Prompts for database server name, this is used in the connection string parameter later -->
|
||||||
<parameter name="Database Server" description="Location of your database server (i.e. server name, IP address, or server\instance)" defaultValue=".\SQLEXPRESS" tags="SQL, dbServer">
|
<parameter name="Database Server" description="Location of your database server (i.e. server name, IP address, or server\instance)" defaultValue=".\SQLEXPRESS" tags="SQL, dbServer">
|
||||||
</parameter>
|
</parameter>
|
||||||
|
Reference in New Issue
Block a user