mirror of
https://github.com/unraid/webgui.git
synced 2026-04-25 03:39:23 -05:00
fix: Replace unassigned_log with outgoingproxy_log
unassigned_log is not a valid function
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