__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Setup preferences form
*/
declare(strict_types=1);
namespace PhpMyAdmin\Config\Forms\Setup;
use PhpMyAdmin\Config\Forms\BaseFormList;
class SetupFormList extends BaseFormList
{
/** @var string[] */
protected static $all = [
'Config',
'Export',
'Features',
'Import',
'Main',
'Navi',
'Servers',
'Sql',
];
/** @var string */
protected static $ns = 'PhpMyAdmin\\Config\\Forms\\Setup\\';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ConfigForm.php | File | 405 B | 0644 |
|
| ExportForm.php | File | 178 B | 0644 |
|
| FeaturesForm.php | File | 1.97 KB | 0644 |
|
| ImportForm.php | File | 178 B | 0644 |
|
| MainForm.php | File | 470 B | 0644 |
|
| NaviForm.php | File | 174 B | 0644 |
|
| ServersForm.php | File | 3.82 KB | 0644 |
|
| SetupFormList.php | File | 487 B | 0644 |
|
| SqlForm.php | File | 425 B | 0644 |
|