mirror of
https://github.com/vrana/adminer.git
synced 2026-07-13 06:11:45 +02:00
Use PHP 5.3 functions
This commit is contained in:
@@ -21,7 +21,7 @@ if (isset($_GET["elastic5"])) {
|
||||
'method' => $method,
|
||||
'content' => $content !== null ? json_encode($content) : $content,
|
||||
'header' => $content !== null ? 'Content-Type: application/json' : array(),
|
||||
'ignore_errors' => 1, // available since PHP 5.2.10
|
||||
'ignore_errors' => 1,
|
||||
'follow_location' => 0,
|
||||
'max_redirects' => 0,
|
||||
))));
|
||||
|
||||
Reference in New Issue
Block a user