}
echo "<p>" . lang('%s version: %s through PHP extension %s', $drivers[DRIVER], "<b>$connection->server_info</b>", "<b>$connection->extension</b>") . "\n";
echo "<p>" . lang('Logged as: %s', "<b>" . h(logged_user()) . "</b>") . "\n";
+ if ($_GET["refresh"]) {
+ set_session("dbs", null);
+ }
$databases = get_databases();
if ($databases) {
$scheme = support("scheme");
}
echo "</table>\n";
echo "<p><input type='submit' name='drop' value='" . lang('Drop') . "'" . confirm("formChecked(this, /db/)") . ">\n";
+ echo "<a href='" . h(ME) . "refresh=1'>" . lang('Refresh') . "</a>\n";
echo "</form>\n";
}
}
'Session support must be enabled.' => 'Session proměnné musí být povolené.',
'Session expired, please login again.' => 'Session vypršela, přihlašte se prosím znovu.',
'%s version: %s through PHP extension %s' => 'Verze %s: %s přes PHP extenzi %s',
+ 'Refresh' => 'Obnovit',
'Privileges' => 'Oprávnění',
'Create user' => 'Vytvořit uživatele',
Recognize $$ strings in SQL command (PostgreSQL)
Always display all drivers
Timestamp at the end of export
+Link to refresh database cache (bug #3102451)
Disable XSS "protection" of IE8
Immunity against zend.ze1_compatibility_mode
Fix last page with empty result set