1
0
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:
Jakub Vrana
2025-02-26 16:15:55 +01:00
parent c38b967fc4
commit cf835515b1

View File

@@ -371,6 +371,10 @@ function number_type() {
return '';
}
function ini_bool() {
return true;
}
$project = "adminer";
if ($_SERVER["argv"][1] == "editor") {
$project = "editor";