mirror of
https://github.com/unraid/webgui.git
synced 2026-05-23 22:59:36 -05:00
Merge pull request #2164 from unraid/fix-proxy
fix: Replace unassigned_log with outgoingproxy_log
This commit is contained in:
@@ -187,7 +187,7 @@ function decrypt_data($data) {
|
||||
|
||||
/* Ensure the decrypted data is UTF-8 encoded. */
|
||||
if (!mb_check_encoding($decrypted, 'UTF-8')) {
|
||||
unassigned_log("Warning: Data is not UTF-8 encoded");
|
||||
outgoingproxy_log("Warning: Data is not UTF-8 encoded");
|
||||
$decrypted = "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user