Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
fc542633
Commit
fc542633
authored
Nov 19, 2015
by
Dan Poltawski
Browse files
Merge branch 'wip-MDL-52194-m28' of
https://github.com/marinaglancy/moodle
into MOODLE_28_STABLE
parents
f0f739f4
f988f63b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/flowplayer/lib.php
View file @
fc542633
...
...
@@ -36,7 +36,7 @@ function flowplayer_send_flash_content($filename) {
// Note: Do not use any fancy APIs here, this must work in all supported versions.
// No url params.
if
(
!
empty
(
$_GET
)
or
!
empty
(
$_POST
)
or
!
empty
(
$_REQUEST
)
)
{
if
(
!
empty
(
$_GET
)
or
!
empty
(
$_POST
))
{
header
(
"HTTP/1.1 404 Not Found"
);
die
;
}
...
...
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!
Cancel
Please
register
or
sign in
to comment