Software: Apache. PHP/7.2.34 uname -a: Linux li456-155.members.linode.com 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/phpMyAdmin/js/pmd/ drwxr-xr-x | |
| Viewing file: Select action/file-type: function PDFPage(db_name, page_descr, tbl_cords)
{
this.pg_nr;
this.db_name = db_name;
this.page_descr = page_descr;
this.tbl_cords = tbl_cords;
}
function TableCoordinate(db_name, table_name, pdf_pg_nr, x, y)
{
this.id;
this.db_name = db_name;
this.table_name = table_name;
this.pdf_pg_nr = pdf_pg_nr;
this.x = x;
this.y = y;
}
|
:: Command execute :: | |