Link to phpmyadmin add in the parameters
This commit is contained in:
parent
4faba289bb
commit
7099ef1081
|
@ -71,6 +71,9 @@ if(isset($r['user'])){
|
||||||
<th><?php __("Password"); ?></th>
|
<th><?php __("Password"); ?></th>
|
||||||
<td><code><?php echo $r['password']; ?></code></td>
|
<td><code><?php echo $r['password']; ?></code></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan=2 align=center><a href="/alternc-sql/?server=2" target=_blank><?php __("Web interface PhpMyAdmin"); ?></a></td>
|
||||||
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue