#!/usr/bin/env php "/adminer/?username=ODBC&db=adminer_test", "mariadb" => "/adminer/?server=localhost:3307&username=ODBC&db=adminer_test", "pgsql" => "/adminer/?pgsql=&username=ODBC&db=adminer_test&ns=public", "cockroachdb" => "/adminer/?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public", "mssql" => "/adminer/?mssql=&username=ODBC&db=adminer_test&ns=dbo", "sqlite" => "/adminer/sqlite.php?sqlite=&username=ODBC&db=adminer_test.sqlite", ); foreach ($urls as $driver => $url) { $filename = __DIR__ . "/$driver.html"; $file = file_get_contents($filename); $test = str_replace(htmlspecialchars($urls['mysql']), htmlspecialchars($urls[$driver]), $input); $file = preg_replace("(