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