typo fix
This commit is contained in:
parent
6fbc5bd2f9
commit
854733ebe2
1 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
||||||
<add key="ItemIdSessionKey" value="ItemId" />
|
<add key="ItemIdSessionKey" value="ItemId" />
|
||||||
<add key="UserGroupsKey" value="UserGroups" />
|
<add key="UserGroupsKey" value="UserGroups" />
|
||||||
<add key="OwaEditFoldersSession" value="OwaEditFolders" />
|
<add key="OwaEditFoldersSession" value="OwaEditFolders" />
|
||||||
<add key="PassswordResetSmsKey" value="PassswordResetSms" />
|
<add key="PasswordResetSmsKey" value="PasswordResetSms" />
|
||||||
</sessionKeys>
|
</sessionKeys>
|
||||||
<fileIcons defaultPath="~/Content/Images/other-icon.png" folderPath="~/Content/Images/folder_100x100.png">
|
<fileIcons defaultPath="~/Content/Images/other-icon.png" folderPath="~/Content/Images/folder_100x100.png">
|
||||||
<add extension=".txt" path="~/Content/Images/txt-icon.png" />
|
<add extension=".txt" path="~/Content/Images/txt-icon.png" />
|
||||||
|
@ -101,7 +101,6 @@
|
||||||
<add extension=".txt" mimeType="text/plain" isTargetBlank="true" />
|
<add extension=".txt" mimeType="text/plain" isTargetBlank="true" />
|
||||||
<add extension=".pdf" mimeType="application/pdf" isTargetBlank="true" />
|
<add extension=".pdf" mimeType="application/pdf" isTargetBlank="true" />
|
||||||
</typeOpener>
|
</typeOpener>
|
||||||
<twilio accountSid="s" authorizationToken="s" phoneFrom="s"/>
|
|
||||||
</webDavExplorerConfigurationSettings>
|
</webDavExplorerConfigurationSettings>
|
||||||
<!--
|
<!--
|
||||||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue