mirror of
https://github.com/vrana/adminer.git
synced 2026-01-06 07:41:01 +01:00
4 lines
58 B
PHP
4 lines
58 B
PHP
|
|
<?php
|
||
|
|
$_GET["db"] = "test";
|
||
|
|
$dbh->select_db($_GET["db"]);
|