fix: Replace unassigned_log with outgoingproxy_log

unassigned_log is not a valid function
This commit is contained in:
ljm42
2025-04-22 20:42:21 -07:00
parent eed3969dd5
commit 5c5d8562e0
@@ -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 = "";
}