Update apps_management_installation.rst

removed incorrect 'appcodechecker' section
This commit is contained in:
Carla Schroder
2014-11-20 15:10:47 -08:00
parent e5766c8106
commit d90daf11f4

View File

@@ -113,15 +113,4 @@ To enable installation from your own apps store:
"appstoreenabled" => true,
"appstoreurl" => "http://api.apps.owncloud.com/v1",
Guarding Against Malicious Code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can enable checks for malicious code fragments in third party apps
by setting the **appcodechecker** parameter.
.. code-block:: php
<?php
"appcodechecker" => false,