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