mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
SQLite: Display all rows of variable values
This commit is contained in:
@@ -10,7 +10,7 @@ if (!$variables) {
|
||||
foreach ($variables as $key => $val) {
|
||||
echo "<tr>";
|
||||
echo "<th><code class='jush-" . $jush . ($status ? "status" : "set") . "'>" . h($key) . "</code>";
|
||||
echo "<td>" . h($val);
|
||||
echo "<td>" . nl_br(h($val));
|
||||
}
|
||||
echo "</table>\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user