mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
10 lines
213 B
PHP
10 lines
213 B
PHP
<?php
|
|
// To create Adminer just for Elasticsearch, run `../compile.php elastic`.
|
|
|
|
function adminer_object() {
|
|
include_once "../plugins/drivers/elastic.php";
|
|
return new Adminer\Adminer;
|
|
}
|
|
|
|
include "./index.php";
|