We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0ada4 commit d972746Copy full SHA for d972746
web/templates/pages/list_db.php
@@ -186,7 +186,7 @@ class="units-table-row-action-link"
186
<a
187
class="units-table-row-action-link"
188
href="<?= $db_myadmin_link?>hestia-sso.php?database=<?= $key ?>&user=<?= $user_plain?>&exp=<?= $time?>&hestia_token=<?=password_hash($key.$user_plain.$_SESSION['user_combined_ip'].$time.$_SESSION['PHPMYADMIN_KEY'], PASSWORD_DEFAULT) ?>"
189
- title="phpMyAdmin"
+ title="phpMyAdmin" target="_blank"
190
>
191
<i class="fas fa-right-to-bracket icon-orange"></i>
192
<span class="u-hide-desktop">phpMyAdmin</span>
0 commit comments