MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/www/_backups/phpmyadmin.emblazeone.org/libraries/config/page_settings.forms.php
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Used for page-related settings
 *
 * Extends groups defined in user_preferences.forms.php
 * specific to page-related settings
 *
 * See more info in user_preferences.forms.php
 *
 * @package PhpMyAdmin
 */

if (!is_array($forms)) {
    $forms = array();
}

$forms['Browse'] = array();
$forms['Browse']['Browse'] = $forms['Main_panel']['Browse'];

$forms['DbStructure'] = array();
$forms['DbStructure']['DbStructure'] = $forms['Main_panel']['DbStructure'];

$forms['Edit'] = array();
$forms['Edit']['Edit'] = $forms['Main_panel']['Edit'];
$forms['Edit']['Text_fields'] = $forms['Features']['Text_fields'];

$forms['TableStructure'] = array();
$forms['TableStructure']['TableStructure'] = $forms['Main_panel']['TableStructure'];