uawdijnntqw1x1x1
IP : 216.73.216.34
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
.
/
..
/
usr
/
share
/
reportbug
/
..
/
phpmyadmin
/
js
/
server_plugins.js
/
/
/* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Functions used in server plugins pages */ var pma_theme_image; // filled in server_plugins.php AJAX.registerOnload('server_plugins.js', function () { // Add tabs $('#pluginsTabs').tabs({ // Tab persistence cookie: { name: 'pma_serverStatusTabs', expires: 1 }, show: function (event, ui) { // Fixes line break in the menu bar when the page overflows and scrollbar appears $('#topmenu').menuResizer('resize'); // 'Plugins' tab is too high due to hiding of 'Modules' by negative left position, // hide tabs by changing display to fix it $(ui.panel).closest('.ui-tabs').find('> div').not(ui.panel).css('display', 'none'); $(ui.panel).css('display', 'block'); } }); // Make columns sortable, but only for tables with more than 1 data row var $tables = $('#plugins_plugins table:has(tbody tr + tr)'); $tables.tablesorter({ sortList: [[0, 0]], widgets: ['zebra'] }); $tables.find('thead th') .append('<img class="sortableIcon" src="' + pma_theme_image + 'cleardot.gif" alt="">'); });
/var/./../usr/share/reportbug/../phpmyadmin/js/server_plugins.js