1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Compile PostgreSQL: Address warnings (fix #916)

This commit is contained in:
Jakub Vrana
2025-03-17 07:43:10 +01:00
parent ea5a7453fb
commit a460019535

View File

@@ -268,6 +268,7 @@ if ($_SERVER["argv"][1]) {
include __DIR__ . "/adminer/include/pdo.inc.php";
include __DIR__ . "/adminer/include/driver.inc.php";
$connection = new stdClass; // used in support()
$features = array("check", "call" => "routine", "dump", "event", "privileges", "procedure" => "routine", "processlist", "routine", "scheme", "sequence", "status", "trigger", "type", "user" => "privileges", "variables", "view");
$lang_ids = array(); // global variable simplifies usage in a callback function
$file = file_get_contents(__DIR__ . "/$project/index.php");