Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
0f420f55
Commit
0f420f55
authored
Oct 13, 2018
by
Carsten Rose
Browse files
Add comment to
http://php.net/manual/de/function.urldecode.php#refsect1-function.urldecode-notes
parent
f2fbf0f2
Pipeline
#1010
passed with stage
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/qfq/qfq/store/Client.php
View file @
0f420f55
...
...
@@ -35,7 +35,7 @@ class Client {
Sanitize
::
digitCheckAndCleanGet
(
CLIENT_PAGE_LANGUAGE
);
if
(
isset
(
$_GET
))
{
$get
=
$_GET
;
$get
=
$_GET
;
// do not use urldecode() - http://php.net/manual/de/function.urldecode.php#refsect1-function.urldecode-notes
}
if
(
isset
(
$_POST
))
{
...
...
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