diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 22:47:56 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 22:47:56 +0200 |
commit | a86d89f5ca8d71febd764b20e939010901be4974 (patch) | |
tree | 3ce00a6814b425d0a8fc09fad80ad7062cb44267 /config | |
parent | 6bfe2289be05e9f54272a86a0f957ec41ef32e28 (diff) | |
download | nextcloud-server-a86d89f5ca8d71febd764b20e939010901be4974.tar.gz nextcloud-server-a86d89f5ca8d71febd764b20e939010901be4974.zip |
Add a static code checker for evil patterns in apps.
Disabled by default for now.
We will check for private api calls here later once the public api is in place
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9f6d674fc0e..0900937c690 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -24,6 +24,7 @@ $CONFIG = array( "mail_smtpauth" => "false", "mail_smtpname" => "", "mail_smtppassword" => "", +"appcodechecker" => "", // "datadirectory" => "" ); ?> |