other version numbers to avoid displaying
This commit is contained in:
@@ -88,7 +88,7 @@ function PMA_auth_fails()
|
||||
<body>
|
||||
<br /><br />
|
||||
<center>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin '); ?></h1>
|
||||
</center>
|
||||
<br />
|
||||
<table border="0" cellpadding="0" cellspacing="3" align="center" width="80%">
|
||||
|
@@ -56,7 +56,7 @@ function PMA_auth()
|
||||
|
||||
<br /><br />
|
||||
<center>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin'); ?></h1>
|
||||
</center>
|
||||
<br />
|
||||
|
||||
|
Reference in New Issue
Block a user