Link to phpmyadmin add in the parameters

This commit is contained in:
Alan Garcia 2012-09-07 16:26:11 +00:00
parent 4faba289bb
commit 7099ef1081
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ if(isset($r['user'])){
<th><?php __("Password"); ?></th>
<td><code><?php echo $r['password']; ?></code></td>
</tr>
<tr>
<td colspan=2 align=center><a href="/alternc-sql/?server=2" target=_blank><?php __("Web interface PhpMyAdmin"); ?></a></td>
</tr>
<?php
}
?>