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