aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2015-07-14 15:29:06 +0200
committerMaZderMind2015-07-14 15:29:06 +0200
commit4f7e8ed71308f5ec2e16b71fd41d44ec00cf3ec4 (patch)
tree0352737b6615283fa50a9fd5388cdeb79692d151 /config.php
parente769a7e0a7f814bb85d509a0c7f13884fa8b4418 (diff)
Use a file to set a real password
Diffstat (limited to 'config.php')
-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')),
);
/**