Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-integrator
Commits
d6349b31
Verified
Commit
d6349b31
authored
10 months ago
by
dockx thibault
Browse files
Options
Download
Patches
Plain Diff
Fixes php style
parent
ef4f9d8b
dev
main
1.2
2 merge requests
!52
:sparkles: Releasing Fusiondirectory Integrator 1.2
,
!40
Resolve "[Integrator] - Refactor of current logic and creation of fusiondirectory library."
Pipeline
#28527
passed with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/FusionDirectory/Cli/FusionDirectory.php
+1
-1
src/FusionDirectory/Cli/FusionDirectory.php
with
1 addition
and
1 deletion
+1
-1
src/FusionDirectory/Cli/FusionDirectory.php
+
1
−
1
View file @
d6349b31
...
@@ -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
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets