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
mahara
mahara
Commits
16695df9
Commit
16695df9
authored
Feb 08, 2007
by
Martyn Smith
Committed by
Martyn Smith
Feb 08, 2007
Browse files
A waffer thin patch to snoopy to let us do raw POSTs
parent
000e2e50
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/snoopy/Snoopy.class.php
View file @
16695df9
...
...
@@ -1192,6 +1192,9 @@ class Snoopy
function
_prepare_post_body
(
$formvars
,
$formfiles
)
{
if
(
is_string
(
$formvars
))
{
return
$formvars
;
}
settype
(
$formvars
,
"array"
);
settype
(
$formfiles
,
"array"
);
$postdata
=
''
;
...
...
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