Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) Safe-mode: OFF (not secure) /usr/share/phpMyAdmin/js/pmd/ drwxr-xr-x |
Viewing file: Select action/file-type: /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Initialises the data required to run PMD, then fires it up. */ var j_tabs, h_tabs, contr, server, db, token, selected_page, pmd_tables_enabled; AJAX.registerTeardown('pmd/init.js', function () { $(".trigger").unbind('click'); }); AJAX.registerOnload('pmd/init.js', function () { $(".trigger").click(function () { $(".panel").toggle("fast"); $(this).toggleClass("active"); return false; }); var tables_data = $.parseJSON($("#script_tables").html()); j_tabs = tables_data.j_tabs; h_tabs = tables_data.h_tabs; contr = $.parseJSON($("#script_contr").html()); display_field = $.parseJSON($("#script_display_field").html()); server = $("#script_server").html(); db = $("#script_db").html(); token = $("#script_token").html(); selected_page = $("#script_display_page").html() === "" ? "-1" : $("#script_display_page").html(); pmd_tables_enabled = $("#pmd_tables_enabled").html() === "1"; Main(); if (! pmd_tables_enabled) { DesignerOfflineDB.open(function(success) { if (success) { Show_tables_in_landing_page(db); } }); } }); |
:: Command execute :: | |
--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0042 ]-- |