We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ab952 commit a92442cCopy full SHA for a92442c
isbn/swiss.php
@@ -55,7 +55,7 @@
55
],
56
];
57
$context = stream_context_create($contextOptions);
58
-$result = file_get_contents($urlBase . $suchString . $urlSuffix, FALSE, $context);
+$result = file_get_contents($urlBase . $suchString . $urlSuffix, false, $context);
59
60
if ($result === false) {
61
header('HTTP/1.1 400 Bad Request');
0 commit comments