Remove version check

This commit is contained in:
2025-04-21 21:14:59 -07:00
parent fe090bc88f
commit 46e8124525
7 changed files with 1 additions and 134 deletions

View File

@@ -26,13 +26,6 @@ $separator = PMA_get_arg_separator('html');
// message handling
messages_begin();
//
// Check phpMyAdmin version
//
if (isset($_GET['version_check'])) {
PMA_version_check();
}
//
// Perform various security, compatibility and consistency checks
//
@@ -226,5 +219,4 @@ display_form_bottom();
<div id="footer">
<a href="http://phpmyadmin.net"><?php echo __('phpMyAdmin homepage') ?></a>
<a href="http://sourceforge.net/donate/index.php?group_id=23067"><?php echo __('Donate') ?></a>
<a href="?version_check=1<?php echo "{$separator}token=" . $_SESSION[' PMA_token '] ?>"><?php echo __('Check for latest version') ?></a>
</div>