diff --git a/issue_template.md b/issue_template.md index b0b24e56df04e753fd5e4c2739f19a5b4c327b83..3859ea1c414f51310a18cd8b5861b0b6b252b48c 100644 --- a/issue_template.md +++ b/issue_template.md @@ -33,6 +33,12 @@ from within your ownCloud installation folder **The content of config/config.php:** ``` +If you have access to your command line run e.g.: +sudo -u www-data php occ config:list system --public +from within your ownCloud installation folder + +or + Insert your config.php content here (Without the database password, passwordsalt and secret) ```