Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
srv
/
admin
/
htdocs
/
phppgadmin-5.6
/
//proc/212/root/srv/admin/htdocs/phppgadmin-5.6/links.js
/** * Function for updating browser frame and topbar frame so that sqledit window * pops up with properly selected database. * * $Id: links.js,v 1.4 2004/07/13 15:24:41 jollytoad Exp $ */ function updateLinks(getVars) { var topbarLink = 'topbar.php' + getVars; var browserLink = 'browser.php' + getVars; var detailLink = 'redirect.php' + getVars + 'section=database'; parent.frames.topbar.location = topbarLink; parent.frames.detail.location = detailLink; parent.frames.browser.location = browserLink; }