File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 147147 < div class ="actions-panel__col actions-panel__logs shortcut-enter " key-action ="href "> < a href ="/edit/db/?database=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Editing Database');?> "> < i class ="fas fa-pencil-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
148148 < ?php } ?>
149149 < ?php if ($data[$key]['TYPE'] == 'mysql' && isset($_SESSION['PHPMYADMIN_KEY']) && $_SESSION['PHPMYADMIN_KEY'] != '') { $time = time(); ?>
150- < div class ="actions-panel__col actions-panel__logs shortcut-enter " key-action ="href "> < a href ="<?=$db_myadmin_link;?>/hestia-sso.php?database=<?=$key;?>&user=<?=$user;?>&exp=<?=$time;?>&hestia_token=<?=password_hash($key.$user.$_SESSION['user_combined_ip'].$time.$_SESSION['PHPMYADMIN_KEY'], PASSWORD_DEFAULT)?> " title ="<?=_('Editing Database');?> "> < i class ="fas fa-sign-in-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
150+ < div class ="actions-panel__col actions-panel__logs shortcut-enter " key-action ="href "> < a target =" _blank " href ="<?=$db_myadmin_link;?>/hestia-sso.php?database=<?=$key;?>&user=<?=$user;?>&exp=<?=$time;?>&hestia_token=<?=password_hash($key.$user.$_SESSION['user_combined_ip'].$time.$_SESSION['PHPMYADMIN_KEY'], PASSWORD_DEFAULT)?> " title ="<?=_('Editing Database');?> "> < i class ="fas fa-sign-in-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
151151 < ?php } ?>
152152 < div class ="actions-panel__col actions-panel__suspend shortcut-s " key-action ="js ">
153153 < a id ="<?=$spnd_action ?>_link_<?=$i?> " class ="data-controls do_<?=$spnd_action?> " title ="<?=_($spnd_action)?> ">
193193 </ div >
194194 </ div >
195195 </ div >
196- </ div >
196+ </ div >
You can’t perform that action at this time.
0 commit comments