DT
This commit is contained in:
parent
8ea4efb32e
commit
8d79c222b7
@ -4,7 +4,11 @@
|
||||
require("db.class.php");
|
||||
$database = $argv[1];
|
||||
$string = (isset($argv[2]))?$argv[2]:"";
|
||||
|
||||
function esp( $s )
|
||||
{
|
||||
$s = " $s ";
|
||||
return $s;
|
||||
}
|
||||
$db1 = new db ("nextcloud");
|
||||
$db2 = new db ("nextcloud");
|
||||
$db1->query("SHOW tables FROM $database;");
|
||||
|
Reference in New Issue
Block a user