File manager - Edit - /usr/share/phpmyadmin/libraries/classes/Config/Forms/Setup/SetupFormList.php
Back
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Setup preferences form * * @package PhpMyAdmin */ declare(strict_types=1); namespace PhpMyAdmin\Config\Forms\Setup; use PhpMyAdmin\Config\Forms\BaseFormList; /** * Class SetupFormList * @package PhpMyAdmin\Config\Forms\Setup */ class SetupFormList extends BaseFormList { /** * @var array */ protected static $all = [ 'Config', 'Export', 'Features', 'Import', 'Main', 'Navi', 'Servers', 'Sql', ]; /** * @var string */ protected static $ns = '\\PhpMyAdmin\\Config\\Forms\\Setup\\'; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.39 |
proxy
|
phpinfo
|
Settings