<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * User preferences form * * @package PhpMyAdmin */ namespace PhpMyAdmin\Config\Forms\Setup; use PhpMyAdmin\Config\Forms\BaseForm; class ConfigForm extends BaseForm { public static function getForms() { return array( 'Config' => array( 'DefaultLang', 'ServerDefault' ), ); } }
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 |
|