aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php b/config.php
index a17a156..a314406 100644
--- a/config.php
+++ b/config.php
@@ -537,8 +537,8 @@ $GLOBALS['CONFIG']['FEEDBACK'] = array(
* es kann dann nur noch durch manuelle Inspektion der .sqlite3-Datei auf das Feedback
* zugegriffen werden.
*/
- 'USERNAME' => 'winke',
- 'PASSWORD' => 'katze',
+ 'USERNAME' => 'katze',
+ 'PASSWORD' => trim(@file_get_contents('/opt/streaming-feedback/feedback-password')),
);
/**