summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d92ab82dc..47d2d1726 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,8 +40,13 @@ check if:
);
```
* ownCloud < 8.2: Add this at the end of the file
-
- DEFINE('DEBUG', true);
+ ```php
+ <?php
+ $CONFIG = array(
+ // options
+ );
+ DEFINE('DEBUG', true);
+ ```
* Turn on debug level debug by adding **"loglevel" => 0,** to your **config/config.php** and reproduce the problem
* check **data/owncloud.log**