Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
thirdPartyArchiving
Commits
5ec9a2f6
Verified
Commit
5ec9a2f6
authored
Dec 19, 2018
by
Alexandre Morin
Browse files
Update unlink -> is_link
parent
9c097248
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/medona/Controller/ArchiveTransfer.php
View file @
5ec9a2f6
...
...
@@ -205,7 +205,7 @@ class ArchiveTransfer extends abstractMessage
foreach
(
scandir
(
$zipFolder
)
as
$file
)
{
if
(
$file
!=
"."
&&
$file
!=
".."
)
{
if
(
un
link
(
$zipFolder
.
DIRECTORY_SEPARATOR
.
$file
))
{
if
(
is_
link
(
$zipFolder
.
DIRECTORY_SEPARATOR
.
$file
))
{
$this
->
sendError
(
"202"
,
"The container file contains symbolic links"
);
$exception
=
\
laabs
::
newException
(
'medona/invalidMessageException'
,
"Invalid message"
,
400
);
$exception
->
errors
=
$this
->
errors
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment