mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Remove debug output
This commit is contained in:
committed by
GitHub
parent
81f735b3b2
commit
042782ce6c
@@ -133,8 +133,6 @@ function apisend($url, $method = 'GET', $content = NULL) {
|
||||
));
|
||||
if ($content)
|
||||
$scontext['http']['content'] = $content;
|
||||
print_r($scontext);
|
||||
print_r($url);
|
||||
|
||||
return file_get_contents($url, false, stream_context_create($scontext));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user