[ Avaa Bypassed ]




Upload:

Command:

www-data@3.17.73.197: ~ $
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * User preferences form
 *
 * @package PhpMyAdmin
 */
namespace PhpMyAdmin\Config\Forms\Setup;

class SqlForm extends \PhpMyAdmin\Config\Forms\User\SqlForm
{
    public static function getForms()
    {
        $result = parent::getForms();
        /* Following are not available to user */
        $result['Sql_queries'][] = 'QueryHistoryDB';
        return $result;
    }
}

Filemanager

Name Type Size Permission Actions
ConfigForm.php File 418 B 0644
ExportForm.php File 219 B 0644
FeaturesForm.php File 1.75 KB 0644
ImportForm.php File 219 B 0644
MainForm.php File 473 B 0644
NaviForm.php File 215 B 0644
ServersForm.php File 2.9 KB 0644
SetupFormList.php File 487 B 0644
SqlForm.php File 428 B 0644