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