diff --git a/findindb.php b/findindb.php index 5c6e042..61215a7 100755 --- a/findindb.php +++ b/findindb.php @@ -17,7 +17,7 @@ function esp( $s ) $db1 = new db ("nextcloud"); $db2 = new db ("nextcloud"); $db1->query("SHOW tables FROM $database;"); -//print_r($db1->result); +print_r($db1); while( $table = $db1->result->fetch_assoc()) { echo "======================>" . $table['Tables_in_nextcloud'] ."\n";