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