File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 152152 <div class="actions-panel__col actions-panel__logs shortcut-enter" data-key-action="href"><a href="/edit/db/?database=<?= $ key?> &token=<?= $ _SESSION ['token ' ]?> " title="<?= _ ("Editing Database " ) ?> "><i class="fas fa-pencil icon-orange icon-dim"></i></a></div>
153153 <?php } ?>
154154 <?php if ($ data [$ key ]['TYPE ' ] == 'mysql ' && isset ($ _SESSION ['PHPMYADMIN_KEY ' ]) && $ _SESSION ['PHPMYADMIN_KEY ' ] != '' && !ipUsed ()) { $ time = time (); ?>
155- <div class="actions-panel__col actions-panel__logs shortcut-enter" data-key-action="href"><a target="_blank" 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 )?> " title="<?= _ ("phpMyAdmin " ) ?> "><i class="fas fa-right-to-bracket icon-orange icon-dim"></i></a></div>
155+ <div class="actions-panel__col actions-panel__logs shortcut-enter" data-key-action="href"><a target="_blank" 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 )?> " title="<?= _ ("phpMyAdmin " ) ?> "><i class="fas fa-right-to-bracket icon-orange icon-dim"></i></a></div>
156156 <?php } ?>
157157 <div class="actions-panel__col actions-panel__suspend shortcut-s" data-key-action="js">
158158 <a
You can’t perform that action at this time.
0 commit comments