mirror of
https://github.com/unraid/webgui.git
synced 2026-03-05 08:00:49 -06:00
Dont anonymize bug report diagnostics sent to Limetech
This commit is contained in:
@@ -16,7 +16,7 @@ $keyfile = trim(base64_encode(@file_get_contents($var['regFILE'])));
|
||||
|
||||
if (array_key_exists('getdiagnostics', $_GET)) {
|
||||
$diag_file = '/tmp/feedback_diagnostics_'.time().'.zip';
|
||||
exec("/usr/local/emhttp/plugins/dynamix/scripts/diagnostics $diag_file");
|
||||
exec("/usr/local/emhttp/plugins/dynamix/scripts/diagnostics -a $diag_file");
|
||||
echo base64_encode(@file_get_contents($diag_file));
|
||||
@unlink($diag_file);
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user