Skip to content

Commit d972746

Browse files
authored
Fix: Open PHPMyAdmin in new window (hestiacp#3916)
1 parent 0b0ada4 commit d972746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/pages/list_db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class="units-table-row-action-link"
186186
<a
187187
class="units-table-row-action-link"
188188
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"
189+
title="phpMyAdmin" target="_blank"
190190
>
191191
<i class="fas fa-right-to-bracket icon-orange"></i>
192192
<span class="u-hide-desktop">phpMyAdmin</span>

0 commit comments

Comments
 (0)