diff options
author | Kartic Krishnamurthy <drunkensufi@lindenlab.com> | 2008-09-16 18:51:11 +0000 |
---|---|---|
committer | Kartic Krishnamurthy <drunkensufi@lindenlab.com> | 2008-09-16 18:51:11 +0000 |
commit | dcb74148f5d46f10d0c77d40d2c24888ad739859 (patch) | |
tree | a102bb48928c28c392e8c4575b9d62c99481bbd8 /etc | |
parent | 785e5313bc0e850895d41a4be196cce7cefe3cdf (diff) |
Banned the AIS related caps so that when the new Server is deployed, AIS code is NOT automatically enabled.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/message.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/message.xml b/etc/message.xml index ad1327ea35..0695d0580d 100644 --- a/etc/message.xml +++ b/etc/message.xml @@ -567,16 +567,16 @@ <boolean>false</boolean> <key>WebFetchInventoryDescendents</key> - <boolean>false</boolean> + <boolean>true</boolean> <key>FetchInventory</key> - <boolean>false</boolean> + <boolean>true</boolean> <key>FetchLibDescendents</key> - <boolean>false</boolean> + <boolean>true</boolean> <key>FetchLib</key> - <boolean>false</boolean> + <boolean>true</boolean> </map> <key>messageBans</key> |