mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Support compiling Elastic driver
This commit is contained in:
@@ -371,6 +371,10 @@ function number_type() {
|
|||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function ini_bool() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
$project = "adminer";
|
$project = "adminer";
|
||||||
if ($_SERVER["argv"][1] == "editor") {
|
if ($_SERVER["argv"][1] == "editor") {
|
||||||
$project = "editor";
|
$project = "editor";
|
||||||
|
Reference in New Issue
Block a user