Verified Commit d6349b31 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fixes php style

parent ef4f9d8b
2 merge requests!52:sparkles: Releasing Fusiondirectory Integrator 1.2,!40Resolve "[Integrator] - Refactor of current logic and creation of fusiondirectory library."
Pipeline #28527 passed with stages
in 1 minute and 3 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -184,7 +184,7 @@ class FusionDirectory extends Application ...@@ -184,7 +184,7 @@ class FusionDirectory extends Application
} }
foreach ($lines as $line) { foreach ($lines as $line) {
if (preg_match('/RequestHeader set FDKEY ([^ \n]+)\n/', $line, $m)) { if (preg_match('/RequestHeader set FDKEY ([^ \n]+)\n/', $line, $m)) {
$secret = sodium_base642bin($m[1], SODIUM_BASE64_VARIANT_ORIGINAL); $secret = sodium_base642bin($m[1], SODIUM_BASE64_VARIANT_ORIGINAL, '');
break; break;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment