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