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