other version numbers to avoid displaying

This commit is contained in:
Marc Delisle
2008-08-08 16:15:16 +00:00
parent c5523a8259
commit 524823353d
2 changed files with 2 additions and 2 deletions

View File

@@ -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%">

View File

@@ -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 />