diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-04 03:02:01 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-04 03:02:01 +0300 |
| commit | 63f714d5a78b765c117ebf6bbdfdbd748dd45644 (patch) | |
| tree | 87a4db40e1ff699222ccfdf699a3904d1c665bfc /tests/dotnet-pass.php | |
| parent | 931a93cd7bae092e2752064568cebe407d2bf46e (diff) | |
| download | gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.gz gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.bz2 gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.zip | |
authentication; invitation; activation; base form setup
Diffstat (limited to 'tests/dotnet-pass.php')
| -rwxr-xr-x | tests/dotnet-pass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dotnet-pass.php b/tests/dotnet-pass.php index 191a2d2..7f6cb28 100755 --- a/tests/dotnet-pass.php +++ b/tests/dotnet-pass.php @@ -187,7 +187,7 @@ class SomeUserClass 'AMHM+lMKiSdmucVv8KhQ9yyF/sVj8Pay16HJkBDORJxvHDm0WFP2vww9DBVo3JTEoA==' ); - echo "\nresult= ". json_encode([ 'match' => $result ]); + echo "\nresult= ". json_encode([ 'match' => $result ], JSON_UNESCAPED_UNICODE); ?> |
